Package com.google.privacy.dlp.v2
Class ContentLocation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
- com.google.privacy.dlp.v2.ContentLocation.Builder
-
- All Implemented Interfaces:
ContentLocationOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ContentLocation
public static final class ContentLocation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder> implements ContentLocationOrBuilder
Precise location of the finding within a document, record, image, or metadata container.
Protobuf typegoogle.privacy.dlp.v2.ContentLocation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentLocation.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ContentLocationbuild()ContentLocationbuildPartial()ContentLocation.Builderclear()ContentLocation.BuilderclearContainerName()Name of the container where the finding is located.ContentLocation.BuilderclearContainerTimestamp()Finding container modification timestamp, if applicable.ContentLocation.BuilderclearContainerVersion()Finding container version, if available ("generation" for Cloud Storage).ContentLocation.BuilderclearDocumentLocation()Location data for document files.ContentLocation.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ContentLocation.BuilderclearImageLocation()Location within an image's pixels.ContentLocation.BuilderclearLocation()ContentLocation.BuilderclearMetadataLocation()Location within the metadata for inspected content.ContentLocation.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ContentLocation.BuilderclearRecordLocation()Location within a row or record of a database table.ContentLocation.Builderclone()StringgetContainerName()Name of the container where the finding is located.com.google.protobuf.ByteStringgetContainerNameBytes()Name of the container where the finding is located.com.google.protobuf.TimestampgetContainerTimestamp()Finding container modification timestamp, if applicable.com.google.protobuf.Timestamp.BuildergetContainerTimestampBuilder()Finding container modification timestamp, if applicable.com.google.protobuf.TimestampOrBuildergetContainerTimestampOrBuilder()Finding container modification timestamp, if applicable.StringgetContainerVersion()Finding container version, if available ("generation" for Cloud Storage).com.google.protobuf.ByteStringgetContainerVersionBytes()Finding container version, if available ("generation" for Cloud Storage).ContentLocationgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()DocumentLocationgetDocumentLocation()Location data for document files.DocumentLocation.BuildergetDocumentLocationBuilder()Location data for document files.DocumentLocationOrBuildergetDocumentLocationOrBuilder()Location data for document files.ImageLocationgetImageLocation()Location within an image's pixels.ImageLocation.BuildergetImageLocationBuilder()Location within an image's pixels.ImageLocationOrBuildergetImageLocationOrBuilder()Location within an image's pixels.ContentLocation.LocationCasegetLocationCase()MetadataLocationgetMetadataLocation()Location within the metadata for inspected content.MetadataLocation.BuildergetMetadataLocationBuilder()Location within the metadata for inspected content.MetadataLocationOrBuildergetMetadataLocationOrBuilder()Location within the metadata for inspected content.RecordLocationgetRecordLocation()Location within a row or record of a database table.RecordLocation.BuildergetRecordLocationBuilder()Location within a row or record of a database table.RecordLocationOrBuildergetRecordLocationOrBuilder()Location within a row or record of a database table.booleanhasContainerTimestamp()Finding container modification timestamp, if applicable.booleanhasDocumentLocation()Location data for document files.booleanhasImageLocation()Location within an image's pixels.booleanhasMetadataLocation()Location within the metadata for inspected content.booleanhasRecordLocation()Location within a row or record of a database table.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ContentLocation.BuildermergeContainerTimestamp(com.google.protobuf.Timestamp value)Finding container modification timestamp, if applicable.ContentLocation.BuildermergeDocumentLocation(DocumentLocation value)Location data for document files.ContentLocation.BuildermergeFrom(ContentLocation other)ContentLocation.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ContentLocation.BuildermergeFrom(com.google.protobuf.Message other)ContentLocation.BuildermergeImageLocation(ImageLocation value)Location within an image's pixels.ContentLocation.BuildermergeMetadataLocation(MetadataLocation value)Location within the metadata for inspected content.ContentLocation.BuildermergeRecordLocation(RecordLocation value)Location within a row or record of a database table.ContentLocation.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ContentLocation.BuildersetContainerName(String value)Name of the container where the finding is located.ContentLocation.BuildersetContainerNameBytes(com.google.protobuf.ByteString value)Name of the container where the finding is located.ContentLocation.BuildersetContainerTimestamp(com.google.protobuf.Timestamp value)Finding container modification timestamp, if applicable.ContentLocation.BuildersetContainerTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)Finding container modification timestamp, if applicable.ContentLocation.BuildersetContainerVersion(String value)Finding container version, if available ("generation" for Cloud Storage).ContentLocation.BuildersetContainerVersionBytes(com.google.protobuf.ByteString value)Finding container version, if available ("generation" for Cloud Storage).ContentLocation.BuildersetDocumentLocation(DocumentLocation value)Location data for document files.ContentLocation.BuildersetDocumentLocation(DocumentLocation.Builder builderForValue)Location data for document files.ContentLocation.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ContentLocation.BuildersetImageLocation(ImageLocation value)Location within an image's pixels.ContentLocation.BuildersetImageLocation(ImageLocation.Builder builderForValue)Location within an image's pixels.ContentLocation.BuildersetMetadataLocation(MetadataLocation value)Location within the metadata for inspected content.ContentLocation.BuildersetMetadataLocation(MetadataLocation.Builder builderForValue)Location within the metadata for inspected content.ContentLocation.BuildersetRecordLocation(RecordLocation value)Location within a row or record of a database table.ContentLocation.BuildersetRecordLocation(RecordLocation.Builder builderForValue)Location within a row or record of a database table.ContentLocation.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ContentLocation.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
clear
public ContentLocation.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
getDefaultInstanceForType
public ContentLocation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ContentLocation build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ContentLocation buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ContentLocation.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
setField
public ContentLocation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
clearField
public ContentLocation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
clearOneof
public ContentLocation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
setRepeatedField
public ContentLocation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
addRepeatedField
public ContentLocation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
mergeFrom
public ContentLocation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ContentLocation.Builder>
-
mergeFrom
public ContentLocation.Builder mergeFrom(ContentLocation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
mergeFrom
public ContentLocation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ContentLocation.Builder>- Throws:
IOException
-
getLocationCase
public ContentLocation.LocationCase getLocationCase()
- Specified by:
getLocationCasein interfaceContentLocationOrBuilder
-
clearLocation
public ContentLocation.Builder clearLocation()
-
getContainerName
public String getContainerName()
Name of the container where the finding is located. The top level name is the source file name or table name. Names of some common storage containers are formatted as follows: * BigQuery tables: `{project_id}:{dataset_id}.{table_id}` * Cloud Storage files: `gs://{bucket}/{path}` * Datastore namespace: {namespace} Nested names could be absent if the embedded object has no string identifier (for example, an image contained within a document).string container_name = 1;- Specified by:
getContainerNamein interfaceContentLocationOrBuilder- Returns:
- The containerName.
-
getContainerNameBytes
public com.google.protobuf.ByteString getContainerNameBytes()
Name of the container where the finding is located. The top level name is the source file name or table name. Names of some common storage containers are formatted as follows: * BigQuery tables: `{project_id}:{dataset_id}.{table_id}` * Cloud Storage files: `gs://{bucket}/{path}` * Datastore namespace: {namespace} Nested names could be absent if the embedded object has no string identifier (for example, an image contained within a document).string container_name = 1;- Specified by:
getContainerNameBytesin interfaceContentLocationOrBuilder- Returns:
- The bytes for containerName.
-
setContainerName
public ContentLocation.Builder setContainerName(String value)
Name of the container where the finding is located. The top level name is the source file name or table name. Names of some common storage containers are formatted as follows: * BigQuery tables: `{project_id}:{dataset_id}.{table_id}` * Cloud Storage files: `gs://{bucket}/{path}` * Datastore namespace: {namespace} Nested names could be absent if the embedded object has no string identifier (for example, an image contained within a document).string container_name = 1;- Parameters:
value- The containerName to set.- Returns:
- This builder for chaining.
-
clearContainerName
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. Names of some common storage containers are formatted as follows: * BigQuery tables: `{project_id}:{dataset_id}.{table_id}` * Cloud Storage files: `gs://{bucket}/{path}` * Datastore namespace: {namespace} Nested names could be absent if the embedded object has no string identifier (for example, an image contained within a document).string container_name = 1;- Returns:
- This builder for chaining.
-
setContainerNameBytes
public ContentLocation.Builder setContainerNameBytes(com.google.protobuf.ByteString value)
Name of the container where the finding is located. The top level name is the source file name or table name. Names of some common storage containers are formatted as follows: * BigQuery tables: `{project_id}:{dataset_id}.{table_id}` * Cloud Storage files: `gs://{bucket}/{path}` * Datastore namespace: {namespace} Nested names could be absent if the embedded object has no string identifier (for example, an image contained within a document).string container_name = 1;- Parameters:
value- The bytes for containerName to set.- Returns:
- This builder for chaining.
-
hasRecordLocation
public boolean hasRecordLocation()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;- Specified by:
hasRecordLocationin interfaceContentLocationOrBuilder- Returns:
- Whether the recordLocation field is set.
-
getRecordLocation
public RecordLocation getRecordLocation()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;- Specified by:
getRecordLocationin interfaceContentLocationOrBuilder- Returns:
- The recordLocation.
-
setRecordLocation
public ContentLocation.Builder setRecordLocation(RecordLocation value)
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
-
setRecordLocation
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;
-
mergeRecordLocation
public ContentLocation.Builder mergeRecordLocation(RecordLocation value)
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
-
clearRecordLocation
public ContentLocation.Builder clearRecordLocation()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
-
getRecordLocationBuilder
public RecordLocation.Builder getRecordLocationBuilder()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
-
getRecordLocationOrBuilder
public RecordLocationOrBuilder getRecordLocationOrBuilder()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;- Specified by:
getRecordLocationOrBuilderin interfaceContentLocationOrBuilder
-
hasImageLocation
public boolean hasImageLocation()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;- Specified by:
hasImageLocationin interfaceContentLocationOrBuilder- Returns:
- Whether the imageLocation field is set.
-
getImageLocation
public ImageLocation getImageLocation()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;- Specified by:
getImageLocationin interfaceContentLocationOrBuilder- Returns:
- The imageLocation.
-
setImageLocation
public ContentLocation.Builder setImageLocation(ImageLocation value)
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
-
setImageLocation
public ContentLocation.Builder setImageLocation(ImageLocation.Builder builderForValue)
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
-
mergeImageLocation
public ContentLocation.Builder mergeImageLocation(ImageLocation value)
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
-
clearImageLocation
public ContentLocation.Builder clearImageLocation()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
-
getImageLocationBuilder
public ImageLocation.Builder getImageLocationBuilder()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
-
getImageLocationOrBuilder
public ImageLocationOrBuilder getImageLocationOrBuilder()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;- Specified by:
getImageLocationOrBuilderin interfaceContentLocationOrBuilder
-
hasDocumentLocation
public boolean hasDocumentLocation()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;- Specified by:
hasDocumentLocationin interfaceContentLocationOrBuilder- Returns:
- Whether the documentLocation field is set.
-
getDocumentLocation
public DocumentLocation getDocumentLocation()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;- Specified by:
getDocumentLocationin interfaceContentLocationOrBuilder- Returns:
- The documentLocation.
-
setDocumentLocation
public ContentLocation.Builder setDocumentLocation(DocumentLocation value)
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
-
setDocumentLocation
public ContentLocation.Builder setDocumentLocation(DocumentLocation.Builder builderForValue)
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
-
mergeDocumentLocation
public ContentLocation.Builder mergeDocumentLocation(DocumentLocation value)
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
-
clearDocumentLocation
public ContentLocation.Builder clearDocumentLocation()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
-
getDocumentLocationBuilder
public DocumentLocation.Builder getDocumentLocationBuilder()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
-
getDocumentLocationOrBuilder
public DocumentLocationOrBuilder getDocumentLocationOrBuilder()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;- Specified by:
getDocumentLocationOrBuilderin interfaceContentLocationOrBuilder
-
hasMetadataLocation
public boolean hasMetadataLocation()
Location within the metadata for inspected content.
.google.privacy.dlp.v2.MetadataLocation metadata_location = 8;- Specified by:
hasMetadataLocationin interfaceContentLocationOrBuilder- Returns:
- Whether the metadataLocation field is set.
-
getMetadataLocation
public MetadataLocation getMetadataLocation()
Location within the metadata for inspected content.
.google.privacy.dlp.v2.MetadataLocation metadata_location = 8;- Specified by:
getMetadataLocationin interfaceContentLocationOrBuilder- Returns:
- The metadataLocation.
-
setMetadataLocation
public ContentLocation.Builder setMetadataLocation(MetadataLocation value)
Location within the metadata for inspected content.
.google.privacy.dlp.v2.MetadataLocation metadata_location = 8;
-
setMetadataLocation
public ContentLocation.Builder setMetadataLocation(MetadataLocation.Builder builderForValue)
Location within the metadata for inspected content.
.google.privacy.dlp.v2.MetadataLocation metadata_location = 8;
-
mergeMetadataLocation
public ContentLocation.Builder mergeMetadataLocation(MetadataLocation value)
Location within the metadata for inspected content.
.google.privacy.dlp.v2.MetadataLocation metadata_location = 8;
-
clearMetadataLocation
public ContentLocation.Builder clearMetadataLocation()
Location within the metadata for inspected content.
.google.privacy.dlp.v2.MetadataLocation metadata_location = 8;
-
getMetadataLocationBuilder
public MetadataLocation.Builder getMetadataLocationBuilder()
Location within the metadata for inspected content.
.google.privacy.dlp.v2.MetadataLocation metadata_location = 8;
-
getMetadataLocationOrBuilder
public MetadataLocationOrBuilder getMetadataLocationOrBuilder()
Location within the metadata for inspected content.
.google.privacy.dlp.v2.MetadataLocation metadata_location = 8;- Specified by:
getMetadataLocationOrBuilderin interfaceContentLocationOrBuilder
-
hasContainerTimestamp
public boolean hasContainerTimestamp()
Finding container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
.google.protobuf.Timestamp container_timestamp = 6;- Specified by:
hasContainerTimestampin interfaceContentLocationOrBuilder- Returns:
- Whether the containerTimestamp field is set.
-
getContainerTimestamp
public com.google.protobuf.Timestamp getContainerTimestamp()
Finding container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
.google.protobuf.Timestamp container_timestamp = 6;- Specified by:
getContainerTimestampin interfaceContentLocationOrBuilder- Returns:
- The containerTimestamp.
-
setContainerTimestamp
public ContentLocation.Builder setContainerTimestamp(com.google.protobuf.Timestamp value)
Finding container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
.google.protobuf.Timestamp container_timestamp = 6;
-
setContainerTimestamp
public ContentLocation.Builder setContainerTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
Finding container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
.google.protobuf.Timestamp container_timestamp = 6;
-
mergeContainerTimestamp
public ContentLocation.Builder mergeContainerTimestamp(com.google.protobuf.Timestamp value)
Finding container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
.google.protobuf.Timestamp container_timestamp = 6;
-
clearContainerTimestamp
public ContentLocation.Builder clearContainerTimestamp()
Finding container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
.google.protobuf.Timestamp container_timestamp = 6;
-
getContainerTimestampBuilder
public com.google.protobuf.Timestamp.Builder getContainerTimestampBuilder()
Finding container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
.google.protobuf.Timestamp container_timestamp = 6;
-
getContainerTimestampOrBuilder
public com.google.protobuf.TimestampOrBuilder getContainerTimestampOrBuilder()
Finding container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
.google.protobuf.Timestamp container_timestamp = 6;- Specified by:
getContainerTimestampOrBuilderin interfaceContentLocationOrBuilder
-
getContainerVersion
public String getContainerVersion()
Finding container version, if available ("generation" for Cloud Storage).string container_version = 7;- Specified by:
getContainerVersionin interfaceContentLocationOrBuilder- Returns:
- The containerVersion.
-
getContainerVersionBytes
public com.google.protobuf.ByteString getContainerVersionBytes()
Finding container version, if available ("generation" for Cloud Storage).string container_version = 7;- Specified by:
getContainerVersionBytesin interfaceContentLocationOrBuilder- Returns:
- The bytes for containerVersion.
-
setContainerVersion
public ContentLocation.Builder setContainerVersion(String value)
Finding container version, if available ("generation" for Cloud Storage).string container_version = 7;- Parameters:
value- The containerVersion to set.- Returns:
- This builder for chaining.
-
clearContainerVersion
public ContentLocation.Builder clearContainerVersion()
Finding container version, if available ("generation" for Cloud Storage).string container_version = 7;- Returns:
- This builder for chaining.
-
setContainerVersionBytes
public ContentLocation.Builder setContainerVersionBytes(com.google.protobuf.ByteString value)
Finding container version, if available ("generation" for Cloud Storage).string container_version = 7;- Parameters:
value- The bytes for containerVersion to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ContentLocation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
mergeUnknownFields
public final ContentLocation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ContentLocation.Builder>
-
-