public interface CreateApiConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ApiConfig |
getApiConfig()
Required.
|
String |
getApiConfigId()
Required.
|
com.google.protobuf.ByteString |
getApiConfigIdBytes()
Required.
|
ApiConfigOrBuilder |
getApiConfigOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasApiConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
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];com.google.protobuf.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];boolean hasApiConfig()
Required. API resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 3 [(.google.api.field_behavior) = REQUIRED];
ApiConfig getApiConfig()
Required. API resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 3 [(.google.api.field_behavior) = REQUIRED];
ApiConfigOrBuilder getApiConfigOrBuilder()
Required. API resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.