public final class SslCertDetail extends GeneratedMessage implements SslCertDetailOrBuilderSslCertDetail.
Protobuf type google.cloud.sql.v1beta4.SslCertDetail
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SslCertDetailImplements
SslCertDetailOrBuilderStatic Fields
CERT_INFO_FIELD_NUMBER
public static final int CERT_INFO_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
CERT_PRIVATE_KEY_FIELD_NUMBER
public static final int CERT_PRIVATE_KEY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static SslCertDetail getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static SslCertDetail.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
SslCertDetail.Builder |
|
newBuilder(SslCertDetail prototype)
public static SslCertDetail.Builder newBuilder(SslCertDetail prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
SslCertDetail |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail.Builder |
|
parseDelimitedFrom(InputStream input)
public static SslCertDetail parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SslCertDetail parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static SslCertDetail parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SslCertDetail parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static SslCertDetail parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SslCertDetail parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static SslCertDetail parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SslCertDetail parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static SslCertDetail parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SslCertDetail parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static SslCertDetail parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SslCertDetail parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<SslCertDetail> parser()| Returns | |
|---|---|
| Type | Description |
Parser<SslCertDetail> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCertInfo()
public SslCert getCertInfo()The public information about the cert.
.google.cloud.sql.v1beta4.SslCert cert_info = 1;
| Returns | |
|---|---|
| Type | Description |
SslCert |
The certInfo. |
getCertInfoOrBuilder()
public SslCertOrBuilder getCertInfoOrBuilder()The public information about the cert.
.google.cloud.sql.v1beta4.SslCert cert_info = 1;
| Returns | |
|---|---|
| Type | Description |
SslCertOrBuilder |
|
getCertPrivateKey()
public String getCertPrivateKey()The private key for the client cert, in pem format. Keep private in order to protect your security.
string cert_private_key = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The certPrivateKey. |
getCertPrivateKeyBytes()
public ByteString getCertPrivateKeyBytes()The private key for the client cert, in pem format. Keep private in order to protect your security.
string cert_private_key = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for certPrivateKey. |
getDefaultInstanceForType()
public SslCertDetail getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
|
getParserForType()
public Parser<SslCertDetail> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<SslCertDetail> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasCertInfo()
public boolean hasCertInfo()The public information about the cert.
.google.cloud.sql.v1beta4.SslCert cert_info = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the certInfo field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public SslCertDetail.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
SslCertDetail.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SslCertDetail.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
SslCertDetail.Builder |
|
toBuilder()
public SslCertDetail.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
SslCertDetail.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|