public interface OpenApiToolsetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApiAuthentication()
public abstract ApiAuthentication getApiAuthentication()Optional. Authentication information required by the API.
.google.cloud.ces.v1.ApiAuthentication api_authentication = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ApiAuthentication |
The apiAuthentication. |
getApiAuthenticationOrBuilder()
public abstract ApiAuthenticationOrBuilder getApiAuthenticationOrBuilder()Optional. Authentication information required by the API.
.google.cloud.ces.v1.ApiAuthentication api_authentication = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ApiAuthenticationOrBuilder |
|
getIgnoreUnknownFields()
public abstract boolean getIgnoreUnknownFields()Optional. If true, the agent will ignore unknown fields in the API response for all operations defined in the OpenAPI schema.
bool ignore_unknown_fields = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The ignoreUnknownFields. |
getOpenApiSchema()
public abstract String getOpenApiSchema()Required. The OpenAPI schema of the toolset.
string open_api_schema = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The openApiSchema. |
getOpenApiSchemaBytes()
public abstract ByteString getOpenApiSchemaBytes()Required. The OpenAPI schema of the toolset.
string open_api_schema = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for openApiSchema. |
getServiceDirectoryConfig()
public abstract ServiceDirectoryConfig getServiceDirectoryConfig()Optional. Service Directory configuration.
.google.cloud.ces.v1.ServiceDirectoryConfig service_directory_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ServiceDirectoryConfig |
The serviceDirectoryConfig. |
getServiceDirectoryConfigOrBuilder()
public abstract ServiceDirectoryConfigOrBuilder getServiceDirectoryConfigOrBuilder()Optional. Service Directory configuration.
.google.cloud.ces.v1.ServiceDirectoryConfig service_directory_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ServiceDirectoryConfigOrBuilder |
|
getTlsConfig()
public abstract TlsConfig getTlsConfig()Optional. The TLS configuration. Includes the custom server certificates
.google.cloud.ces.v1.TlsConfig tls_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TlsConfig |
The tlsConfig. |
getTlsConfigOrBuilder()
public abstract TlsConfigOrBuilder getTlsConfigOrBuilder()Optional. The TLS configuration. Includes the custom server certificates
.google.cloud.ces.v1.TlsConfig tls_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TlsConfigOrBuilder |
|
getUrl()
public abstract String getUrl()Optional. The server URL of the Open API schema. This field is only set in toolsets in the environment dependencies during the export process if the schema contains a server url. During the import process, if this url is present in the environment dependencies and the schema has the $env_var placeholder, it will replace the placeholder in the schema.
string url = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()Optional. The server URL of the Open API schema. This field is only set in toolsets in the environment dependencies during the export process if the schema contains a server url. During the import process, if this url is present in the environment dependencies and the schema has the $env_var placeholder, it will replace the placeholder in the schema.
string url = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for url. |
hasApiAuthentication()
public abstract boolean hasApiAuthentication()Optional. Authentication information required by the API.
.google.cloud.ces.v1.ApiAuthentication api_authentication = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the apiAuthentication field is set. |
hasServiceDirectoryConfig()
public abstract boolean hasServiceDirectoryConfig()Optional. Service Directory configuration.
.google.cloud.ces.v1.ServiceDirectoryConfig service_directory_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the serviceDirectoryConfig field is set. |
hasTlsConfig()
public abstract boolean hasTlsConfig()Optional. The TLS configuration. Includes the custom server certificates
.google.cloud.ces.v1.TlsConfig tls_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tlsConfig field is set. |