Interface TrustConfigOrBuilder (0.24.0)

public interface TrustConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCasConfigs(int index)

public abstract TrustConfig.CertificateAuthorityServiceConfig getCasConfigs(int index)

Optional. Configuration for the Google Certificate Authority Service. Maximum 10.

repeated .google.cloud.managedkafka.v1.TrustConfig.CertificateAuthorityServiceConfig cas_configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
TrustConfig.CertificateAuthorityServiceConfig

getCasConfigsCount()

public abstract int getCasConfigsCount()

Optional. Configuration for the Google Certificate Authority Service. Maximum 10.

repeated .google.cloud.managedkafka.v1.TrustConfig.CertificateAuthorityServiceConfig cas_configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getCasConfigsList()

public abstract List<TrustConfig.CertificateAuthorityServiceConfig> getCasConfigsList()

Optional. Configuration for the Google Certificate Authority Service. Maximum 10.

repeated .google.cloud.managedkafka.v1.TrustConfig.CertificateAuthorityServiceConfig cas_configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<CertificateAuthorityServiceConfig>

getCasConfigsOrBuilder(int index)

public abstract TrustConfig.CertificateAuthorityServiceConfigOrBuilder getCasConfigsOrBuilder(int index)

Optional. Configuration for the Google Certificate Authority Service. Maximum 10.

repeated .google.cloud.managedkafka.v1.TrustConfig.CertificateAuthorityServiceConfig cas_configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
TrustConfig.CertificateAuthorityServiceConfigOrBuilder

getCasConfigsOrBuilderList()

public abstract List<? extends TrustConfig.CertificateAuthorityServiceConfigOrBuilder> getCasConfigsOrBuilderList()

Optional. Configuration for the Google Certificate Authority Service. Maximum 10.

repeated .google.cloud.managedkafka.v1.TrustConfig.CertificateAuthorityServiceConfig cas_configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.managedkafka.v1.TrustConfig.CertificateAuthorityServiceConfigOrBuilder>