public interface PreviewResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBinarySignedUri()
public abstract String getBinarySignedUri()Output only. Plan binary signed URL
string binary_signed_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The binarySignedUri. |
getBinarySignedUriBytes()
public abstract ByteString getBinarySignedUriBytes()Output only. Plan binary signed URL
string binary_signed_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for binarySignedUri. |
getJsonSignedUri()
public abstract String getJsonSignedUri()Output only. Plan JSON signed URL
string json_signed_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The jsonSignedUri. |
getJsonSignedUriBytes()
public abstract ByteString getJsonSignedUriBytes()Output only. Plan JSON signed URL
string json_signed_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for jsonSignedUri. |