Interface ListUsableWorkstationsResponseOrBuilder

    • Method Detail

      • getWorkstationsList

        List<Workstation> getWorkstationsList()
         The requested workstations.
         
        repeated .google.cloud.workstations.v1.Workstation workstations = 1;
      • getWorkstations

        Workstation getWorkstations​(int index)
         The requested workstations.
         
        repeated .google.cloud.workstations.v1.Workstation workstations = 1;
      • getWorkstationsCount

        int getWorkstationsCount()
         The requested workstations.
         
        repeated .google.cloud.workstations.v1.Workstation workstations = 1;
      • getWorkstationsOrBuilderList

        List<? extends WorkstationOrBuilder> getWorkstationsOrBuilderList()
         The requested workstations.
         
        repeated .google.cloud.workstations.v1.Workstation workstations = 1;
      • getWorkstationsOrBuilder

        WorkstationOrBuilder getWorkstationsOrBuilder​(int index)
         The requested workstations.
         
        repeated .google.cloud.workstations.v1.Workstation workstations = 1;
      • getNextPageToken

        String getNextPageToken()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.
      • getUnreachableList

        List<String> getUnreachableList()
         Unreachable resources.
         
        repeated string unreachable = 3;
        Returns:
        A list containing the unreachable.
      • getUnreachableCount

        int getUnreachableCount()
         Unreachable resources.
         
        repeated string unreachable = 3;
        Returns:
        The count of unreachable.
      • getUnreachable

        String getUnreachable​(int index)
         Unreachable resources.
         
        repeated string unreachable = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The unreachable at the given index.
      • getUnreachableBytes

        com.google.protobuf.ByteString getUnreachableBytes​(int index)
         Unreachable resources.
         
        repeated string unreachable = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the unreachable at the given index.