public interface CertificateAuthorityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getManagedServerCa()
public abstract CertificateAuthority.ManagedCertificateAuthority getManagedServerCa()A managed server certificate authority.
.google.cloud.memorystore.v1.CertificateAuthority.ManagedCertificateAuthority managed_server_ca = 2;
| Returns | |
|---|---|
| Type | Description |
CertificateAuthority.ManagedCertificateAuthority |
The managedServerCa. |
getManagedServerCaOrBuilder()
public abstract CertificateAuthority.ManagedCertificateAuthorityOrBuilder getManagedServerCaOrBuilder()A managed server certificate authority.
.google.cloud.memorystore.v1.CertificateAuthority.ManagedCertificateAuthority managed_server_ca = 2;
| Returns | |
|---|---|
| Type | Description |
CertificateAuthority.ManagedCertificateAuthorityOrBuilder |
|
getName()
public abstract String getName()Identifier. Unique name of the certificate authority. Format: projects/{project}/locations/{location}/instances/{instance}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Identifier. Unique name of the certificate authority. Format: projects/{project}/locations/{location}/instances/{instance}
string name = 1 [(.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()A managed server certificate authority.
.google.cloud.memorystore.v1.CertificateAuthority.ManagedCertificateAuthority managed_server_ca = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the managedServerCa field is set. |