Interface Agent.CardOrBuilder (0.2.0)

public static interface Agent.CardOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent()

public abstract 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 abstract 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

getType()

public abstract 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 abstract 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 abstract 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.