Interface ListUsableSubnetworksRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFilter()
      Filtering currently only supports equality on the networkProjectId and must be in the form: "networkProjectId=[PROJECTID]", where `networkProjectId` is the project which owns the listed subnetworks.
      com.google.protobuf.ByteString getFilterBytes()
      Filtering currently only supports equality on the networkProjectId and must be in the form: "networkProjectId=[PROJECTID]", where `networkProjectId` is the project which owns the listed subnetworks.
      int getPageSize()
      The max number of results per page that should be returned.
      String getPageToken()
      Specifies a page token to use.
      com.google.protobuf.ByteString getPageTokenBytes()
      Specifies a page token to use.
      String getParent()
      The parent project where subnetworks are usable.
      com.google.protobuf.ByteString getParentBytes()
      The parent project where subnetworks are usable.
      • 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

      • getParent

        String getParent()
         The parent project where subnetworks are usable.
         Specified in the format `projects/*`.
         
        string parent = 1;
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         The parent project where subnetworks are usable.
         Specified in the format `projects/*`.
         
        string parent = 1;
        Returns:
        The bytes for parent.
      • getFilter

        String getFilter()
         Filtering currently only supports equality on the networkProjectId and must
         be in the form: "networkProjectId=[PROJECTID]", where `networkProjectId`
         is the project which owns the listed subnetworks. This defaults to the
         parent project ID.
         
        string filter = 2;
        Returns:
        The filter.
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         Filtering currently only supports equality on the networkProjectId and must
         be in the form: "networkProjectId=[PROJECTID]", where `networkProjectId`
         is the project which owns the listed subnetworks. This defaults to the
         parent project ID.
         
        string filter = 2;
        Returns:
        The bytes for filter.
      • getPageSize

        int getPageSize()
         The max number of results per page that should be returned. If the number
         of available results is larger than `page_size`, a `next_page_token` is
         returned which can be used to get the next page of results in subsequent
         requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
         
        int32 page_size = 3;
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         Specifies a page token to use. Set this to the nextPageToken returned by
         previous list requests to get the next page of results.
         
        string page_token = 4;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         Specifies a page token to use. Set this to the nextPageToken returned by
         previous list requests to get the next page of results.
         
        string page_token = 4;
        Returns:
        The bytes for pageToken.