All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.peer.lifecycle.StateMetadataOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/lifecycle/db.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.peer.lifecycle;

public interface StateMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:lifecycle.StateMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string datatype = 1 [json_name = "datatype"];
   * @return The datatype.
   */
  java.lang.String getDatatype();
  /**
   * string datatype = 1 [json_name = "datatype"];
   * @return The bytes for datatype.
   */
  com.google.protobuf.ByteString
      getDatatypeBytes();

  /**
   * repeated string fields = 2 [json_name = "fields"];
   * @return A list containing the fields.
   */
  java.util.List
      getFieldsList();
  /**
   * repeated string fields = 2 [json_name = "fields"];
   * @return The count of fields.
   */
  int getFieldsCount();
  /**
   * repeated string fields = 2 [json_name = "fields"];
   * @param index The index of the element to return.
   * @return The fields at the given index.
   */
  java.lang.String getFields(int index);
  /**
   * repeated string fields = 2 [json_name = "fields"];
   * @param index The index of the value to return.
   * @return The bytes of the fields at the given index.
   */
  com.google.protobuf.ByteString
      getFieldsBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy