Class ApiWarning (0.1.0)

public final class ApiWarning extends GeneratedMessage implements ApiWarningOrBuilder

An Admin API warning message.

Protobuf type google.cloud.sql.v1beta4.ApiWarning

Implements

ApiWarningOrBuilder

Static Fields

CODE_FIELD_NUMBER

public static final int CODE_FIELD_NUMBER
Field Value
Type Description
int

MESSAGE_FIELD_NUMBER

public static final int MESSAGE_FIELD_NUMBER
Field Value
Type Description
int

REGION_FIELD_NUMBER

public static final int REGION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ApiWarning getDefaultInstance()
Returns
Type Description
ApiWarning

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ApiWarning.Builder newBuilder()
Returns
Type Description
ApiWarning.Builder

newBuilder(ApiWarning prototype)

public static ApiWarning.Builder newBuilder(ApiWarning prototype)
Parameter
Name Description
prototype ApiWarning
Returns
Type Description
ApiWarning.Builder

parseDelimitedFrom(InputStream input)

public static ApiWarning parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ApiWarning
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ApiWarning parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApiWarning
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ApiWarning parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ApiWarning
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ApiWarning parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApiWarning
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ApiWarning parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ApiWarning
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ApiWarning parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApiWarning
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ApiWarning parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ApiWarning
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ApiWarning parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApiWarning
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ApiWarning parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ApiWarning
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ApiWarning parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApiWarning
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ApiWarning parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ApiWarning
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ApiWarning parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApiWarning
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ApiWarning> parser()
Returns
Type Description
Parser<ApiWarning>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCode()

public ApiWarning.SqlApiWarningCode getCode()

Code to uniquely identify the warning type.

.google.cloud.sql.v1beta4.ApiWarning.SqlApiWarningCode code = 1;

Returns
Type Description
ApiWarning.SqlApiWarningCode

The code.

getCodeValue()

public int getCodeValue()

Code to uniquely identify the warning type.

.google.cloud.sql.v1beta4.ApiWarning.SqlApiWarningCode code = 1;

Returns
Type Description
int

The enum numeric value on the wire for code.

getDefaultInstanceForType()

public ApiWarning getDefaultInstanceForType()
Returns
Type Description
ApiWarning

getMessage()

public String getMessage()

The warning message.

string message = 2;

Returns
Type Description
String

The message.

getMessageBytes()

public ByteString getMessageBytes()

The warning message.

string message = 2;

Returns
Type Description
ByteString

The bytes for message.

getParserForType()

public Parser<ApiWarning> getParserForType()
Returns
Type Description
Parser<ApiWarning>
Overrides

getRegion()

public String getRegion()

The region name for REGION_UNREACHABLE warning.

string region = 3;

Returns
Type Description
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

The region name for REGION_UNREACHABLE warning.

string region = 3;

Returns
Type Description
ByteString

The bytes for region.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ApiWarning.Builder newBuilderForType()
Returns
Type Description
ApiWarning.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ApiWarning.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ApiWarning.Builder
Overrides

toBuilder()

public ApiWarning.Builder toBuilder()
Returns
Type Description
ApiWarning.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException