Class SaveSnapshotResponse (1.42.0)

public final class SaveSnapshotResponse extends GeneratedMessageV3 implements SaveSnapshotResponseOrBuilder

Response to SaveSnapshotRequest.

Protobuf type google.cloud.orchestration.airflow.service.v1beta1.SaveSnapshotResponse

Static Fields

SNAPSHOT_PATH_FIELD_NUMBER

public static final int SNAPSHOT_PATH_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SaveSnapshotResponse getDefaultInstance()
Returns
Type Description
SaveSnapshotResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SaveSnapshotResponse.Builder newBuilder()
Returns
Type Description
SaveSnapshotResponse.Builder

newBuilder(SaveSnapshotResponse prototype)

public static SaveSnapshotResponse.Builder newBuilder(SaveSnapshotResponse prototype)
Parameter
Name Description
prototype SaveSnapshotResponse
Returns
Type Description
SaveSnapshotResponse.Builder

parseDelimitedFrom(InputStream input)

public static SaveSnapshotResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SaveSnapshotResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SaveSnapshotResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SaveSnapshotResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SaveSnapshotResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SaveSnapshotResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SaveSnapshotResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SaveSnapshotResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SaveSnapshotResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SaveSnapshotResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SaveSnapshotResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SaveSnapshotResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SaveSnapshotResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SaveSnapshotResponse> parser()
Returns
Type Description
Parser<SaveSnapshotResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SaveSnapshotResponse getDefaultInstanceForType()
Returns
Type Description
SaveSnapshotResponse

getParserForType()

public Parser<SaveSnapshotResponse> getParserForType()
Returns
Type Description
Parser<SaveSnapshotResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSnapshotPath()

public String getSnapshotPath()

The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp". This field is populated only if the snapshot creation was successful.

string snapshot_path = 1;

Returns
Type Description
String

The snapshotPath.

getSnapshotPathBytes()

public ByteString getSnapshotPathBytes()

The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp". This field is populated only if the snapshot creation was successful.

string snapshot_path = 1;

Returns
Type Description
ByteString

The bytes for snapshotPath.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SaveSnapshotResponse.Builder newBuilderForType()
Returns
Type Description
SaveSnapshotResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SaveSnapshotResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SaveSnapshotResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SaveSnapshotResponse.Builder toBuilder()
Returns
Type Description
SaveSnapshotResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException