public interface SharedRegionalCertificateAuthorityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getManagedServerCa()
public abstract SharedRegionalCertificateAuthority.RegionalManagedCertificateAuthority getManagedServerCa()CA certificate chains for redis managed server authentication.
.google.cloud.redis.cluster.v1beta1.SharedRegionalCertificateAuthority.RegionalManagedCertificateAuthority managed_server_ca = 2;
| Returns | |
|---|---|
| Type | Description |
SharedRegionalCertificateAuthority.RegionalManagedCertificateAuthority |
The managedServerCa. |
getManagedServerCaOrBuilder()
public abstract SharedRegionalCertificateAuthority.RegionalManagedCertificateAuthorityOrBuilder getManagedServerCaOrBuilder()CA certificate chains for redis managed server authentication.
.google.cloud.redis.cluster.v1beta1.SharedRegionalCertificateAuthority.RegionalManagedCertificateAuthority managed_server_ca = 2;
| Returns | |
|---|---|
| Type | Description |
SharedRegionalCertificateAuthority.RegionalManagedCertificateAuthorityOrBuilder |
|
getName()
public abstract String getName() Identifier. Unique name of the resource in this scope including project and
location using the form:
projects/{project}/locations/{location}/sharedRegionalCertificateAuthority
string name = 1 [(.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 and
location using the form:
projects/{project}/locations/{location}/sharedRegionalCertificateAuthority
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getServerCaCase()
public abstract SharedRegionalCertificateAuthority.ServerCaCase getServerCaCase()| Returns | |
|---|---|
| Type | Description |
SharedRegionalCertificateAuthority.ServerCaCase |
|
hasManagedServerCa()
public abstract boolean hasManagedServerCa()CA certificate chains for redis managed server authentication.
.google.cloud.redis.cluster.v1beta1.SharedRegionalCertificateAuthority.RegionalManagedCertificateAuthority managed_server_ca = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the managedServerCa field is set. |