Class Agent.Card (0.2.0)

public static final class Agent.Card extends GeneratedMessage implements Agent.CardOrBuilder

Full Agent Card payload, often obtained from the A2A Agent Card.

Protobuf type google.cloud.agentregistry.v1.Agent.Card

Implements

Agent.CardOrBuilder

Static Fields

CONTENT_FIELD_NUMBER

public static final int CONTENT_FIELD_NUMBER
Field Value
Type Description
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Agent.Card getDefaultInstance()
Returns
Type Description
Agent.Card

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Agent.Card.Builder newBuilder()
Returns
Type Description
Agent.Card.Builder

newBuilder(Agent.Card prototype)

public static Agent.Card.Builder newBuilder(Agent.Card prototype)
Parameter
Name Description
prototype Agent.Card
Returns
Type Description
Agent.Card.Builder

parseDelimitedFrom(InputStream input)

public static Agent.Card parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Agent.Card
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Agent.Card parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Agent.Card
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Agent.Card parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Agent.Card
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Agent.Card parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Agent.Card
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Agent.Card parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Agent.Card
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Agent.Card parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Agent.Card
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Agent.Card parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Agent.Card
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Agent.Card parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Agent.Card
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Agent.Card parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Agent.Card
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Agent.Card parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Agent.Card
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Agent.Card parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Agent.Card
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Agent.Card parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Agent.Card
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Agent.Card> parser()
Returns
Type Description
Parser<Card>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getContent()

public Struct getContent()

Output only. The content of the agent card.

.google.protobuf.Struct content = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Struct

The content.

getContentOrBuilder()

public StructOrBuilder getContentOrBuilder()

Output only. The content of the agent card.

.google.protobuf.Struct content = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
StructOrBuilder

getDefaultInstanceForType()

public Agent.Card getDefaultInstanceForType()
Returns
Type Description
Agent.Card

getParserForType()

public Parser<Agent.Card> getParserForType()
Returns
Type Description
Parser<Card>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getType()

public Agent.Card.Type getType()

Output only. The type of agent card.

.google.cloud.agentregistry.v1.Agent.Card.Type type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Agent.Card.Type

The type.

getTypeValue()

public int getTypeValue()

Output only. The type of agent card.

.google.cloud.agentregistry.v1.Agent.Card.Type type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for type.

hasContent()

public boolean hasContent()

Output only. The content of the agent card.

.google.protobuf.Struct content = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the content field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Agent.Card.Builder newBuilderForType()
Returns
Type Description
Agent.Card.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected Agent.Card.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Agent.Card.Builder
Overrides

toBuilder()

public Agent.Card.Builder toBuilder()
Returns
Type Description
Agent.Card.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException