org.hyperledger.fabric.protos.common.CollectionConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: common/collection.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.common;
@java.lang.Deprecated public interface CollectionConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.CollectionConfig)
com.google.protobuf.MessageOrBuilder {
/**
* .common.StaticCollectionConfig static_collection_config = 1 [json_name = "staticCollectionConfig"];
* @return Whether the staticCollectionConfig field is set.
*/
boolean hasStaticCollectionConfig();
/**
* .common.StaticCollectionConfig static_collection_config = 1 [json_name = "staticCollectionConfig"];
* @return The staticCollectionConfig.
*/
org.hyperledger.fabric.protos.common.StaticCollectionConfig getStaticCollectionConfig();
/**
* .common.StaticCollectionConfig static_collection_config = 1 [json_name = "staticCollectionConfig"];
*/
org.hyperledger.fabric.protos.common.StaticCollectionConfigOrBuilder getStaticCollectionConfigOrBuilder();
org.hyperledger.fabric.protos.common.CollectionConfig.PayloadCase getPayloadCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy