Interface ListContentResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Content getContent​(int index)
      Content under the given parent lake.
      int getContentCount()
      Content under the given parent lake.
      List<Content> getContentList()
      Content under the given parent lake.
      ContentOrBuilder getContentOrBuilder​(int index)
      Content under the given parent lake.
      List<? extends ContentOrBuilder> getContentOrBuilderList()
      Content under the given parent lake.
      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.
      • 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

      • getContentList

        List<Content> getContentList()
         Content under the given parent lake.
         
        repeated .google.cloud.dataplex.v1.Content content = 1;
      • getContent

        Content getContent​(int index)
         Content under the given parent lake.
         
        repeated .google.cloud.dataplex.v1.Content content = 1;
      • getContentCount

        int getContentCount()
         Content under the given parent lake.
         
        repeated .google.cloud.dataplex.v1.Content content = 1;
      • getContentOrBuilderList

        List<? extends ContentOrBuilder> getContentOrBuilderList()
         Content under the given parent lake.
         
        repeated .google.cloud.dataplex.v1.Content content = 1;
      • getContentOrBuilder

        ContentOrBuilder getContentOrBuilder​(int index)
         Content under the given parent lake.
         
        repeated .google.cloud.dataplex.v1.Content content = 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.