public static interface Tool.TLSConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCaCerts(int index)
public abstract Tool.TLSConfig.CACert getCaCerts(int index)Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
repeated .google.cloud.dialogflow.cx.v3beta1.Tool.TLSConfig.CACert ca_certs = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tool.TLSConfig.CACert |
|
getCaCertsCount()
public abstract int getCaCertsCount()Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
repeated .google.cloud.dialogflow.cx.v3beta1.Tool.TLSConfig.CACert ca_certs = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getCaCertsList()
public abstract List<Tool.TLSConfig.CACert> getCaCertsList()Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
repeated .google.cloud.dialogflow.cx.v3beta1.Tool.TLSConfig.CACert ca_certs = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<CACert> |
|
getCaCertsOrBuilder(int index)
public abstract Tool.TLSConfig.CACertOrBuilder getCaCertsOrBuilder(int index)Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
repeated .google.cloud.dialogflow.cx.v3beta1.Tool.TLSConfig.CACert ca_certs = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tool.TLSConfig.CACertOrBuilder |
|
getCaCertsOrBuilderList()
public abstract List<? extends Tool.TLSConfig.CACertOrBuilder> getCaCertsOrBuilderList()Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
repeated .google.cloud.dialogflow.cx.v3beta1.Tool.TLSConfig.CACert ca_certs = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3beta1.Tool.TLSConfig.CACertOrBuilder> |
|