public interface CertificateAuthorityOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getManagedServerCa()
public abstract CertificateAuthority.ManagedCertificateAuthority getManagedServerCa()
.google.cloud.redis.cluster.v1.CertificateAuthority.ManagedCertificateAuthority managed_server_ca = 1;
Returns | |
---|---|
Type | Description |
CertificateAuthority.ManagedCertificateAuthority |
The managedServerCa. |
getManagedServerCaOrBuilder()
public abstract CertificateAuthority.ManagedCertificateAuthorityOrBuilder getManagedServerCaOrBuilder()
.google.cloud.redis.cluster.v1.CertificateAuthority.ManagedCertificateAuthority managed_server_ca = 1;
Returns | |
---|---|
Type | Description |
CertificateAuthority.ManagedCertificateAuthorityOrBuilder |
getName()
public abstract String getName()
Identifier. Unique name of the resource in this scope including project,
location and cluster using the form:
projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority
string name = 2 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. Unique name of the resource in this scope including project,
location and cluster using the form:
projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority
string name = 2 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getServerCaCase()
public abstract CertificateAuthority.ServerCaCase getServerCaCase()
Returns | |
---|---|
Type | Description |
CertificateAuthority.ServerCaCase |
hasManagedServerCa()
public abstract boolean hasManagedServerCa()
.google.cloud.redis.cluster.v1.CertificateAuthority.ManagedCertificateAuthority managed_server_ca = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the managedServerCa field is set. |