public interface UpdateStoredInfoTypeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StoredInfoTypeConfig |
getConfig()
Updated configuration for the storedInfoType.
|
StoredInfoTypeConfigOrBuilder |
getConfigOrBuilder()
Updated configuration for the storedInfoType.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Mask to control which fields get updated.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Mask to control which fields get updated.
|
boolean |
hasConfig()
Updated configuration for the storedInfoType.
|
boolean |
hasUpdateMask()
Mask to control which fields get updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. Resource name of organization and storedInfoType to be updated, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. Resource name of organization and storedInfoType to be updated, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasConfig()
Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 2;StoredInfoTypeConfig getConfig()
Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 2;StoredInfoTypeConfigOrBuilder getConfigOrBuilder()
Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 2;boolean hasUpdateMask()
Mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMask getUpdateMask()
Mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3;Copyright © 2022 Google LLC. All rights reserved.