public interface CreateGatewayRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGateway()
public abstract Gateway getGateway()Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Gateway | The gateway. |
getGatewayId()
public abstract 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];
| Type | Description |
| String | The gatewayId. |
getGatewayIdBytes()
public abstract 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];
| Type | Description |
| ByteString | The bytes for gatewayId. |
getGatewayOrBuilder()
public abstract GatewayOrBuilder getGatewayOrBuilder()Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GatewayOrBuilder |
getParent()
public abstract 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) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasGateway()
public abstract boolean hasGateway()Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the gateway field is set. |