Package com.google.cloud.apigateway.v1
Interface CreateGatewayRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateGatewayRequest
,CreateGatewayRequest.Builder
public interface CreateGatewayRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. Parent resource of the Gateway, of the form: `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
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) = { ... }
- Returns:
- The bytes for parent.
-
getGatewayId
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];
- Returns:
- The gatewayId.
-
getGatewayIdBytes
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];
- Returns:
- The bytes for gatewayId.
-
hasGateway
boolean hasGateway()
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the gateway field is set.
-
getGateway
Gateway getGateway()
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The gateway.
-
getGatewayOrBuilder
GatewayOrBuilder getGatewayOrBuilder()
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
-
-