public static interface Dimension.AgentDimensionMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getAgentDisplayNameBytes()
Optional.
|
String |
getAgentId()
Optional.
|
com.google.protobuf.ByteString |
getAgentIdBytes()
Optional.
|
String |
getAgentTeam()
Optional.
|
com.google.protobuf.ByteString |
getAgentTeamBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAgentId()
Optional. A user-specified string representing the agent.
string agent_id = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getAgentIdBytes()
Optional. A user-specified string representing the agent.
string agent_id = 1 [(.google.api.field_behavior) = OPTIONAL];String getAgentDisplayName()
Optional. The agent's name
string agent_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getAgentDisplayNameBytes()
Optional. The agent's name
string agent_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];String getAgentTeam()
Optional. A user-specified string representing the agent's team.
string agent_team = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getAgentTeamBytes()
Optional. A user-specified string representing the agent's team.
string agent_team = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.