public interface InstancesListServerCasResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActiveVersion()
public abstract String getActiveVersion()string active_version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The activeVersion. |
getActiveVersionBytes()
public abstract ByteString getActiveVersionBytes()string active_version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for activeVersion. |
getCerts(int index)
public abstract SslCert getCerts(int index)List of server CA certificates for the instance.
repeated .google.cloud.sql.v1beta4.SslCert certs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SslCert |
|
getCertsCount()
public abstract int getCertsCount()List of server CA certificates for the instance.
repeated .google.cloud.sql.v1beta4.SslCert certs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCertsList()
public abstract List<SslCert> getCertsList()List of server CA certificates for the instance.
repeated .google.cloud.sql.v1beta4.SslCert certs = 1;
| Returns | |
|---|---|
| Type | Description |
List<SslCert> |
|
getCertsOrBuilder(int index)
public abstract SslCertOrBuilder getCertsOrBuilder(int index)List of server CA certificates for the instance.
repeated .google.cloud.sql.v1beta4.SslCert certs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SslCertOrBuilder |
|
getCertsOrBuilderList()
public abstract List<? extends SslCertOrBuilder> getCertsOrBuilderList()List of server CA certificates for the instance.
repeated .google.cloud.sql.v1beta4.SslCert certs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.sql.v1beta4.SslCertOrBuilder> |
|
getKind()
public abstract String getKind() This is always sql#instancesListServerCas.
string kind = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#instancesListServerCas.
string kind = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |