public interface CreateGatewayRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGateway()
public abstract Gateway getGateway()Required. Gateway resource to be created.
.google.cloud.networkservices.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Gateway |
The gateway. |
getGatewayId()
public abstract String getGatewayId()Required. Short name of the Gateway resource to be created.
string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The gatewayId. |
getGatewayIdBytes()
public abstract ByteString getGatewayIdBytes()Required. Short name of the Gateway resource to be created.
string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gatewayId. |
getGatewayOrBuilder()
public abstract GatewayOrBuilder getGatewayOrBuilder()Required. Gateway resource to be created.
.google.cloud.networkservices.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GatewayOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource of the Gateway. Must be in the
format projects/*/locations/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent resource of the Gateway. Must be in the
format projects/*/locations/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasGateway()
public abstract boolean hasGateway()Required. Gateway resource to be created.
.google.cloud.networkservices.v1.Gateway gateway = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gateway field is set. |