Interface TlsConfigOrBuilder (0.1.0)

public interface TlsConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaCerts(int index)

public abstract TlsConfig.CaCert getCaCerts(int index)

Required. Specifies a list of allowed custom CA certificates for HTTPS verification.

repeated .google.cloud.ces.v1.TlsConfig.CaCert ca_certs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
TlsConfig.CaCert

getCaCertsCount()

public abstract int getCaCertsCount()

Required. Specifies a list of allowed custom CA certificates for HTTPS verification.

repeated .google.cloud.ces.v1.TlsConfig.CaCert ca_certs = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getCaCertsList()

public abstract List<TlsConfig.CaCert> getCaCertsList()

Required. Specifies a list of allowed custom CA certificates for HTTPS verification.

repeated .google.cloud.ces.v1.TlsConfig.CaCert ca_certs = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<CaCert>

getCaCertsOrBuilder(int index)

public abstract TlsConfig.CaCertOrBuilder getCaCertsOrBuilder(int index)

Required. Specifies a list of allowed custom CA certificates for HTTPS verification.

repeated .google.cloud.ces.v1.TlsConfig.CaCert ca_certs = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
TlsConfig.CaCertOrBuilder

getCaCertsOrBuilderList()

public abstract List<? extends TlsConfig.CaCertOrBuilder> getCaCertsOrBuilderList()

Required. Specifies a list of allowed custom CA certificates for HTTPS verification.

repeated .google.cloud.ces.v1.TlsConfig.CaCert ca_certs = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.ces.v1.TlsConfig.CaCertOrBuilder>