public final class ErrorDetails extends GeneratedMessageV3 implements ErrorDetailsOrBuilder
Protobuf type google.cloud.compute.v1.ErrorDetails
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
ERROR_INFO_FIELD_NUMBER
public static final int ERROR_INFO_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
HELP_FIELD_NUMBER
public static final int HELP_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LOCALIZED_MESSAGE_FIELD_NUMBER
public static final int LOCALIZED_MESSAGE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
QUOTA_INFO_FIELD_NUMBER
public static final int QUOTA_INFO_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ErrorDetails getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ErrorDetails.Builder newBuilder()
newBuilder(ErrorDetails prototype)
public static ErrorDetails.Builder newBuilder(ErrorDetails prototype)
public static ErrorDetails parseDelimitedFrom(InputStream input)
public static ErrorDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ErrorDetails parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ErrorDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ErrorDetails parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ErrorDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ErrorDetails parseFrom(CodedInputStream input)
public static ErrorDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ErrorDetails parseFrom(InputStream input)
public static ErrorDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ErrorDetails parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ErrorDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ErrorDetails> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ErrorDetails getDefaultInstanceForType()
getErrorInfo()
public ErrorInfo getErrorInfo()
optional .google.cloud.compute.v1.ErrorInfo error_info = 25251973;
Returns |
---|
Type | Description |
ErrorInfo | The errorInfo.
|
getErrorInfoOrBuilder()
public ErrorInfoOrBuilder getErrorInfoOrBuilder()
optional .google.cloud.compute.v1.ErrorInfo error_info = 25251973;
getHelp()
optional .google.cloud.compute.v1.Help help = 3198785;
Returns |
---|
Type | Description |
Help | The help.
|
getHelpOrBuilder()
public HelpOrBuilder getHelpOrBuilder()
optional .google.cloud.compute.v1.Help help = 3198785;
getLocalizedMessage()
public LocalizedMessage getLocalizedMessage()
optional .google.cloud.compute.v1.LocalizedMessage localized_message = 404537155;
getLocalizedMessageOrBuilder()
public LocalizedMessageOrBuilder getLocalizedMessageOrBuilder()
optional .google.cloud.compute.v1.LocalizedMessage localized_message = 404537155;
getParserForType()
public Parser<ErrorDetails> getParserForType()
Overrides
getQuotaInfo()
public QuotaExceededInfo getQuotaInfo()
optional .google.cloud.compute.v1.QuotaExceededInfo quota_info = 93923861;
getQuotaInfoOrBuilder()
public QuotaExceededInfoOrBuilder getQuotaInfoOrBuilder()
optional .google.cloud.compute.v1.QuotaExceededInfo quota_info = 93923861;
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasErrorInfo()
public boolean hasErrorInfo()
optional .google.cloud.compute.v1.ErrorInfo error_info = 25251973;
Returns |
---|
Type | Description |
boolean | Whether the errorInfo field is set.
|
hasHelp()
optional .google.cloud.compute.v1.Help help = 3198785;
Returns |
---|
Type | Description |
boolean | Whether the help field is set.
|
hasLocalizedMessage()
public boolean hasLocalizedMessage()
optional .google.cloud.compute.v1.LocalizedMessage localized_message = 404537155;
Returns |
---|
Type | Description |
boolean | Whether the localizedMessage field is set.
|
hasQuotaInfo()
public boolean hasQuotaInfo()
optional .google.cloud.compute.v1.QuotaExceededInfo quota_info = 93923861;
Returns |
---|
Type | Description |
boolean | Whether the quotaInfo field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ErrorDetails.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ErrorDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ErrorDetails.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides