public static interface Dimension.AgentDimensionMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentDisplayName()
public abstract String getAgentDisplayName()Optional. The agent's name
string agent_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The agentDisplayName. |
getAgentDisplayNameBytes()
public abstract ByteString getAgentDisplayNameBytes()Optional. The agent's name
string agent_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for agentDisplayName. |
getAgentId()
public abstract String getAgentId()Optional. A user-specified string representing the agent.
string agent_id = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The agentId. |
getAgentIdBytes()
public abstract ByteString getAgentIdBytes()Optional. A user-specified string representing the agent.
string agent_id = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for agentId. |
getAgentTeam()
public abstract String getAgentTeam()Optional. A user-specified string representing the agent's team.
string agent_team = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The agentTeam. |
getAgentTeamBytes()
public abstract ByteString getAgentTeamBytes()Optional. A user-specified string representing the agent's team.
string agent_team = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for agentTeam. |