Class SqlSslCertsDeleteRequest (0.1.0)

public final class SqlSslCertsDeleteRequest extends GeneratedMessage implements SqlSslCertsDeleteRequestOrBuilder

Protobuf type google.cloud.sql.v1.SqlSslCertsDeleteRequest

Static Fields

INSTANCE_FIELD_NUMBER

public static final int INSTANCE_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_FIELD_NUMBER

public static final int PROJECT_FIELD_NUMBER
Field Value
Type Description
int

SHA1_FINGERPRINT_FIELD_NUMBER

public static final int SHA1_FINGERPRINT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SqlSslCertsDeleteRequest getDefaultInstance()
Returns
Type Description
SqlSslCertsDeleteRequest

getDescriptor()

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

newBuilder()

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

newBuilder(SqlSslCertsDeleteRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SqlSslCertsDeleteRequest getDefaultInstanceForType()
Returns
Type Description
SqlSslCertsDeleteRequest

getInstance()

public String getInstance()

Cloud SQL instance ID. This does not include the project ID.

string instance = 1;

Returns
Type Description
String

The instance.

getInstanceBytes()

public ByteString getInstanceBytes()

Cloud SQL instance ID. This does not include the project ID.

string instance = 1;

Returns
Type Description
ByteString

The bytes for instance.

getParserForType()

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

getProject()

public String getProject()

Project ID of the project that contains the instance.

string project = 2;

Returns
Type Description
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID of the project that contains the instance.

string project = 2;

Returns
Type Description
ByteString

The bytes for project.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSha1Fingerprint()

public String getSha1Fingerprint()

Sha1 FingerPrint.

string sha1_fingerprint = 3;

Returns
Type Description
String

The sha1Fingerprint.

getSha1FingerprintBytes()

public ByteString getSha1FingerprintBytes()

Sha1 FingerPrint.

string sha1_fingerprint = 3;

Returns
Type Description
ByteString

The bytes for sha1Fingerprint.

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 SqlSslCertsDeleteRequest.Builder newBuilderForType()
Returns
Type Description
SqlSslCertsDeleteRequest.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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