public interface CreateApiConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApiConfig()
public abstract ApiConfig getApiConfig()Required. API resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ApiConfig | The apiConfig. |
getApiConfigId()
public abstract String getApiConfigId()Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource.
string api_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The apiConfigId. |
getApiConfigIdBytes()
public abstract ByteString getApiConfigIdBytes()Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource.
string api_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for apiConfigId. |
getApiConfigOrBuilder()
public abstract ApiConfigOrBuilder getApiConfigOrBuilder()Required. API resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ApiConfigOrBuilder |
getParent()
public abstract String getParent() Required. Parent resource of the API Config, of the form:
projects/*/locations/global/apis/*
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. Parent resource of the API Config, of the form:
projects/*/locations/global/apis/*
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasApiConfig()
public abstract boolean hasApiConfig()Required. API resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the apiConfig field is set. |