Interface ListZonesResponseOrBuilder

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

    public interface ListZonesResponseOrBuilder
    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.
      Zone getZones​(int index)
      Zones under the given parent lake.
      int getZonesCount()
      Zones under the given parent lake.
      List<Zone> getZonesList()
      Zones under the given parent lake.
      ZoneOrBuilder getZonesOrBuilder​(int index)
      Zones under the given parent lake.
      List<? extends ZoneOrBuilder> getZonesOrBuilderList()
      Zones under the given parent lake.
      • 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

      • getZonesList

        List<Zone> getZonesList()
         Zones under the given parent lake.
         
        repeated .google.cloud.dataplex.v1.Zone zones = 1;
      • getZones

        Zone getZones​(int index)
         Zones under the given parent lake.
         
        repeated .google.cloud.dataplex.v1.Zone zones = 1;
      • getZonesCount

        int getZonesCount()
         Zones under the given parent lake.
         
        repeated .google.cloud.dataplex.v1.Zone zones = 1;
      • getZonesOrBuilderList

        List<? extends ZoneOrBuilder> getZonesOrBuilderList()
         Zones under the given parent lake.
         
        repeated .google.cloud.dataplex.v1.Zone zones = 1;
      • getZonesOrBuilder

        ZoneOrBuilder getZonesOrBuilder​(int index)
         Zones under the given parent lake.
         
        repeated .google.cloud.dataplex.v1.Zone zones = 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.