Interface ListNexusEndpointsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListNexusEndpointsRequest, ListNexusEndpointsRequest.Builder

@Generated(value="protoc", comments="annotations:ListNexusEndpointsRequestOrBuilder.java.pb.meta") public interface ListNexusEndpointsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the incoming endpoint to filter on - optional.
    com.google.protobuf.ByteString
    Name of the incoming endpoint to filter on - optional.
    com.google.protobuf.ByteString
    To get the next page, pass in `ListNexusEndpointsResponse.next_page_token` from the previous page's response, the token will be empty if there's no other page.
    int
    int32 page_size = 1;

    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

    • getPageSize

      int getPageSize()
      int32 page_size = 1;
      Returns:
      The pageSize.
    • getNextPageToken

      com.google.protobuf.ByteString getNextPageToken()
       To get the next page, pass in `ListNexusEndpointsResponse.next_page_token` from the previous page's
       response, the token will be empty if there's no other page.
       Note: the last page may be empty if the total number of endpoints registered is a multiple of the page size.
       
      bytes next_page_token = 2;
      Returns:
      The nextPageToken.
    • getName

      String getName()
       Name of the incoming endpoint to filter on - optional. Specifying this will result in zero or one results.
       (-- api-linter: core::203::field-behavior-required=disabled
           aip.dev/not-precedent: Not following linter rules. --)
       
      string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the incoming endpoint to filter on - optional. Specifying this will result in zero or one results.
       (-- api-linter: core::203::field-behavior-required=disabled
           aip.dev/not-precedent: Not following linter rules. --)
       
      string name = 3;
      Returns:
      The bytes for name.