public interface CreateGatewayRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Gateway |
getGateway()
Required.
|
String |
getGatewayId()
Required.
|
com.google.protobuf.ByteString |
getGatewayIdBytes()
Required.
|
GatewayOrBuilder |
getGatewayOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasGateway()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Parent resource of the Gateway, of the form: `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Parent resource of the Gateway, of the form: `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getGatewayId()
Required. Identifier to assign to the Gateway. Must be unique within scope of the parent resource.
string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getGatewayIdBytes()
Required. Identifier to assign to the Gateway. Must be unique within scope of the parent resource.
string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasGateway()
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
Gateway getGateway()
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
GatewayOrBuilder getGatewayOrBuilder()
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.