public final class CloudShellErrorDetails extends GeneratedMessageV3 implements CloudShellErrorDetailsOrBuilder
Cloud-shell specific information that will be included as details in failure
responses.
Protobuf type google.cloud.shell.v1.CloudShellErrorDetails
Static Fields
CODE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CloudShellErrorDetails getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CloudShellErrorDetails.Builder newBuilder()
Returns
newBuilder(CloudShellErrorDetails prototype)
public static CloudShellErrorDetails.Builder newBuilder(CloudShellErrorDetails prototype)
Parameter
Returns
public static CloudShellErrorDetails parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CloudShellErrorDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CloudShellErrorDetails parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudShellErrorDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CloudShellErrorDetails parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudShellErrorDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CloudShellErrorDetails parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CloudShellErrorDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CloudShellErrorDetails parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CloudShellErrorDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CloudShellErrorDetails parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudShellErrorDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CloudShellErrorDetails> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getCode()
public CloudShellErrorDetails.CloudShellErrorCode getCode()
Code indicating the specific error the occurred.
.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1;
Returns
getCodeValue()
public int getCodeValue()
Code indicating the specific error the occurred.
.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1;
Returns
Type | Description |
int | The enum numeric value on the wire for code.
|
getDefaultInstanceForType()
public CloudShellErrorDetails getDefaultInstanceForType()
Returns
getParserForType()
public Parser<CloudShellErrorDetails> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CloudShellErrorDetails.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudShellErrorDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CloudShellErrorDetails.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions