Class InstallError (0.5.4)

public final class InstallError extends GeneratedMessageV3 implements InstallErrorOrBuilder

Errors pertaining to the installation of ACM

Protobuf type google.cloud.gkehub.configmanagement.v1alpha.InstallError

Fields

ERROR_MESSAGE_FIELD_NUMBER

public static final int ERROR_MESSAGE_FIELD_NUMBER
Field Value
TypeDescription
int

Methods

equals(Object obj)

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

getDefaultInstance()

public static InstallError getDefaultInstance()
Returns
TypeDescription
InstallError

getDefaultInstanceForType()

public InstallError getDefaultInstanceForType()
Returns
TypeDescription
InstallError

getDescriptor()

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

getErrorMessage()

public String getErrorMessage()

A string representing the user facing error message

string error_message = 1;

Returns
TypeDescription
String

The errorMessage.

getErrorMessageBytes()

public ByteString getErrorMessageBytes()

A string representing the user facing error message

string error_message = 1;

Returns
TypeDescription
ByteString

The bytes for errorMessage.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
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

newBuilder()

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

newBuilder(InstallError prototype)

public static InstallError.Builder newBuilder(InstallError prototype)
Parameter
NameDescription
prototypeInstallError
Returns
TypeDescription
InstallError.Builder

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

toBuilder()

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

writeTo(CodedOutputStream output)

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