public interface InstancesListServerCertificatesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActiveVersion()
public abstract String getActiveVersion() The sha1_fingerprint of the active certificate from server_certs.
string active_version = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The activeVersion. |
getActiveVersionBytes()
public abstract 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 abstract SslCert getCaCerts(int index)List of server CA certificates for the instance.
repeated .google.cloud.sql.v1.SslCert ca_certs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SslCert |
|
getCaCertsCount()
public abstract int getCaCertsCount()List of server CA certificates for the instance.
repeated .google.cloud.sql.v1.SslCert ca_certs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCaCertsList()
public abstract List<SslCert> getCaCertsList()List of server CA certificates for the instance.
repeated .google.cloud.sql.v1.SslCert ca_certs = 1;
| Returns | |
|---|---|
| Type | Description |
List<SslCert> |
|
getCaCertsOrBuilder(int index)
public abstract SslCertOrBuilder getCaCertsOrBuilder(int index)List of server CA certificates for the instance.
repeated .google.cloud.sql.v1.SslCert ca_certs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SslCertOrBuilder |
|
getCaCertsOrBuilderList()
public abstract List<? extends SslCertOrBuilder> getCaCertsOrBuilderList()List of server CA certificates for the instance.
repeated .google.cloud.sql.v1.SslCert ca_certs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.sql.v1.SslCertOrBuilder> |
|
getKind()
public abstract String getKind() This is always sql#instancesListServerCertificates.
string kind = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#instancesListServerCertificates.
string kind = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getServerCerts(int index)
public abstract 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.v1.SslCert server_certs = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SslCert |
|
getServerCertsCount()
public abstract int getServerCertsCount() List of server certificates for the instance, signed by the corresponding
CA from the ca_certs list.
repeated .google.cloud.sql.v1.SslCert server_certs = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getServerCertsList()
public abstract List<SslCert> getServerCertsList() List of server certificates for the instance, signed by the corresponding
CA from the ca_certs list.
repeated .google.cloud.sql.v1.SslCert server_certs = 2;
| Returns | |
|---|---|
| Type | Description |
List<SslCert> |
|
getServerCertsOrBuilder(int index)
public abstract 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.v1.SslCert server_certs = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SslCertOrBuilder |
|
getServerCertsOrBuilderList()
public abstract 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.v1.SslCert server_certs = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.sql.v1.SslCertOrBuilder> |
|