public static final class CreateDeidentifyTemplateRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder> implements CreateDeidentifyTemplateRequestOrBuilder
Request message for CreateDeidentifyTemplate.Protobuf type
google.privacy.dlp.v2.CreateDeidentifyTemplateRequest| Modifier and Type | Method and Description |
|---|---|
CreateDeidentifyTemplateRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateDeidentifyTemplateRequest |
build() |
CreateDeidentifyTemplateRequest |
buildPartial() |
CreateDeidentifyTemplateRequest.Builder |
clear() |
CreateDeidentifyTemplateRequest.Builder |
clearDeidentifyTemplate()
Required.
|
CreateDeidentifyTemplateRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CreateDeidentifyTemplateRequest.Builder |
clearLocationId()
Deprecated.
|
CreateDeidentifyTemplateRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CreateDeidentifyTemplateRequest.Builder |
clearParent()
Required.
|
CreateDeidentifyTemplateRequest.Builder |
clearTemplateId()
The template id can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular
expression: `[a-zA-Z\d-_]+`.
|
CreateDeidentifyTemplateRequest.Builder |
clone() |
CreateDeidentifyTemplateRequest |
getDefaultInstanceForType() |
DeidentifyTemplate |
getDeidentifyTemplate()
Required.
|
DeidentifyTemplate.Builder |
getDeidentifyTemplateBuilder()
Required.
|
DeidentifyTemplateOrBuilder |
getDeidentifyTemplateOrBuilder()
Required.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getLocationId()
Deprecated.
|
com.google.protobuf.ByteString |
getLocationIdBytes()
Deprecated.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getTemplateId()
The template id can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular
expression: `[a-zA-Z\d-_]+`.
|
com.google.protobuf.ByteString |
getTemplateIdBytes()
The template id can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular
expression: `[a-zA-Z\d-_]+`.
|
boolean |
hasDeidentifyTemplate()
Required.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CreateDeidentifyTemplateRequest.Builder |
mergeDeidentifyTemplate(DeidentifyTemplate value)
Required.
|
CreateDeidentifyTemplateRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CreateDeidentifyTemplateRequest.Builder |
mergeFrom(CreateDeidentifyTemplateRequest other) |
CreateDeidentifyTemplateRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
CreateDeidentifyTemplateRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CreateDeidentifyTemplateRequest.Builder |
setDeidentifyTemplate(DeidentifyTemplate.Builder builderForValue)
Required.
|
CreateDeidentifyTemplateRequest.Builder |
setDeidentifyTemplate(DeidentifyTemplate value)
Required.
|
CreateDeidentifyTemplateRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateDeidentifyTemplateRequest.Builder |
setLocationId(String value)
Deprecated.
|
CreateDeidentifyTemplateRequest.Builder |
setLocationIdBytes(com.google.protobuf.ByteString value)
Deprecated.
|
CreateDeidentifyTemplateRequest.Builder |
setParent(String value)
Required.
|
CreateDeidentifyTemplateRequest.Builder |
setParentBytes(com.google.protobuf.ByteString value)
Required.
|
CreateDeidentifyTemplateRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CreateDeidentifyTemplateRequest.Builder |
setTemplateId(String value)
The template id can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular
expression: `[a-zA-Z\d-_]+`.
|
CreateDeidentifyTemplateRequest.Builder |
setTemplateIdBytes(com.google.protobuf.ByteString value)
The template id can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular
expression: `[a-zA-Z\d-_]+`.
|
CreateDeidentifyTemplateRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>public CreateDeidentifyTemplateRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>public CreateDeidentifyTemplateRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CreateDeidentifyTemplateRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CreateDeidentifyTemplateRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CreateDeidentifyTemplateRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>public CreateDeidentifyTemplateRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>public CreateDeidentifyTemplateRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>public CreateDeidentifyTemplateRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>public CreateDeidentifyTemplateRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>public CreateDeidentifyTemplateRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>public CreateDeidentifyTemplateRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateDeidentifyTemplateRequest.Builder>public CreateDeidentifyTemplateRequest.Builder mergeFrom(CreateDeidentifyTemplateRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>public CreateDeidentifyTemplateRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateDeidentifyTemplateRequest.Builder>IOExceptionpublic String getParent()
Required. Parent resource name.
The format of this value varies depending on the scope of the request
(project or organization) and whether you have [specified a processing
location](https://cloud.google.com/dlp/docs/specifying-location):
+ Projects scope, location specified:<br/>
`projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Projects scope, no location specified (defaults to global):<br/>
`projects/`<var>PROJECT_ID</var>
+ Organizations scope, location specified:<br/>
`organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Organizations scope, no location specified (defaults to global):<br/>
`organizations/`<var>ORG_ID</var>
The following example `parent` string specifies a parent project with the
identifier `example-project`, and specifies the `europe-west3` location
for processing data:
parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface CreateDeidentifyTemplateRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. Parent resource name.
The format of this value varies depending on the scope of the request
(project or organization) and whether you have [specified a processing
location](https://cloud.google.com/dlp/docs/specifying-location):
+ Projects scope, location specified:<br/>
`projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Projects scope, no location specified (defaults to global):<br/>
`projects/`<var>PROJECT_ID</var>
+ Organizations scope, location specified:<br/>
`organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Organizations scope, no location specified (defaults to global):<br/>
`organizations/`<var>ORG_ID</var>
The following example `parent` string specifies a parent project with the
identifier `example-project`, and specifies the `europe-west3` location
for processing data:
parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface CreateDeidentifyTemplateRequestOrBuilderpublic CreateDeidentifyTemplateRequest.Builder setParent(String value)
Required. Parent resource name.
The format of this value varies depending on the scope of the request
(project or organization) and whether you have [specified a processing
location](https://cloud.google.com/dlp/docs/specifying-location):
+ Projects scope, location specified:<br/>
`projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Projects scope, no location specified (defaults to global):<br/>
`projects/`<var>PROJECT_ID</var>
+ Organizations scope, location specified:<br/>
`organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Organizations scope, no location specified (defaults to global):<br/>
`organizations/`<var>ORG_ID</var>
The following example `parent` string specifies a parent project with the
identifier `example-project`, and specifies the `europe-west3` location
for processing data:
parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The parent to set.public CreateDeidentifyTemplateRequest.Builder clearParent()
Required. Parent resource name.
The format of this value varies depending on the scope of the request
(project or organization) and whether you have [specified a processing
location](https://cloud.google.com/dlp/docs/specifying-location):
+ Projects scope, location specified:<br/>
`projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Projects scope, no location specified (defaults to global):<br/>
`projects/`<var>PROJECT_ID</var>
+ Organizations scope, location specified:<br/>
`organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Organizations scope, no location specified (defaults to global):<br/>
`organizations/`<var>ORG_ID</var>
The following example `parent` string specifies a parent project with the
identifier `example-project`, and specifies the `europe-west3` location
for processing data:
parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public CreateDeidentifyTemplateRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. Parent resource name.
The format of this value varies depending on the scope of the request
(project or organization) and whether you have [specified a processing
location](https://cloud.google.com/dlp/docs/specifying-location):
+ Projects scope, location specified:<br/>
`projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Projects scope, no location specified (defaults to global):<br/>
`projects/`<var>PROJECT_ID</var>
+ Organizations scope, location specified:<br/>
`organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Organizations scope, no location specified (defaults to global):<br/>
`organizations/`<var>ORG_ID</var>
The following example `parent` string specifies a parent project with the
identifier `example-project`, and specifies the `europe-west3` location
for processing data:
parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for parent to set.public boolean hasDeidentifyTemplate()
Required. The DeidentifyTemplate to create.
.google.privacy.dlp.v2.DeidentifyTemplate deidentify_template = 2 [(.google.api.field_behavior) = REQUIRED];
hasDeidentifyTemplate in interface CreateDeidentifyTemplateRequestOrBuilderpublic DeidentifyTemplate getDeidentifyTemplate()
Required. The DeidentifyTemplate to create.
.google.privacy.dlp.v2.DeidentifyTemplate deidentify_template = 2 [(.google.api.field_behavior) = REQUIRED];
getDeidentifyTemplate in interface CreateDeidentifyTemplateRequestOrBuilderpublic CreateDeidentifyTemplateRequest.Builder setDeidentifyTemplate(DeidentifyTemplate value)
Required. The DeidentifyTemplate to create.
.google.privacy.dlp.v2.DeidentifyTemplate deidentify_template = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateDeidentifyTemplateRequest.Builder setDeidentifyTemplate(DeidentifyTemplate.Builder builderForValue)
Required. The DeidentifyTemplate to create.
.google.privacy.dlp.v2.DeidentifyTemplate deidentify_template = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateDeidentifyTemplateRequest.Builder mergeDeidentifyTemplate(DeidentifyTemplate value)
Required. The DeidentifyTemplate to create.
.google.privacy.dlp.v2.DeidentifyTemplate deidentify_template = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateDeidentifyTemplateRequest.Builder clearDeidentifyTemplate()
Required. The DeidentifyTemplate to create.
.google.privacy.dlp.v2.DeidentifyTemplate deidentify_template = 2 [(.google.api.field_behavior) = REQUIRED];
public DeidentifyTemplate.Builder getDeidentifyTemplateBuilder()
Required. The DeidentifyTemplate to create.
.google.privacy.dlp.v2.DeidentifyTemplate deidentify_template = 2 [(.google.api.field_behavior) = REQUIRED];
public DeidentifyTemplateOrBuilder getDeidentifyTemplateOrBuilder()
Required. The DeidentifyTemplate to create.
.google.privacy.dlp.v2.DeidentifyTemplate deidentify_template = 2 [(.google.api.field_behavior) = REQUIRED];
getDeidentifyTemplateOrBuilder in interface CreateDeidentifyTemplateRequestOrBuilderpublic String getTemplateId()
The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: `[a-zA-Z\d-_]+`. The maximum length is 100 characters. Can be empty to allow the system to generate one.
string template_id = 3;getTemplateId in interface CreateDeidentifyTemplateRequestOrBuilderpublic com.google.protobuf.ByteString getTemplateIdBytes()
The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: `[a-zA-Z\d-_]+`. The maximum length is 100 characters. Can be empty to allow the system to generate one.
string template_id = 3;getTemplateIdBytes in interface CreateDeidentifyTemplateRequestOrBuilderpublic CreateDeidentifyTemplateRequest.Builder setTemplateId(String value)
The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: `[a-zA-Z\d-_]+`. The maximum length is 100 characters. Can be empty to allow the system to generate one.
string template_id = 3;value - The templateId to set.public CreateDeidentifyTemplateRequest.Builder clearTemplateId()
The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: `[a-zA-Z\d-_]+`. The maximum length is 100 characters. Can be empty to allow the system to generate one.
string template_id = 3;public CreateDeidentifyTemplateRequest.Builder setTemplateIdBytes(com.google.protobuf.ByteString value)
The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: `[a-zA-Z\d-_]+`. The maximum length is 100 characters. Can be empty to allow the system to generate one.
string template_id = 3;value - The bytes for templateId to set.public String getLocationId()
Deprecated. This field has no effect.
string location_id = 4;getLocationId in interface CreateDeidentifyTemplateRequestOrBuilderpublic com.google.protobuf.ByteString getLocationIdBytes()
Deprecated. This field has no effect.
string location_id = 4;getLocationIdBytes in interface CreateDeidentifyTemplateRequestOrBuilderpublic CreateDeidentifyTemplateRequest.Builder setLocationId(String value)
Deprecated. This field has no effect.
string location_id = 4;value - The locationId to set.public CreateDeidentifyTemplateRequest.Builder clearLocationId()
Deprecated. This field has no effect.
string location_id = 4;public CreateDeidentifyTemplateRequest.Builder setLocationIdBytes(com.google.protobuf.ByteString value)
Deprecated. This field has no effect.
string location_id = 4;value - The bytes for locationId to set.public final CreateDeidentifyTemplateRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>public final CreateDeidentifyTemplateRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDeidentifyTemplateRequest.Builder>Copyright © 2022 Google LLC. All rights reserved.