Interface SearchOrganizationsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNextPageToken()
      A pagination token to be used to retrieve the next page of results.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      A pagination token to be used to retrieve the next page of results.
      Organization getOrganizations​(int index)
      The list of Organizations that matched the search query, possibly paginated.
      int getOrganizationsCount()
      The list of Organizations that matched the search query, possibly paginated.
      List<Organization> getOrganizationsList()
      The list of Organizations that matched the search query, possibly paginated.
      OrganizationOrBuilder getOrganizationsOrBuilder​(int index)
      The list of Organizations that matched the search query, possibly paginated.
      List<? extends OrganizationOrBuilder> getOrganizationsOrBuilderList()
      The list of Organizations that matched the search query, possibly paginated.
      • 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

      • getOrganizationsList

        List<Organization> getOrganizationsList()
         The list of Organizations that matched the search query, possibly
         paginated.
         
        repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
      • getOrganizations

        Organization getOrganizations​(int index)
         The list of Organizations that matched the search query, possibly
         paginated.
         
        repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
      • getOrganizationsCount

        int getOrganizationsCount()
         The list of Organizations that matched the search query, possibly
         paginated.
         
        repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
      • getOrganizationsOrBuilderList

        List<? extends OrganizationOrBuilder> getOrganizationsOrBuilderList()
         The list of Organizations that matched the search query, possibly
         paginated.
         
        repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
      • getOrganizationsOrBuilder

        OrganizationOrBuilder getOrganizationsOrBuilder​(int index)
         The list of Organizations that matched the search query, possibly
         paginated.
         
        repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
      • getNextPageToken

        String getNextPageToken()
         A pagination token to be used to retrieve the next page of results. If the
         result is too large to fit within the page size specified in the request,
         this field will be set with a token that can be used to fetch the next page
         of results. If this field is empty, it indicates that this response
         contains the last page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A pagination token to be used to retrieve the next page of results. If the
         result is too large to fit within the page size specified in the request,
         this field will be set with a token that can be used to fetch the next page
         of results. If this field is empty, it indicates that this response
         contains the last page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.