Interface ListSessionsResponseOrBuilder

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

    public interface ListSessionsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNextPageToken()
      Token to retrieve the next page of results, or empty if there are no more results in the list.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      Token to retrieve the next page of results, or empty if there are no more results in the list.
      Session getSessions​(int index)
      Sessions under a given environment.
      int getSessionsCount()
      Sessions under a given environment.
      List<Session> getSessionsList()
      Sessions under a given environment.
      SessionOrBuilder getSessionsOrBuilder​(int index)
      Sessions under a given environment.
      List<? extends SessionOrBuilder> getSessionsOrBuilderList()
      Sessions under a given environment.
      • 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

      • getSessionsList

        List<Session> getSessionsList()
         Sessions under a given environment.
         
        repeated .google.cloud.dataplex.v1.Session sessions = 1;
      • getSessions

        Session getSessions​(int index)
         Sessions under a given environment.
         
        repeated .google.cloud.dataplex.v1.Session sessions = 1;
      • getSessionsCount

        int getSessionsCount()
         Sessions under a given environment.
         
        repeated .google.cloud.dataplex.v1.Session sessions = 1;
      • getSessionsOrBuilderList

        List<? extends SessionOrBuilder> getSessionsOrBuilderList()
         Sessions under a given environment.
         
        repeated .google.cloud.dataplex.v1.Session sessions = 1;
      • getSessionsOrBuilder

        SessionOrBuilder getSessionsOrBuilder​(int index)
         Sessions under a given environment.
         
        repeated .google.cloud.dataplex.v1.Session sessions = 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.