public static interface AgentGatewaySetting.AgentGatewayReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. Immutable. The resource name of the agent gateway.
Expected format:
projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. Immutable. The resource name of the agent gateway.
Expected format:
projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |