public final class PreviewResult extends GeneratedMessageV3 implements PreviewResultOrBuilder
Contains a signed Cloud Storage URLs.
Protobuf type google.cloud.config.v1.PreviewResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BINARY_SIGNED_URI_FIELD_NUMBER
public static final int BINARY_SIGNED_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
JSON_SIGNED_URI_FIELD_NUMBER
public static final int JSON_SIGNED_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static PreviewResult getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static PreviewResult.Builder newBuilder()
newBuilder(PreviewResult prototype)
public static PreviewResult.Builder newBuilder(PreviewResult prototype)
public static PreviewResult parseDelimitedFrom(InputStream input)
public static PreviewResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static PreviewResult parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PreviewResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static PreviewResult parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PreviewResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PreviewResult parseFrom(CodedInputStream input)
public static PreviewResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PreviewResult parseFrom(InputStream input)
public static PreviewResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static PreviewResult parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PreviewResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<PreviewResult> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getBinarySignedUri()
public 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 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.
|
getDefaultInstanceForType()
public PreviewResult getDefaultInstanceForType()
getJsonSignedUri()
public 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 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.
|
getParserForType()
public Parser<PreviewResult> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public PreviewResult.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PreviewResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public PreviewResult.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides