Interface GetNexusEndpointsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Filter endpoints by their name - optional, treated as an AND if specified.
    com.google.protobuf.ByteString
    Filter endpoints by their name - optional, treated as an AND if specified.
    int
    The requested size of the page to retrieve - optional.
    The page token if this is continuing from another response - optional.
    com.google.protobuf.ByteString
    The page token if this is continuing from another response - optional.
    optional, treated as an AND if specified
    com.google.protobuf.ByteString
    optional, treated as an AND if specified
    optional, treated as an AND if specified
    com.google.protobuf.ByteString
    optional, treated as an AND if specified

    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()
       The requested size of the page to retrieve - optional.
       Cannot exceed 1000. Defaults to 100.
       
      int32 page_size = 1;
      Returns:
      The pageSize.
    • getPageToken

      String getPageToken()
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Returns:
      The bytes for pageToken.
    • getTargetNamespaceId

      String getTargetNamespaceId()
       optional, treated as an AND if specified
       
      string target_namespace_id = 3;
      Returns:
      The targetNamespaceId.
    • getTargetNamespaceIdBytes

      com.google.protobuf.ByteString getTargetNamespaceIdBytes()
       optional, treated as an AND if specified
       
      string target_namespace_id = 3;
      Returns:
      The bytes for targetNamespaceId.
    • getTargetTaskQueue

      String getTargetTaskQueue()
       optional, treated as an AND if specified
       
      string target_task_queue = 4;
      Returns:
      The targetTaskQueue.
    • getTargetTaskQueueBytes

      com.google.protobuf.ByteString getTargetTaskQueueBytes()
       optional, treated as an AND if specified
       
      string target_task_queue = 4;
      Returns:
      The bytes for targetTaskQueue.
    • getName

      String getName()
       Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.
       
      string name = 5;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.
       
      string name = 5;
      Returns:
      The bytes for name.