Interface Response.ListSchemasResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSchemaIds​(int index)
      repeated string schema_ids = 1;
      com.google.protobuf.ByteString getSchemaIdsBytes​(int index)
      repeated string schema_ids = 1;
      int getSchemaIdsCount()
      repeated string schema_ids = 1;
      java.util.List<java.lang.String> getSchemaIdsList()
      repeated string schema_ids = 1;
      • 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

      • getSchemaIdsList

        java.util.List<java.lang.String> getSchemaIdsList()
        repeated string schema_ids = 1;
        Returns:
        A list containing the schemaIds.
      • getSchemaIdsCount

        int getSchemaIdsCount()
        repeated string schema_ids = 1;
        Returns:
        The count of schemaIds.
      • getSchemaIds

        java.lang.String getSchemaIds​(int index)
        repeated string schema_ids = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The schemaIds at the given index.
      • getSchemaIdsBytes

        com.google.protobuf.ByteString getSchemaIdsBytes​(int index)
        repeated string schema_ids = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the schemaIds at the given index.