org.hyperledger.fabric.protos.common.PolicyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: common/policies.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.common;
public interface PolicyOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.Policy)
com.google.protobuf.MessageOrBuilder {
/**
*
* For outside implementors, consider the first 1000 types reserved, otherwise one of PolicyType
*
*
* int32 type = 1 [json_name = "type"];
* @return The type.
*/
int getType();
/**
* bytes value = 2 [json_name = "value"];
* @return The value.
*/
com.google.protobuf.ByteString getValue();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy