Interface RegisteredServiceEndpoint.BlockNodeEndpointOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
RegisteredServiceEndpoint.BlockNodeEndpoint, RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
Enclosing class:
RegisteredServiceEndpoint

public static interface RegisteredServiceEndpoint.BlockNodeEndpointOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getEndpointApiList

       *
       An indicator of what API this endpoint supports.
       <p>
       This field is REQUIRED.
       
      repeated .com.hedera.hapi.node.addressbook.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi endpoint_api = 1;
      Returns:
      A list containing the endpointApi.
    • getEndpointApiCount

      int getEndpointApiCount()
       *
       An indicator of what API this endpoint supports.
       <p>
       This field is REQUIRED.
       
      repeated .com.hedera.hapi.node.addressbook.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi endpoint_api = 1;
      Returns:
      The count of endpointApi.
    • getEndpointApi

       *
       An indicator of what API this endpoint supports.
       <p>
       This field is REQUIRED.
       
      repeated .com.hedera.hapi.node.addressbook.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi endpoint_api = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The endpointApi at the given index.
    • getEndpointApiValueList

      List<Integer> getEndpointApiValueList()
       *
       An indicator of what API this endpoint supports.
       <p>
       This field is REQUIRED.
       
      repeated .com.hedera.hapi.node.addressbook.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi endpoint_api = 1;
      Returns:
      A list containing the enum numeric values on the wire for endpointApi.
    • getEndpointApiValue

      int getEndpointApiValue(int index)
       *
       An indicator of what API this endpoint supports.
       <p>
       This field is REQUIRED.
       
      repeated .com.hedera.hapi.node.addressbook.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi endpoint_api = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of endpointApi at the given index.