public interface CreateAgentGatewayRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentGateway()
public abstract AgentGateway getAgentGateway()Required. AgentGateway resource to be created.
.google.cloud.networkservices.v1.AgentGateway agent_gateway = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AgentGateway |
The agentGateway. |
getAgentGatewayId()
public abstract String getAgentGatewayId()Required. Short name of the AgentGateway resource to be created.
string agent_gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The agentGatewayId. |
getAgentGatewayIdBytes()
public abstract ByteString getAgentGatewayIdBytes()Required. Short name of the AgentGateway resource to be created.
string agent_gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for agentGatewayId. |
getAgentGatewayOrBuilder()
public abstract AgentGatewayOrBuilder getAgentGatewayOrBuilder()Required. AgentGateway resource to be created.
.google.cloud.networkservices.v1.AgentGateway agent_gateway = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AgentGatewayOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource of the AgentGateway. 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 AgentGateway. 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. |
hasAgentGateway()
public abstract boolean hasAgentGateway()Required. AgentGateway resource to be created.
.google.cloud.networkservices.v1.AgentGateway agent_gateway = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the agentGateway field is set. |