Package com.google.dataflow.v1beta3
Class Snapshot
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.dataflow.v1beta3.Snapshot
-
- All Implemented Interfaces:
SnapshotOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class Snapshot extends com.google.protobuf.GeneratedMessageV3 implements SnapshotOrBuilder
Represents a snapshot of a job.
Protobuf typegoogle.dataflow.v1beta3.Snapshot
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Snapshot.Builder
Represents a snapshot of a job.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CREATION_TIME_FIELD_NUMBER
static int
DESCRIPTION_FIELD_NUMBER
static int
DISK_SIZE_BYTES_FIELD_NUMBER
static int
ID_FIELD_NUMBER
static int
PROJECT_ID_FIELD_NUMBER
static int
PUBSUB_METADATA_FIELD_NUMBER
static int
REGION_FIELD_NUMBER
static int
SOURCE_JOB_ID_FIELD_NUMBER
static int
STATE_FIELD_NUMBER
static int
TTL_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
com.google.protobuf.Timestamp
getCreationTime()
The time this snapshot was created.com.google.protobuf.TimestampOrBuilder
getCreationTimeOrBuilder()
The time this snapshot was created.static Snapshot
getDefaultInstance()
Snapshot
getDefaultInstanceForType()
String
getDescription()
User specified description of the snapshot.com.google.protobuf.ByteString
getDescriptionBytes()
User specified description of the snapshot.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
long
getDiskSizeBytes()
The disk byte size of the snapshot.String
getId()
The unique ID of this snapshot.com.google.protobuf.ByteString
getIdBytes()
The unique ID of this snapshot.com.google.protobuf.Parser<Snapshot>
getParserForType()
String
getProjectId()
The project this snapshot belongs to.com.google.protobuf.ByteString
getProjectIdBytes()
The project this snapshot belongs to.PubsubSnapshotMetadata
getPubsubMetadata(int index)
Pub/Sub snapshot metadata.int
getPubsubMetadataCount()
Pub/Sub snapshot metadata.List<PubsubSnapshotMetadata>
getPubsubMetadataList()
Pub/Sub snapshot metadata.PubsubSnapshotMetadataOrBuilder
getPubsubMetadataOrBuilder(int index)
Pub/Sub snapshot metadata.List<? extends PubsubSnapshotMetadataOrBuilder>
getPubsubMetadataOrBuilderList()
Pub/Sub snapshot metadata.String
getRegion()
Cloud region where this snapshot lives in, e.g., "us-central1".com.google.protobuf.ByteString
getRegionBytes()
Cloud region where this snapshot lives in, e.g., "us-central1".int
getSerializedSize()
String
getSourceJobId()
The job this snapshot was created from.com.google.protobuf.ByteString
getSourceJobIdBytes()
The job this snapshot was created from.SnapshotState
getState()
State of the snapshot.int
getStateValue()
State of the snapshot.com.google.protobuf.Duration
getTtl()
The time after which this snapshot will be automatically deleted.com.google.protobuf.DurationOrBuilder
getTtlOrBuilder()
The time after which this snapshot will be automatically deleted.boolean
hasCreationTime()
The time this snapshot was created.int
hashCode()
boolean
hasTtl()
The time after which this snapshot will be automatically deleted.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Snapshot.Builder
newBuilder()
static Snapshot.Builder
newBuilder(Snapshot prototype)
Snapshot.Builder
newBuilderForType()
protected Snapshot.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Snapshot
parseDelimitedFrom(InputStream input)
static Snapshot
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
parseFrom(byte[] data)
static Snapshot
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
parseFrom(com.google.protobuf.ByteString data)
static Snapshot
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
parseFrom(com.google.protobuf.CodedInputStream input)
static Snapshot
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
parseFrom(InputStream input)
static Snapshot
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
parseFrom(ByteBuffer data)
static Snapshot
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Snapshot>
parser()
Snapshot.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_JOB_ID_FIELD_NUMBER
public static final int SOURCE_JOB_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATION_TIME_FIELD_NUMBER
public static final int CREATION_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TTL_FIELD_NUMBER
public static final int TTL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PUBSUB_METADATA_FIELD_NUMBER
public static final int PUBSUB_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISK_SIZE_BYTES_FIELD_NUMBER
public static final int DISK_SIZE_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REGION_FIELD_NUMBER
public static final int REGION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
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
-
getId
public String getId()
The unique ID of this snapshot.
string id = 1;
- Specified by:
getId
in interfaceSnapshotOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
The unique ID of this snapshot.
string id = 1;
- Specified by:
getIdBytes
in interfaceSnapshotOrBuilder
- Returns:
- The bytes for id.
-
getProjectId
public String getProjectId()
The project this snapshot belongs to.
string project_id = 2;
- Specified by:
getProjectId
in interfaceSnapshotOrBuilder
- Returns:
- The projectId.
-
getProjectIdBytes
public com.google.protobuf.ByteString getProjectIdBytes()
The project this snapshot belongs to.
string project_id = 2;
- Specified by:
getProjectIdBytes
in interfaceSnapshotOrBuilder
- Returns:
- The bytes for projectId.
-
getSourceJobId
public String getSourceJobId()
The job this snapshot was created from.
string source_job_id = 3;
- Specified by:
getSourceJobId
in interfaceSnapshotOrBuilder
- Returns:
- The sourceJobId.
-
getSourceJobIdBytes
public com.google.protobuf.ByteString getSourceJobIdBytes()
The job this snapshot was created from.
string source_job_id = 3;
- Specified by:
getSourceJobIdBytes
in interfaceSnapshotOrBuilder
- Returns:
- The bytes for sourceJobId.
-
hasCreationTime
public boolean hasCreationTime()
The time this snapshot was created.
.google.protobuf.Timestamp creation_time = 4;
- Specified by:
hasCreationTime
in interfaceSnapshotOrBuilder
- Returns:
- Whether the creationTime field is set.
-
getCreationTime
public com.google.protobuf.Timestamp getCreationTime()
The time this snapshot was created.
.google.protobuf.Timestamp creation_time = 4;
- Specified by:
getCreationTime
in interfaceSnapshotOrBuilder
- Returns:
- The creationTime.
-
getCreationTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
The time this snapshot was created.
.google.protobuf.Timestamp creation_time = 4;
- Specified by:
getCreationTimeOrBuilder
in interfaceSnapshotOrBuilder
-
hasTtl
public boolean hasTtl()
The time after which this snapshot will be automatically deleted.
.google.protobuf.Duration ttl = 5;
- Specified by:
hasTtl
in interfaceSnapshotOrBuilder
- Returns:
- Whether the ttl field is set.
-
getTtl
public com.google.protobuf.Duration getTtl()
The time after which this snapshot will be automatically deleted.
.google.protobuf.Duration ttl = 5;
- Specified by:
getTtl
in interfaceSnapshotOrBuilder
- Returns:
- The ttl.
-
getTtlOrBuilder
public com.google.protobuf.DurationOrBuilder getTtlOrBuilder()
The time after which this snapshot will be automatically deleted.
.google.protobuf.Duration ttl = 5;
- Specified by:
getTtlOrBuilder
in interfaceSnapshotOrBuilder
-
getStateValue
public int getStateValue()
State of the snapshot.
.google.dataflow.v1beta3.SnapshotState state = 6;
- Specified by:
getStateValue
in interfaceSnapshotOrBuilder
- Returns:
- The enum numeric value on the wire for state.
-
getState
public SnapshotState getState()
State of the snapshot.
.google.dataflow.v1beta3.SnapshotState state = 6;
- Specified by:
getState
in interfaceSnapshotOrBuilder
- Returns:
- The state.
-
getPubsubMetadataList
public List<PubsubSnapshotMetadata> getPubsubMetadataList()
Pub/Sub snapshot metadata.
repeated .google.dataflow.v1beta3.PubsubSnapshotMetadata pubsub_metadata = 7;
- Specified by:
getPubsubMetadataList
in interfaceSnapshotOrBuilder
-
getPubsubMetadataOrBuilderList
public List<? extends PubsubSnapshotMetadataOrBuilder> getPubsubMetadataOrBuilderList()
Pub/Sub snapshot metadata.
repeated .google.dataflow.v1beta3.PubsubSnapshotMetadata pubsub_metadata = 7;
- Specified by:
getPubsubMetadataOrBuilderList
in interfaceSnapshotOrBuilder
-
getPubsubMetadataCount
public int getPubsubMetadataCount()
Pub/Sub snapshot metadata.
repeated .google.dataflow.v1beta3.PubsubSnapshotMetadata pubsub_metadata = 7;
- Specified by:
getPubsubMetadataCount
in interfaceSnapshotOrBuilder
-
getPubsubMetadata
public PubsubSnapshotMetadata getPubsubMetadata(int index)
Pub/Sub snapshot metadata.
repeated .google.dataflow.v1beta3.PubsubSnapshotMetadata pubsub_metadata = 7;
- Specified by:
getPubsubMetadata
in interfaceSnapshotOrBuilder
-
getPubsubMetadataOrBuilder
public PubsubSnapshotMetadataOrBuilder getPubsubMetadataOrBuilder(int index)
Pub/Sub snapshot metadata.
repeated .google.dataflow.v1beta3.PubsubSnapshotMetadata pubsub_metadata = 7;
- Specified by:
getPubsubMetadataOrBuilder
in interfaceSnapshotOrBuilder
-
getDescription
public String getDescription()
User specified description of the snapshot. Maybe empty.
string description = 8;
- Specified by:
getDescription
in interfaceSnapshotOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
User specified description of the snapshot. Maybe empty.
string description = 8;
- Specified by:
getDescriptionBytes
in interfaceSnapshotOrBuilder
- Returns:
- The bytes for description.
-
getDiskSizeBytes
public long getDiskSizeBytes()
The disk byte size of the snapshot. Only available for snapshots in READY state.
int64 disk_size_bytes = 9;
- Specified by:
getDiskSizeBytes
in interfaceSnapshotOrBuilder
- Returns:
- The diskSizeBytes.
-
getRegion
public String getRegion()
Cloud region where this snapshot lives in, e.g., "us-central1".
string region = 10;
- Specified by:
getRegion
in interfaceSnapshotOrBuilder
- Returns:
- The region.
-
getRegionBytes
public com.google.protobuf.ByteString getRegionBytes()
Cloud region where this snapshot lives in, e.g., "us-central1".
string region = 10;
- Specified by:
getRegionBytes
in interfaceSnapshotOrBuilder
- Returns:
- The bytes for region.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Snapshot parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Snapshot parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Snapshot parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Snapshot parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Snapshot parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Snapshot parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Snapshot parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Snapshot parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Snapshot parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Snapshot parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Snapshot parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Snapshot parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Snapshot.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Snapshot.Builder newBuilder()
-
newBuilder
public static Snapshot.Builder newBuilder(Snapshot prototype)
-
toBuilder
public Snapshot.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Snapshot.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Snapshot getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Snapshot> parser()
-
getParserForType
public com.google.protobuf.Parser<Snapshot> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Snapshot getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-