Interface StatefileOrBuilder (0.10.0)

public interface StatefileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSignedUri()

public abstract String getSignedUri()

Output only. Cloud Storage signed URI used for downloading or uploading the state file.

string signed_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The signedUri.

getSignedUriBytes()

public abstract ByteString getSignedUriBytes()

Output only. Cloud Storage signed URI used for downloading or uploading the state file.

string signed_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for signedUri.