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 typegoogle.bigtable.admin.v2.CreateTableFromSnapshotMetadata
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateTableFromSnapshotMetadata.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CreateTableFromSnapshotMetadata
build()
CreateTableFromSnapshotMetadata
buildPartial()
CreateTableFromSnapshotMetadata.Builder
clear()
CreateTableFromSnapshotMetadata.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
CreateTableFromSnapshotMetadata.Builder
clearFinishTime()
The time at which the operation failed or was completed successfully.CreateTableFromSnapshotMetadata.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
CreateTableFromSnapshotMetadata.Builder
clearOriginalRequest()
The request that prompted the initiation of this CreateTableFromSnapshot operation.CreateTableFromSnapshotMetadata.Builder
clearRequestTime()
The time at which the original request was received.CreateTableFromSnapshotMetadata.Builder
clone()
CreateTableFromSnapshotMetadata
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.Timestamp
getFinishTime()
The time at which the operation failed or was completed successfully.com.google.protobuf.Timestamp.Builder
getFinishTimeBuilder()
The time at which the operation failed or was completed successfully.com.google.protobuf.TimestampOrBuilder
getFinishTimeOrBuilder()
The time at which the operation failed or was completed successfully.CreateTableFromSnapshotRequest
getOriginalRequest()
The request that prompted the initiation of this CreateTableFromSnapshot operation.CreateTableFromSnapshotRequest.Builder
getOriginalRequestBuilder()
The request that prompted the initiation of this CreateTableFromSnapshot operation.CreateTableFromSnapshotRequestOrBuilder
getOriginalRequestOrBuilder()
The request that prompted the initiation of this CreateTableFromSnapshot operation.com.google.protobuf.Timestamp
getRequestTime()
The time at which the original request was received.com.google.protobuf.Timestamp.Builder
getRequestTimeBuilder()
The time at which the original request was received.com.google.protobuf.TimestampOrBuilder
getRequestTimeOrBuilder()
The time at which the original request was received.boolean
hasFinishTime()
The time at which the operation failed or was completed successfully.boolean
hasOriginalRequest()
The request that prompted the initiation of this CreateTableFromSnapshot operation.boolean
hasRequestTime()
The time at which the original request was received.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
CreateTableFromSnapshotMetadata.Builder
mergeFinishTime(com.google.protobuf.Timestamp value)
The time at which the operation failed or was completed successfully.CreateTableFromSnapshotMetadata.Builder
mergeFrom(CreateTableFromSnapshotMetadata other)
CreateTableFromSnapshotMetadata.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CreateTableFromSnapshotMetadata.Builder
mergeFrom(com.google.protobuf.Message other)
CreateTableFromSnapshotMetadata.Builder
mergeOriginalRequest(CreateTableFromSnapshotRequest value)
The request that prompted the initiation of this CreateTableFromSnapshot operation.CreateTableFromSnapshotMetadata.Builder
mergeRequestTime(com.google.protobuf.Timestamp value)
The time at which the original request was received.CreateTableFromSnapshotMetadata.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
CreateTableFromSnapshotMetadata.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CreateTableFromSnapshotMetadata.Builder
setFinishTime(com.google.protobuf.Timestamp value)
The time at which the operation failed or was completed successfully.CreateTableFromSnapshotMetadata.Builder
setFinishTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which the operation failed or was completed successfully.CreateTableFromSnapshotMetadata.Builder
setOriginalRequest(CreateTableFromSnapshotRequest value)
The request that prompted the initiation of this CreateTableFromSnapshot operation.CreateTableFromSnapshotMetadata.Builder
setOriginalRequest(CreateTableFromSnapshotRequest.Builder builderForValue)
The request that prompted the initiation of this CreateTableFromSnapshot operation.CreateTableFromSnapshotMetadata.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
CreateTableFromSnapshotMetadata.Builder
setRequestTime(com.google.protobuf.Timestamp value)
The time at which the original request was received.CreateTableFromSnapshotMetadata.Builder
setRequestTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which the original request was received.CreateTableFromSnapshotMetadata.Builder
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, 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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
clear
public CreateTableFromSnapshotMetadata.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
getDefaultInstanceForType
public CreateTableFromSnapshotMetadata getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public CreateTableFromSnapshotMetadata build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CreateTableFromSnapshotMetadata buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CreateTableFromSnapshotMetadata.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
setField
public CreateTableFromSnapshotMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
clearField
public CreateTableFromSnapshotMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
clearOneof
public CreateTableFromSnapshotMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
setRepeatedField
public CreateTableFromSnapshotMetadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
addRepeatedField
public CreateTableFromSnapshotMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
mergeFrom
public CreateTableFromSnapshotMetadata.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CreateTableFromSnapshotMetadata.Builder>
-
mergeFrom
public CreateTableFromSnapshotMetadata.Builder mergeFrom(CreateTableFromSnapshotMetadata other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
hasOriginalRequest
in interfaceCreateTableFromSnapshotMetadataOrBuilder
- Returns:
- Whether the originalRequest field is set.
-
getOriginalRequest
public CreateTableFromSnapshotRequest getOriginalRequest()
The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
- Specified by:
getOriginalRequest
in 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
public CreateTableFromSnapshotMetadata.Builder clearOriginalRequest()
The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
-
getOriginalRequestBuilder
public CreateTableFromSnapshotRequest.Builder getOriginalRequestBuilder()
The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
-
getOriginalRequestOrBuilder
public CreateTableFromSnapshotRequestOrBuilder getOriginalRequestOrBuilder()
The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
- Specified by:
getOriginalRequestOrBuilder
in interfaceCreateTableFromSnapshotMetadataOrBuilder
-
hasRequestTime
public boolean hasRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
- Specified by:
hasRequestTime
in 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:
getRequestTime
in interfaceCreateTableFromSnapshotMetadataOrBuilder
- Returns:
- The requestTime.
-
setRequestTime
public CreateTableFromSnapshotMetadata.Builder setRequestTime(com.google.protobuf.Timestamp value)
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
public CreateTableFromSnapshotMetadata.Builder 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:
getRequestTimeOrBuilder
in interfaceCreateTableFromSnapshotMetadataOrBuilder
-
hasFinishTime
public boolean hasFinishTime()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
- Specified by:
hasFinishTime
in 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:
getFinishTime
in interfaceCreateTableFromSnapshotMetadataOrBuilder
- Returns:
- The finishTime.
-
setFinishTime
public CreateTableFromSnapshotMetadata.Builder setFinishTime(com.google.protobuf.Timestamp value)
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
public CreateTableFromSnapshotMetadata.Builder mergeFinishTime(com.google.protobuf.Timestamp value)
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
-
clearFinishTime
public CreateTableFromSnapshotMetadata.Builder 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:
getFinishTimeOrBuilder
in interfaceCreateTableFromSnapshotMetadataOrBuilder
-
setUnknownFields
public final CreateTableFromSnapshotMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
mergeUnknownFields
public final CreateTableFromSnapshotMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
-
-