public final class InstancesListServerCertificatesResponse extends GeneratedMessage implements InstancesListServerCertificatesResponseOrBuilder
Instances ListServerCertificatess response.
Protobuf type google.cloud.sql.v1beta4.InstancesListServerCertificatesResponse
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
ACTIVE_VERSION_FIELD_NUMBER
public static final int ACTIVE_VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CA_CERTS_FIELD_NUMBER
public static final int CA_CERTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SERVER_CERTS_FIELD_NUMBER
public static final int SERVER_CERTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static InstancesListServerCertificatesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static InstancesListServerCertificatesResponse.Builder newBuilder()
newBuilder(InstancesListServerCertificatesResponse prototype)
public static InstancesListServerCertificatesResponse.Builder newBuilder(InstancesListServerCertificatesResponse prototype)
public static InstancesListServerCertificatesResponse parseDelimitedFrom(InputStream input)
public static InstancesListServerCertificatesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static InstancesListServerCertificatesResponse parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InstancesListServerCertificatesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static InstancesListServerCertificatesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InstancesListServerCertificatesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InstancesListServerCertificatesResponse parseFrom(CodedInputStream input)
public static InstancesListServerCertificatesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InstancesListServerCertificatesResponse parseFrom(InputStream input)
public static InstancesListServerCertificatesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static InstancesListServerCertificatesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InstancesListServerCertificatesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<InstancesListServerCertificatesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getActiveVersion()
public String getActiveVersion()
The sha1_fingerprint of the active certificate from server_certs.
string active_version = 3;
| Returns |
| Type |
Description |
String |
The activeVersion.
|
getActiveVersionBytes()
public ByteString getActiveVersionBytes()
The sha1_fingerprint of the active certificate from server_certs.
string active_version = 3;
| Returns |
| Type |
Description |
ByteString |
The bytes for activeVersion.
|
getCaCerts(int index)
public SslCert getCaCerts(int index)
List of server CA certificates for the instance.
repeated .google.cloud.sql.v1beta4.SslCert ca_certs = 1;
| Parameter |
| Name |
Description |
index |
int
|
getCaCertsCount()
public int getCaCertsCount()
List of server CA certificates for the instance.
repeated .google.cloud.sql.v1beta4.SslCert ca_certs = 1;
| Returns |
| Type |
Description |
int |
|
getCaCertsList()
public List<SslCert> getCaCertsList()
List of server CA certificates for the instance.
repeated .google.cloud.sql.v1beta4.SslCert ca_certs = 1;
getCaCertsOrBuilder(int index)
public SslCertOrBuilder getCaCertsOrBuilder(int index)
List of server CA certificates for the instance.
repeated .google.cloud.sql.v1beta4.SslCert ca_certs = 1;
| Parameter |
| Name |
Description |
index |
int
|
getCaCertsOrBuilderList()
public List<? extends SslCertOrBuilder> getCaCertsOrBuilderList()
List of server CA certificates for the instance.
repeated .google.cloud.sql.v1beta4.SslCert ca_certs = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.sql.v1beta4.SslCertOrBuilder> |
|
getDefaultInstanceForType()
public InstancesListServerCertificatesResponse getDefaultInstanceForType()
getKind()
This is always sql#instancesListServerCertificates.
string kind = 4;
| Returns |
| Type |
Description |
String |
The kind.
|
getKindBytes()
public ByteString getKindBytes()
This is always sql#instancesListServerCertificates.
string kind = 4;
| Returns |
| Type |
Description |
ByteString |
The bytes for kind.
|
getParserForType()
public Parser<InstancesListServerCertificatesResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getServerCerts(int index)
public SslCert getServerCerts(int index)
List of server certificates for the instance, signed by the corresponding
CA from the ca_certs list.
repeated .google.cloud.sql.v1beta4.SslCert server_certs = 2;
| Parameter |
| Name |
Description |
index |
int
|
getServerCertsCount()
public int getServerCertsCount()
List of server certificates for the instance, signed by the corresponding
CA from the ca_certs list.
repeated .google.cloud.sql.v1beta4.SslCert server_certs = 2;
| Returns |
| Type |
Description |
int |
|
getServerCertsList()
public List<SslCert> getServerCertsList()
List of server certificates for the instance, signed by the corresponding
CA from the ca_certs list.
repeated .google.cloud.sql.v1beta4.SslCert server_certs = 2;
getServerCertsOrBuilder(int index)
public SslCertOrBuilder getServerCertsOrBuilder(int index)
List of server certificates for the instance, signed by the corresponding
CA from the ca_certs list.
repeated .google.cloud.sql.v1beta4.SslCert server_certs = 2;
| Parameter |
| Name |
Description |
index |
int
|
getServerCertsOrBuilderList()
public List<? extends SslCertOrBuilder> getServerCertsOrBuilderList()
List of server certificates for the instance, signed by the corresponding
CA from the ca_certs list.
repeated .google.cloud.sql.v1beta4.SslCert server_certs = 2;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.sql.v1beta4.SslCertOrBuilder> |
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public InstancesListServerCertificatesResponse.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected InstancesListServerCertificatesResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public InstancesListServerCertificatesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides