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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ContentLocation.Builder>public ContentLocation.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ContentLocation.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ContentLocation.Builder>public ContentLocation getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ContentLocation build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ContentLocation buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ContentLocation.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ContentLocation.Builder>public ContentLocation.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ContentLocation.Builder>public ContentLocation.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ContentLocation.Builder>public ContentLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ContentLocation.Builder>public ContentLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ContentLocation.Builder>public ContentLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ContentLocation.Builder>public ContentLocation.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ContentLocation.Builder>public ContentLocation.Builder mergeFrom(ContentLocation other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ContentLocation.Builder>public ContentLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ContentLocation.Builder>java.io.IOExceptionpublic ContentLocation.LocationCase getLocationCase()
getLocationCase in interface ContentLocationOrBuilderpublic 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 ContentLocationOrBuilderpublic 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 ContentLocationOrBuilderpublic 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 ContentLocationOrBuilderpublic RecordLocation getRecordLocation()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;getRecordLocation in interface ContentLocationOrBuilderpublic 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 ContentLocationOrBuilderpublic boolean hasImageLocation()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;hasImageLocation in interface ContentLocationOrBuilderpublic ImageLocation getImageLocation()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;getImageLocation in interface ContentLocationOrBuilderpublic 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 ContentLocationOrBuilderpublic boolean hasDocumentLocation()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;hasDocumentLocation in interface ContentLocationOrBuilderpublic DocumentLocation getDocumentLocation()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;getDocumentLocation in interface ContentLocationOrBuilderpublic 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 ContentLocationOrBuilderpublic 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 ContentLocationOrBuilderpublic 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 ContentLocationOrBuilderpublic 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 ContentLocationOrBuilderpublic java.lang.String getContainerVersion()
Findings container version, if available
("generation" for Google Cloud Storage).
string container_version = 7;getContainerVersion in interface ContentLocationOrBuilderpublic ByteString getContainerVersionBytes()
Findings container version, if available
("generation" for Google Cloud Storage).
string container_version = 7;getContainerVersionBytes in interface ContentLocationOrBuilderpublic 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.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ContentLocation.Builder>public final ContentLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ContentLocation.Builder>