public interface CreateApiRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Api |
getApi()
Required.
|
String |
getApiId()
Required.
|
com.google.protobuf.ByteString |
getApiIdBytes()
Required.
|
ApiOrBuilder |
getApiOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasApi()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Parent resource of the API, of the form: `projects/*/locations/global`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Parent resource of the API, of the form: `projects/*/locations/global`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getApiId()
Required. Identifier to assign to the API. Must be unique within scope of the parent resource.
string api_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getApiIdBytes()
Required. Identifier to assign to the API. Must be unique within scope of the parent resource.
string api_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasApi()
Required. API resource.
.google.cloud.apigateway.v1.Api api = 3 [(.google.api.field_behavior) = REQUIRED];Api getApi()
Required. API resource.
.google.cloud.apigateway.v1.Api api = 3 [(.google.api.field_behavior) = REQUIRED];ApiOrBuilder getApiOrBuilder()
Required. API resource.
.google.cloud.apigateway.v1.Api api = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2022 Google LLC. All rights reserved.