Class AzureNodePoolError (0.40.0)

public final class AzureNodePoolError extends GeneratedMessageV3 implements AzureNodePoolErrorOrBuilder

AzureNodePoolError describes errors found on Azure node pools.

Protobuf type google.cloud.gkemulticloud.v1.AzureNodePoolError

Static Fields

MESSAGE_FIELD_NUMBER

public static final int MESSAGE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AzureNodePoolError getDefaultInstance()
Returns
TypeDescription
AzureNodePoolError

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AzureNodePoolError.Builder newBuilder()
Returns
TypeDescription
AzureNodePoolError.Builder

newBuilder(AzureNodePoolError prototype)

public static AzureNodePoolError.Builder newBuilder(AzureNodePoolError prototype)
Parameter
NameDescription
prototypeAzureNodePoolError
Returns
TypeDescription
AzureNodePoolError.Builder

parseDelimitedFrom(InputStream input)

public static AzureNodePoolError parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureNodePoolError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AzureNodePoolError parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AzureNodePoolError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AzureNodePoolError parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AzureNodePoolError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AzureNodePoolError parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureNodePoolError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AzureNodePoolError parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureNodePoolError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AzureNodePoolError parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AzureNodePoolError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureNodePoolError
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AzureNodePoolError> parser()
Returns
TypeDescription
Parser<AzureNodePoolError>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public AzureNodePoolError getDefaultInstanceForType()
Returns
TypeDescription
AzureNodePoolError

getMessage()

public String getMessage()

Human-friendly description of the error.

string message = 1;

Returns
TypeDescription
String

The message.

getMessageBytes()

public ByteString getMessageBytes()

Human-friendly description of the error.

string message = 1;

Returns
TypeDescription
ByteString

The bytes for message.

getParserForType()

public Parser<AzureNodePoolError> getParserForType()
Returns
TypeDescription
Parser<AzureNodePoolError>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AzureNodePoolError.Builder newBuilderForType()
Returns
TypeDescription
AzureNodePoolError.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AzureNodePoolError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AzureNodePoolError.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AzureNodePoolError.Builder toBuilder()
Returns
TypeDescription
AzureNodePoolError.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException