public static final class ContentLocation.Builder extends GeneratedMessageV3.Builder<ContentLocation.Builder> implements ContentLocationOrBuilder
Findings container location data.Protobuf type
google.privacy.dlp.v2.ContentLocation
Modifier and Type | Method and Description |
---|---|
ContentLocation.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ContentLocation |
build() |
ContentLocation |
buildPartial() |
ContentLocation.Builder |
clear() |
ContentLocation.Builder |
clearContainerName()
Name of the container where the finding is located.
|
ContentLocation.Builder |
clearContainerTimestamp()
Findings container modification timestamp, if applicable.
|
ContentLocation.Builder |
clearContainerVersion()
Findings container version, if available
("generation" for Google Cloud Storage).
|
ContentLocation.Builder |
clearDocumentLocation()
Location data for document files.
|
ContentLocation.Builder |
clearField(Descriptors.FieldDescriptor field) |
ContentLocation.Builder |
clearImageLocation()
Location within an image's pixels.
|
ContentLocation.Builder |
clearLocation() |
ContentLocation.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
ContentLocation.Builder |
clearRecordLocation()
Location within a row or record of a database table.
|
ContentLocation.Builder |
clone() |
java.lang.String |
getContainerName()
Name of the container where the finding is located.
|
ByteString |
getContainerNameBytes()
Name of the container where the finding is located.
|
Timestamp |
getContainerTimestamp()
Findings container modification timestamp, if applicable.
|
Timestamp.Builder |
getContainerTimestampBuilder()
Findings container modification timestamp, if applicable.
|
TimestampOrBuilder |
getContainerTimestampOrBuilder()
Findings container modification timestamp, if applicable.
|
java.lang.String |
getContainerVersion()
Findings container version, if available
("generation" for Google Cloud Storage).
|
ByteString |
getContainerVersionBytes()
Findings container version, if available
("generation" for Google Cloud Storage).
|
ContentLocation |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
DocumentLocation |
getDocumentLocation()
Location data for document files.
|
DocumentLocation.Builder |
getDocumentLocationBuilder()
Location data for document files.
|
DocumentLocationOrBuilder |
getDocumentLocationOrBuilder()
Location data for document files.
|
ImageLocation |
getImageLocation()
Location within an image's pixels.
|
ImageLocation.Builder |
getImageLocationBuilder()
Location within an image's pixels.
|
ImageLocationOrBuilder |
getImageLocationOrBuilder()
Location within an image's pixels.
|
ContentLocation.LocationCase |
getLocationCase() |
RecordLocation |
getRecordLocation()
Location within a row or record of a database table.
|
RecordLocation.Builder |
getRecordLocationBuilder()
Location within a row or record of a database table.
|
RecordLocationOrBuilder |
getRecordLocationOrBuilder()
Location within a row or record of a database table.
|
boolean |
hasContainerTimestamp()
Findings container modification timestamp, if applicable.
|
boolean |
hasDocumentLocation()
Location data for document files.
|
boolean |
hasImageLocation()
Location within an image's pixels.
|
boolean |
hasRecordLocation()
Location within a row or record of a database table.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ContentLocation.Builder |
mergeContainerTimestamp(Timestamp value)
Findings container modification timestamp, if applicable.
|
ContentLocation.Builder |
mergeDocumentLocation(DocumentLocation value)
Location data for document files.
|
ContentLocation.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ContentLocation.Builder |
mergeFrom(ContentLocation other) |
ContentLocation.Builder |
mergeFrom(Message other) |
ContentLocation.Builder |
mergeImageLocation(ImageLocation value)
Location within an image's pixels.
|
ContentLocation.Builder |
mergeRecordLocation(RecordLocation value)
Location within a row or record of a database table.
|
ContentLocation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
ContentLocation.Builder |
setContainerName(java.lang.String value)
Name of the container where the finding is located.
|
ContentLocation.Builder |
setContainerNameBytes(ByteString value)
Name of the container where the finding is located.
|
ContentLocation.Builder |
setContainerTimestamp(Timestamp.Builder builderForValue)
Findings container modification timestamp, if applicable.
|
ContentLocation.Builder |
setContainerTimestamp(Timestamp value)
Findings container modification timestamp, if applicable.
|
ContentLocation.Builder |
setContainerVersion(java.lang.String value)
Findings container version, if available
("generation" for Google Cloud Storage).
|
ContentLocation.Builder |
setContainerVersionBytes(ByteString value)
Findings container version, if available
("generation" for Google Cloud Storage).
|
ContentLocation.Builder |
setDocumentLocation(DocumentLocation.Builder builderForValue)
Location data for document files.
|
ContentLocation.Builder |
setDocumentLocation(DocumentLocation value)
Location data for document files.
|
ContentLocation.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ContentLocation.Builder |
setImageLocation(ImageLocation.Builder builderForValue)
Location within an image's pixels.
|
ContentLocation.Builder |
setImageLocation(ImageLocation value)
Location within an image's pixels.
|
ContentLocation.Builder |
setRecordLocation(RecordLocation.Builder builderForValue)
Location within a row or record of a database table.
|
ContentLocation.Builder |
setRecordLocation(RecordLocation value)
Location within a row or record of a database table.
|
ContentLocation.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ContentLocation.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ContentLocation.Builder>
public ContentLocation.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ContentLocation.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ContentLocation.Builder>
public ContentLocation getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ContentLocation build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ContentLocation buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ContentLocation.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ContentLocation.Builder>
public ContentLocation.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ContentLocation.Builder>
public ContentLocation.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ContentLocation.Builder>
public ContentLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ContentLocation.Builder>
public ContentLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ContentLocation.Builder>
public ContentLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ContentLocation.Builder>
public ContentLocation.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ContentLocation.Builder>
public ContentLocation.Builder mergeFrom(ContentLocation other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ContentLocation.Builder>
public ContentLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ContentLocation.Builder>
java.io.IOException
public ContentLocation.LocationCase getLocationCase()
getLocationCase
in interface ContentLocationOrBuilder
public ContentLocation.Builder clearLocation()
public java.lang.String getContainerName()
Name of the container where the finding is located. The top level name is the source file name or table name. Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document).
string container_name = 1;
getContainerName
in interface ContentLocationOrBuilder
public ByteString getContainerNameBytes()
Name of the container where the finding is located. The top level name is the source file name or table name. Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document).
string container_name = 1;
getContainerNameBytes
in interface ContentLocationOrBuilder
public ContentLocation.Builder setContainerName(java.lang.String value)
Name of the container where the finding is located. The top level name is the source file name or table name. Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document).
string container_name = 1;
public ContentLocation.Builder clearContainerName()
Name of the container where the finding is located. The top level name is the source file name or table name. Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document).
string container_name = 1;
public ContentLocation.Builder setContainerNameBytes(ByteString value)
Name of the container where the finding is located. The top level name is the source file name or table name. Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document).
string container_name = 1;
public boolean hasRecordLocation()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
hasRecordLocation
in interface ContentLocationOrBuilder
public RecordLocation getRecordLocation()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
getRecordLocation
in interface ContentLocationOrBuilder
public ContentLocation.Builder setRecordLocation(RecordLocation value)
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
public ContentLocation.Builder setRecordLocation(RecordLocation.Builder builderForValue)
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
public ContentLocation.Builder mergeRecordLocation(RecordLocation value)
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
public ContentLocation.Builder clearRecordLocation()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
public RecordLocation.Builder getRecordLocationBuilder()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
public RecordLocationOrBuilder getRecordLocationOrBuilder()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
getRecordLocationOrBuilder
in interface ContentLocationOrBuilder
public boolean hasImageLocation()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
hasImageLocation
in interface ContentLocationOrBuilder
public ImageLocation getImageLocation()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
getImageLocation
in interface ContentLocationOrBuilder
public ContentLocation.Builder setImageLocation(ImageLocation value)
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
public ContentLocation.Builder setImageLocation(ImageLocation.Builder builderForValue)
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
public ContentLocation.Builder mergeImageLocation(ImageLocation value)
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
public ContentLocation.Builder clearImageLocation()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
public ImageLocation.Builder getImageLocationBuilder()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
public ImageLocationOrBuilder getImageLocationOrBuilder()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
getImageLocationOrBuilder
in interface ContentLocationOrBuilder
public boolean hasDocumentLocation()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
hasDocumentLocation
in interface ContentLocationOrBuilder
public DocumentLocation getDocumentLocation()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
getDocumentLocation
in interface ContentLocationOrBuilder
public ContentLocation.Builder setDocumentLocation(DocumentLocation value)
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
public ContentLocation.Builder setDocumentLocation(DocumentLocation.Builder builderForValue)
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
public ContentLocation.Builder mergeDocumentLocation(DocumentLocation value)
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
public ContentLocation.Builder clearDocumentLocation()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
public DocumentLocation.Builder getDocumentLocationBuilder()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
public DocumentLocationOrBuilder getDocumentLocationOrBuilder()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
getDocumentLocationOrBuilder
in interface ContentLocationOrBuilder
public boolean hasContainerTimestamp()
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
.google.protobuf.Timestamp container_timestamp = 6;
hasContainerTimestamp
in interface ContentLocationOrBuilder
public Timestamp getContainerTimestamp()
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
.google.protobuf.Timestamp container_timestamp = 6;
getContainerTimestamp
in interface ContentLocationOrBuilder
public ContentLocation.Builder setContainerTimestamp(Timestamp value)
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
.google.protobuf.Timestamp container_timestamp = 6;
public ContentLocation.Builder setContainerTimestamp(Timestamp.Builder builderForValue)
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
.google.protobuf.Timestamp container_timestamp = 6;
public ContentLocation.Builder mergeContainerTimestamp(Timestamp value)
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
.google.protobuf.Timestamp container_timestamp = 6;
public ContentLocation.Builder clearContainerTimestamp()
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
.google.protobuf.Timestamp container_timestamp = 6;
public Timestamp.Builder getContainerTimestampBuilder()
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
.google.protobuf.Timestamp container_timestamp = 6;
public TimestampOrBuilder getContainerTimestampOrBuilder()
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
.google.protobuf.Timestamp container_timestamp = 6;
getContainerTimestampOrBuilder
in interface ContentLocationOrBuilder
public java.lang.String getContainerVersion()
Findings container version, if available ("generation" for Google Cloud Storage).
string container_version = 7;
getContainerVersion
in interface ContentLocationOrBuilder
public ByteString getContainerVersionBytes()
Findings container version, if available ("generation" for Google Cloud Storage).
string container_version = 7;
getContainerVersionBytes
in interface ContentLocationOrBuilder
public ContentLocation.Builder setContainerVersion(java.lang.String value)
Findings container version, if available ("generation" for Google Cloud Storage).
string container_version = 7;
public ContentLocation.Builder clearContainerVersion()
Findings container version, if available ("generation" for Google Cloud Storage).
string container_version = 7;
public ContentLocation.Builder setContainerVersionBytes(ByteString value)
Findings container version, if available ("generation" for Google Cloud Storage).
string container_version = 7;
public final ContentLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ContentLocation.Builder>
public final ContentLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ContentLocation.Builder>