Interface ListKeyRingsResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      KeyRing getKeyRings​(int index)
      The list of [KeyRings][google.cloud.kms.v1.KeyRing].
      int getKeyRingsCount()
      The list of [KeyRings][google.cloud.kms.v1.KeyRing].
      List<KeyRing> getKeyRingsList()
      The list of [KeyRings][google.cloud.kms.v1.KeyRing].
      KeyRingOrBuilder getKeyRingsOrBuilder​(int index)
      The list of [KeyRings][google.cloud.kms.v1.KeyRing].
      List<? extends KeyRingOrBuilder> getKeyRingsOrBuilderList()
      The list of [KeyRings][google.cloud.kms.v1.KeyRing].
      String getNextPageToken()
      A token to retrieve next page of results.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      A token to retrieve next page of results.
      int getTotalSize()
      The total number of [KeyRings][google.cloud.kms.v1.KeyRing] that matched the query.
      • 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

      • getKeyRingsList

        List<KeyRing> getKeyRingsList()
         The list of [KeyRings][google.cloud.kms.v1.KeyRing].
         
        repeated .google.cloud.kms.v1.KeyRing key_rings = 1;
      • getKeyRings

        KeyRing getKeyRings​(int index)
         The list of [KeyRings][google.cloud.kms.v1.KeyRing].
         
        repeated .google.cloud.kms.v1.KeyRing key_rings = 1;
      • getKeyRingsCount

        int getKeyRingsCount()
         The list of [KeyRings][google.cloud.kms.v1.KeyRing].
         
        repeated .google.cloud.kms.v1.KeyRing key_rings = 1;
      • getKeyRingsOrBuilderList

        List<? extends KeyRingOrBuilder> getKeyRingsOrBuilderList()
         The list of [KeyRings][google.cloud.kms.v1.KeyRing].
         
        repeated .google.cloud.kms.v1.KeyRing key_rings = 1;
      • getKeyRingsOrBuilder

        KeyRingOrBuilder getKeyRingsOrBuilder​(int index)
         The list of [KeyRings][google.cloud.kms.v1.KeyRing].
         
        repeated .google.cloud.kms.v1.KeyRing key_rings = 1;
      • getNextPageToken

        String getNextPageToken()
         A token to retrieve next page of results. Pass this value in
         [ListKeyRingsRequest.page_token][google.cloud.kms.v1.ListKeyRingsRequest.page_token]
         to retrieve the next page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to retrieve next page of results. Pass this value in
         [ListKeyRingsRequest.page_token][google.cloud.kms.v1.ListKeyRingsRequest.page_token]
         to retrieve the next page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.
      • getTotalSize

        int getTotalSize()
         The total number of [KeyRings][google.cloud.kms.v1.KeyRing] that matched
         the query.
         
        int32 total_size = 3;
        Returns:
        The totalSize.