Class MetadataLocation.Builder (3.87.0)

public static final class MetadataLocation.Builder extends GeneratedMessage.Builder<MetadataLocation.Builder> implements MetadataLocationOrBuilder

Metadata Location

Protobuf type google.privacy.dlp.v2.MetadataLocation

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public MetadataLocation build()
Returns
Type Description
MetadataLocation

buildPartial()

public MetadataLocation buildPartial()
Returns
Type Description
MetadataLocation

clear()

public MetadataLocation.Builder clear()
Returns
Type Description
MetadataLocation.Builder
Overrides

clearLabel()

public MetadataLocation.Builder clearLabel()
Returns
Type Description
MetadataLocation.Builder

clearStorageLabel()

public MetadataLocation.Builder clearStorageLabel()

Storage metadata.

.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;

Returns
Type Description
MetadataLocation.Builder

clearType()

public MetadataLocation.Builder clearType()

Type of metadata containing the finding.

.google.privacy.dlp.v2.MetadataType type = 1;

Returns
Type Description
MetadataLocation.Builder

This builder for chaining.

getDefaultInstanceForType()

public MetadataLocation getDefaultInstanceForType()
Returns
Type Description
MetadataLocation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLabelCase()

public MetadataLocation.LabelCase getLabelCase()
Returns
Type Description
MetadataLocation.LabelCase

getStorageLabel()

public StorageMetadataLabel getStorageLabel()

Storage metadata.

.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;

Returns
Type Description
StorageMetadataLabel

The storageLabel.

getStorageLabelBuilder()

public StorageMetadataLabel.Builder getStorageLabelBuilder()

Storage metadata.

.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;

Returns
Type Description
StorageMetadataLabel.Builder

getStorageLabelOrBuilder()

public StorageMetadataLabelOrBuilder getStorageLabelOrBuilder()

Storage metadata.

.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;

Returns
Type Description
StorageMetadataLabelOrBuilder

getType()

public MetadataType getType()

Type of metadata containing the finding.

.google.privacy.dlp.v2.MetadataType type = 1;

Returns
Type Description
MetadataType

The type.

getTypeValue()

public int getTypeValue()

Type of metadata containing the finding.

.google.privacy.dlp.v2.MetadataType type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.

hasStorageLabel()

public boolean hasStorageLabel()

Storage metadata.

.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;

Returns
Type Description
boolean

Whether the storageLabel field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MetadataLocation other)

public MetadataLocation.Builder mergeFrom(MetadataLocation other)
Parameter
Name Description
other MetadataLocation
Returns
Type Description
MetadataLocation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MetadataLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MetadataLocation.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MetadataLocation.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MetadataLocation.Builder
Overrides

mergeStorageLabel(StorageMetadataLabel value)

public MetadataLocation.Builder mergeStorageLabel(StorageMetadataLabel value)

Storage metadata.

.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;

Parameter
Name Description
value StorageMetadataLabel
Returns
Type Description
MetadataLocation.Builder

setStorageLabel(StorageMetadataLabel value)

public MetadataLocation.Builder setStorageLabel(StorageMetadataLabel value)

Storage metadata.

.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;

Parameter
Name Description
value StorageMetadataLabel
Returns
Type Description
MetadataLocation.Builder

setStorageLabel(StorageMetadataLabel.Builder builderForValue)

public MetadataLocation.Builder setStorageLabel(StorageMetadataLabel.Builder builderForValue)

Storage metadata.

.google.privacy.dlp.v2.StorageMetadataLabel storage_label = 3;

Parameter
Name Description
builderForValue StorageMetadataLabel.Builder
Returns
Type Description
MetadataLocation.Builder

setType(MetadataType value)

public MetadataLocation.Builder setType(MetadataType value)

Type of metadata containing the finding.

.google.privacy.dlp.v2.MetadataType type = 1;

Parameter
Name Description
value MetadataType

The type to set.

Returns
Type Description
MetadataLocation.Builder

This builder for chaining.

setTypeValue(int value)

public MetadataLocation.Builder setTypeValue(int value)

Type of metadata containing the finding.

.google.privacy.dlp.v2.MetadataType type = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for type to set.

Returns
Type Description
MetadataLocation.Builder

This builder for chaining.