Package com.google.bigtable.admin.v2
Class CreateTableFromSnapshotMetadata.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata.Builder
- All Implemented Interfaces:
CreateTableFromSnapshotMetadataOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- CreateTableFromSnapshotMetadata
public static final class CreateTableFromSnapshotMetadata.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
implements CreateTableFromSnapshotMetadataOrBuilder
The metadata for the Operation returned by CreateTableFromSnapshot. Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.Protobuf type
google.bigtable.admin.v2.CreateTableFromSnapshotMetadata-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()clearField(com.google.protobuf.Descriptors.FieldDescriptor field) The time at which the operation failed or was completed successfully.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) The request that prompted the initiation of this CreateTableFromSnapshot operation.The time at which the original request was received.clone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorcom.google.protobuf.TimestampThe time at which the operation failed or was completed successfully.com.google.protobuf.Timestamp.BuilderThe time at which the operation failed or was completed successfully.com.google.protobuf.TimestampOrBuilderThe time at which the operation failed or was completed successfully.The request that prompted the initiation of this CreateTableFromSnapshot operation.The request that prompted the initiation of this CreateTableFromSnapshot operation.The request that prompted the initiation of this CreateTableFromSnapshot operation.com.google.protobuf.TimestampThe time at which the original request was received.com.google.protobuf.Timestamp.BuilderThe time at which the original request was received.com.google.protobuf.TimestampOrBuilderThe time at which the original request was received.booleanThe time at which the operation failed or was completed successfully.booleanThe request that prompted the initiation of this CreateTableFromSnapshot operation.booleanThe time at which the original request was received.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFinishTime(com.google.protobuf.Timestamp value) The time at which the operation failed or was completed successfully.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) The request that prompted the initiation of this CreateTableFromSnapshot operation.mergeRequestTime(com.google.protobuf.Timestamp value) The time at which the original request was received.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setFinishTime(com.google.protobuf.Timestamp value) The time at which the operation failed or was completed successfully.setFinishTime(com.google.protobuf.Timestamp.Builder builderForValue) The time at which the operation failed or was completed successfully.The request that prompted the initiation of this CreateTableFromSnapshot operation.setOriginalRequest(CreateTableFromSnapshotRequest.Builder builderForValue) The request that prompted the initiation of this CreateTableFromSnapshot operation.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRequestTime(com.google.protobuf.Timestamp value) The time at which the original request was received.setRequestTime(com.google.protobuf.Timestamp.Builder builderForValue) The time at which the original request was received.setUnknownFields(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, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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<CreateTableFromSnapshotMetadata.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<CreateTableFromSnapshotMetadata.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<CreateTableFromSnapshotMetadata.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.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<CreateTableFromSnapshotMetadata.Builder>
-
setField
public CreateTableFromSnapshotMetadata.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<CreateTableFromSnapshotMetadata.Builder>
-
clearField
public CreateTableFromSnapshotMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
clearOneof
public CreateTableFromSnapshotMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
setRepeatedField
public CreateTableFromSnapshotMetadata.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<CreateTableFromSnapshotMetadata.Builder>
-
addRepeatedField
public CreateTableFromSnapshotMetadata.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<CreateTableFromSnapshotMetadata.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CreateTableFromSnapshotMetadata.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
mergeFrom
public CreateTableFromSnapshotMetadata.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<CreateTableFromSnapshotMetadata.Builder>- Throws:
IOException
-
hasOriginalRequest
public boolean hasOriginalRequest()The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;- Specified by:
hasOriginalRequestin interfaceCreateTableFromSnapshotMetadataOrBuilder- Returns:
- Whether the originalRequest field is set.
-
getOriginalRequest
The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;- Specified by:
getOriginalRequestin interfaceCreateTableFromSnapshotMetadataOrBuilder- Returns:
- The originalRequest.
-
setOriginalRequest
public CreateTableFromSnapshotMetadata.Builder setOriginalRequest(CreateTableFromSnapshotRequest value) The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1; -
setOriginalRequest
public CreateTableFromSnapshotMetadata.Builder setOriginalRequest(CreateTableFromSnapshotRequest.Builder builderForValue) The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1; -
mergeOriginalRequest
public CreateTableFromSnapshotMetadata.Builder mergeOriginalRequest(CreateTableFromSnapshotRequest value) The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1; -
clearOriginalRequest
The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1; -
getOriginalRequestBuilder
The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1; -
getOriginalRequestOrBuilder
The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;- Specified by:
getOriginalRequestOrBuilderin interfaceCreateTableFromSnapshotMetadataOrBuilder
-
hasRequestTime
public boolean hasRequestTime()The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;- Specified by:
hasRequestTimein interfaceCreateTableFromSnapshotMetadataOrBuilder- Returns:
- Whether the requestTime field is set.
-
getRequestTime
public com.google.protobuf.Timestamp getRequestTime()The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;- Specified by:
getRequestTimein interfaceCreateTableFromSnapshotMetadataOrBuilder- Returns:
- The requestTime.
-
setRequestTime
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2; -
setRequestTime
public CreateTableFromSnapshotMetadata.Builder setRequestTime(com.google.protobuf.Timestamp.Builder builderForValue) The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2; -
mergeRequestTime
public CreateTableFromSnapshotMetadata.Builder mergeRequestTime(com.google.protobuf.Timestamp value) The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2; -
clearRequestTime
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2; -
getRequestTimeBuilder
public com.google.protobuf.Timestamp.Builder getRequestTimeBuilder()The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2; -
getRequestTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getRequestTimeOrBuilder()The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;- Specified by:
getRequestTimeOrBuilderin interfaceCreateTableFromSnapshotMetadataOrBuilder
-
hasFinishTime
public boolean hasFinishTime()The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;- Specified by:
hasFinishTimein interfaceCreateTableFromSnapshotMetadataOrBuilder- Returns:
- Whether the finishTime field is set.
-
getFinishTime
public com.google.protobuf.Timestamp getFinishTime()The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;- Specified by:
getFinishTimein interfaceCreateTableFromSnapshotMetadataOrBuilder- Returns:
- The finishTime.
-
setFinishTime
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3; -
setFinishTime
public CreateTableFromSnapshotMetadata.Builder setFinishTime(com.google.protobuf.Timestamp.Builder builderForValue) The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3; -
mergeFinishTime
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3; -
clearFinishTime
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3; -
getFinishTimeBuilder
public com.google.protobuf.Timestamp.Builder getFinishTimeBuilder()The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3; -
getFinishTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getFinishTimeOrBuilder()The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;- Specified by:
getFinishTimeOrBuilderin interfaceCreateTableFromSnapshotMetadataOrBuilder
-
setUnknownFields
public final CreateTableFromSnapshotMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
mergeUnknownFields
public final CreateTableFromSnapshotMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-