Package org.a2aproject.sdk.compat03.grpc
Interface AgentInterfaceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AgentInterface,AgentInterface.Builder
@Generated
public interface AgentInterfaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe transport supported this url.com.google.protobuf.ByteStringThe transport supported this url.getUrl()The url this interface is found at.com.google.protobuf.ByteStringThe url this interface is found at.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUrl
String getUrl()The url this interface is found at.
string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()The url this interface is found at.
string url = 1;- Returns:
- The bytes for url.
-
getTransport
String getTransport()The transport supported this url. This is an open form string, to be easily extended for many transport protocols. The core ones officially supported are JSONRPC, GRPC and HTTP+JSON.
string transport = 2;- Returns:
- The transport.
-
getTransportBytes
com.google.protobuf.ByteString getTransportBytes()The transport supported this url. This is an open form string, to be easily extended for many transport protocols. The core ones officially supported are JSONRPC, GRPC and HTTP+JSON.
string transport = 2;- Returns:
- The bytes for transport.
-