Interface ListNexusOutgoingServicesRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getNamespace()
      Namespace to scope the list request to.
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace to scope the list request to.
      int getPageSize()
      Maximum number of services to return in a single page.
      com.google.protobuf.ByteString getPageToken()
      Pass in the next_page_token from the previous response here.
      • 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 Detail

      • getNamespace

        java.lang.String getNamespace()
         Namespace to scope the list request to.
         
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace to scope the list request to.
         
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getPageSize

        int getPageSize()
         Maximum number of services to return in a single page.
         
        int32 page_size = 2;
        Returns:
        The pageSize.
      • getPageToken

        com.google.protobuf.ByteString getPageToken()
         Pass in the next_page_token from the previous response here.
         
        bytes page_token = 3;
        Returns:
        The pageToken.