public final class AgentCard extends GeneratedMessage implements AgentCardOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SKILLS_FIELD_NUMBER
public static final int SKILLS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SUPPORTED_INTERFACES_FIELD_NUMBER
public static final int SUPPORTED_INTERFACES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AgentCard getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AgentCard.Builder newBuilder()
newBuilder(AgentCard prototype)
public static AgentCard.Builder newBuilder(AgentCard prototype)
| Parameter |
| Name |
Description |
prototype |
AgentCard
|
public static AgentCard parseDelimitedFrom(InputStream input)
public static AgentCard parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AgentCard parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AgentCard parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AgentCard parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AgentCard parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AgentCard parseFrom(CodedInputStream input)
public static AgentCard parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AgentCard parseFrom(InputStream input)
public static AgentCard parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AgentCard parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AgentCard parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AgentCard> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public AgentCard getDefaultInstanceForType()
getDescription()
public String getDescription()
Required. A description of the agent's domain of action/solution space.
string description = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The description.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
Required. A description of the agent's domain of action/solution space.
string description = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for description.
|
getName()
Required. A human-readable name for the agent.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. A human-readable name for the agent.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<AgentCard> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSkills(int index)
public AgentSkill getSkills(int index)
Required. Skills represent a unit of ability an agent can perform. This may
somewhat abstract but represents a more focused set of actions that the
agent is highly likely to succeed at.
repeated .google.cloud.ces.v1beta.AgentSkill skills = 6 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getSkillsCount()
public int getSkillsCount()
Required. Skills represent a unit of ability an agent can perform. This may
somewhat abstract but represents a more focused set of actions that the
agent is highly likely to succeed at.
repeated .google.cloud.ces.v1beta.AgentSkill skills = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
int |
|
getSkillsList()
public List<AgentSkill> getSkillsList()
Required. Skills represent a unit of ability an agent can perform. This may
somewhat abstract but represents a more focused set of actions that the
agent is highly likely to succeed at.
repeated .google.cloud.ces.v1beta.AgentSkill skills = 6 [(.google.api.field_behavior) = REQUIRED];
getSkillsOrBuilder(int index)
public AgentSkillOrBuilder getSkillsOrBuilder(int index)
Required. Skills represent a unit of ability an agent can perform. This may
somewhat abstract but represents a more focused set of actions that the
agent is highly likely to succeed at.
repeated .google.cloud.ces.v1beta.AgentSkill skills = 6 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getSkillsOrBuilderList()
public List<? extends AgentSkillOrBuilder> getSkillsOrBuilderList()
Required. Skills represent a unit of ability an agent can perform. This may
somewhat abstract but represents a more focused set of actions that the
agent is highly likely to succeed at.
repeated .google.cloud.ces.v1beta.AgentSkill skills = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.ces.v1beta.AgentSkillOrBuilder> |
|
getSupportedInterfaces(int index)
public AgentInterface getSupportedInterfaces(int index)
Required. Ordered list of supported interfaces. The first entry is
preferred.
repeated .google.cloud.ces.v1beta.AgentInterface supported_interfaces = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getSupportedInterfacesCount()
public int getSupportedInterfacesCount()
Required. Ordered list of supported interfaces. The first entry is
preferred.
repeated .google.cloud.ces.v1beta.AgentInterface supported_interfaces = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
int |
|
getSupportedInterfacesList()
public List<AgentInterface> getSupportedInterfacesList()
Required. Ordered list of supported interfaces. The first entry is
preferred.
repeated .google.cloud.ces.v1beta.AgentInterface supported_interfaces = 3 [(.google.api.field_behavior) = REQUIRED];
getSupportedInterfacesOrBuilder(int index)
public AgentInterfaceOrBuilder getSupportedInterfacesOrBuilder(int index)
Required. Ordered list of supported interfaces. The first entry is
preferred.
repeated .google.cloud.ces.v1beta.AgentInterface supported_interfaces = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getSupportedInterfacesOrBuilderList()
public List<? extends AgentInterfaceOrBuilder> getSupportedInterfacesOrBuilderList()
Required. Ordered list of supported interfaces. The first entry is
preferred.
repeated .google.cloud.ces.v1beta.AgentInterface supported_interfaces = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.ces.v1beta.AgentInterfaceOrBuilder> |
|
getVersion()
public String getVersion()
Required. The version of the agent.
string version = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The version.
|
getVersionBytes()
public ByteString getVersionBytes()
Required. The version of the agent.
string version = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for version.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AgentCard.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AgentCard.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public AgentCard.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides