Interface ListAssetsResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Asset getAssets​(int index)
      Asset under the given parent zone.
      int getAssetsCount()
      Asset under the given parent zone.
      List<Asset> getAssetsList()
      Asset under the given parent zone.
      AssetOrBuilder getAssetsOrBuilder​(int index)
      Asset under the given parent zone.
      List<? extends AssetOrBuilder> getAssetsOrBuilderList()
      Asset under the given parent zone.
      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

      • getAssetsList

        List<Asset> getAssetsList()
         Asset under the given parent zone.
         
        repeated .google.cloud.dataplex.v1.Asset assets = 1;
      • getAssets

        Asset getAssets​(int index)
         Asset under the given parent zone.
         
        repeated .google.cloud.dataplex.v1.Asset assets = 1;
      • getAssetsCount

        int getAssetsCount()
         Asset under the given parent zone.
         
        repeated .google.cloud.dataplex.v1.Asset assets = 1;
      • getAssetsOrBuilderList

        List<? extends AssetOrBuilder> getAssetsOrBuilderList()
         Asset under the given parent zone.
         
        repeated .google.cloud.dataplex.v1.Asset assets = 1;
      • getAssetsOrBuilder

        AssetOrBuilder getAssetsOrBuilder​(int index)
         Asset under the given parent zone.
         
        repeated .google.cloud.dataplex.v1.Asset assets = 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.