Interface CreateApiConfigRequestOrBuilder (2.8.0)

public interface CreateApiConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApiConfig()

public abstract ApiConfig getApiConfig()

Required. API resource.

.google.cloud.apigateway.v1.ApiConfig api_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the apiConfig field is set.