Class InspectTemplate.Builder (3.1.4)

public static final class InspectTemplate.Builder extends GeneratedMessageV3.Builder<InspectTemplate.Builder> implements InspectTemplateOrBuilder

The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.

Protobuf type google.privacy.dlp.v2.InspectTemplate

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public InspectTemplate.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
InspectTemplate.Builder
Overrides

build()

public InspectTemplate build()
Returns
TypeDescription
InspectTemplate

buildPartial()

public InspectTemplate buildPartial()
Returns
TypeDescription
InspectTemplate

clear()

public InspectTemplate.Builder clear()
Returns
TypeDescription
InspectTemplate.Builder
Overrides

clearCreateTime()

public InspectTemplate.Builder clearCreateTime()

Output only. The creation timestamp of an inspectTemplate.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
InspectTemplate.Builder

clearDescription()

public InspectTemplate.Builder clearDescription()

Short description (max 256 chars).

string description = 3;

Returns
TypeDescription
InspectTemplate.Builder

This builder for chaining.

clearDisplayName()

public InspectTemplate.Builder clearDisplayName()

Display name (max 256 chars).

string display_name = 2;

Returns
TypeDescription
InspectTemplate.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public InspectTemplate.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
InspectTemplate.Builder
Overrides

clearInspectConfig()

public InspectTemplate.Builder clearInspectConfig()

The core content of the template. Configuration of the scanning process.

.google.privacy.dlp.v2.InspectConfig inspect_config = 6;

Returns
TypeDescription
InspectTemplate.Builder

clearName()

public InspectTemplate.Builder clearName()

Output only. The template name. The template will have one of the following formats: projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID;

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
InspectTemplate.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public InspectTemplate.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
InspectTemplate.Builder
Overrides

clearUpdateTime()

public InspectTemplate.Builder clearUpdateTime()

Output only. The last update timestamp of an inspectTemplate.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
InspectTemplate.Builder

clone()

public InspectTemplate.Builder clone()
Returns
TypeDescription
InspectTemplate.Builder
Overrides

getCreateTime()

public Timestamp getCreateTime()

Output only. The creation timestamp of an inspectTemplate.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The creation timestamp of an inspectTemplate.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The creation timestamp of an inspectTemplate.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public InspectTemplate getDefaultInstanceForType()
Returns
TypeDescription
InspectTemplate

getDescription()

public String getDescription()

Short description (max 256 chars).

string description = 3;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Short description (max 256 chars).

string description = 3;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

Display name (max 256 chars).

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Display name (max 256 chars).

string display_name = 2;

Returns
TypeDescription
ByteString

The bytes for displayName.

getInspectConfig()

public InspectConfig getInspectConfig()

The core content of the template. Configuration of the scanning process.

.google.privacy.dlp.v2.InspectConfig inspect_config = 6;

Returns
TypeDescription
InspectConfig

The inspectConfig.

getInspectConfigBuilder()

public InspectConfig.Builder getInspectConfigBuilder()

The core content of the template. Configuration of the scanning process.

.google.privacy.dlp.v2.InspectConfig inspect_config = 6;

Returns
TypeDescription
InspectConfig.Builder

getInspectConfigOrBuilder()

public InspectConfigOrBuilder getInspectConfigOrBuilder()

The core content of the template. Configuration of the scanning process.

.google.privacy.dlp.v2.InspectConfig inspect_config = 6;

Returns
TypeDescription
InspectConfigOrBuilder

getName()

public String getName()

Output only. The template name. The template will have one of the following formats: projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID;

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The template name. The template will have one of the following formats: projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID;

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The last update timestamp of an inspectTemplate.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The last update timestamp of an inspectTemplate.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The last update timestamp of an inspectTemplate.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. The creation timestamp of an inspectTemplate.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasInspectConfig()

public boolean hasInspectConfig()

The core content of the template. Configuration of the scanning process.

.google.privacy.dlp.v2.InspectConfig inspect_config = 6;

Returns
TypeDescription
boolean

Whether the inspectConfig field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The last update timestamp of an inspectTemplate.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCreateTime(Timestamp value)

public InspectTemplate.Builder mergeCreateTime(Timestamp value)

Output only. The creation timestamp of an inspectTemplate.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
InspectTemplate.Builder

mergeFrom(InspectTemplate other)

public InspectTemplate.Builder mergeFrom(InspectTemplate other)
Parameter
NameDescription
otherInspectTemplate
Returns
TypeDescription
InspectTemplate.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public InspectTemplate.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InspectTemplate.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public InspectTemplate.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
InspectTemplate.Builder
Overrides

mergeInspectConfig(InspectConfig value)

public InspectTemplate.Builder mergeInspectConfig(InspectConfig value)

The core content of the template. Configuration of the scanning process.

.google.privacy.dlp.v2.InspectConfig inspect_config = 6;

Parameter
NameDescription
valueInspectConfig
Returns
TypeDescription
InspectTemplate.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final InspectTemplate.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
InspectTemplate.Builder
Overrides

mergeUpdateTime(Timestamp value)

public InspectTemplate.Builder mergeUpdateTime(Timestamp value)

Output only. The last update timestamp of an inspectTemplate.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
InspectTemplate.Builder

setCreateTime(Timestamp value)

public InspectTemplate.Builder setCreateTime(Timestamp value)

Output only. The creation timestamp of an inspectTemplate.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
InspectTemplate.Builder

setCreateTime(Timestamp.Builder builderForValue)

public InspectTemplate.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The creation timestamp of an inspectTemplate.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
InspectTemplate.Builder

setDescription(String value)

public InspectTemplate.Builder setDescription(String value)

Short description (max 256 chars).

string description = 3;

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
InspectTemplate.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public InspectTemplate.Builder setDescriptionBytes(ByteString value)

Short description (max 256 chars).

string description = 3;

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
InspectTemplate.Builder

This builder for chaining.

setDisplayName(String value)

public InspectTemplate.Builder setDisplayName(String value)

Display name (max 256 chars).

string display_name = 2;

Parameter
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
InspectTemplate.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public InspectTemplate.Builder setDisplayNameBytes(ByteString value)

Display name (max 256 chars).

string display_name = 2;

Parameter
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
InspectTemplate.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public InspectTemplate.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
InspectTemplate.Builder
Overrides

setInspectConfig(InspectConfig value)

public InspectTemplate.Builder setInspectConfig(InspectConfig value)

The core content of the template. Configuration of the scanning process.

.google.privacy.dlp.v2.InspectConfig inspect_config = 6;

Parameter
NameDescription
valueInspectConfig
Returns
TypeDescription
InspectTemplate.Builder

setInspectConfig(InspectConfig.Builder builderForValue)

public InspectTemplate.Builder setInspectConfig(InspectConfig.Builder builderForValue)

The core content of the template. Configuration of the scanning process.

.google.privacy.dlp.v2.InspectConfig inspect_config = 6;

Parameter
NameDescription
builderForValueInspectConfig.Builder
Returns
TypeDescription
InspectTemplate.Builder

setName(String value)

public InspectTemplate.Builder setName(String value)

Output only. The template name. The template will have one of the following formats: projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID;

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
InspectTemplate.Builder

This builder for chaining.

setNameBytes(ByteString value)

public InspectTemplate.Builder setNameBytes(ByteString value)

Output only. The template name. The template will have one of the following formats: projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID;

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
InspectTemplate.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public InspectTemplate.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
InspectTemplate.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final InspectTemplate.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
InspectTemplate.Builder
Overrides

setUpdateTime(Timestamp value)

public InspectTemplate.Builder setUpdateTime(Timestamp value)

Output only. The last update timestamp of an inspectTemplate.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
InspectTemplate.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public InspectTemplate.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The last update timestamp of an inspectTemplate.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
InspectTemplate.Builder