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 Type
    Method
    Description
    The transport supported this url.
    com.google.protobuf.ByteString
    The transport supported this url.
    The url this interface is found at.
    com.google.protobuf.ByteString
    The url this interface is found at.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.