org.hyperledger.fabric.protos.common.ImplicitMetaPolicyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-protos Show documentation
Show all versions of fabric-protos Show documentation
PROTO library for fabric-protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common/policies.proto
package org.hyperledger.fabric.protos.common;
public interface ImplicitMetaPolicyOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.ImplicitMetaPolicy)
com.google.protobuf.MessageOrBuilder {
/**
* string sub_policy = 1 [json_name = "subPolicy"];
* @return The subPolicy.
*/
java.lang.String getSubPolicy();
/**
* string sub_policy = 1 [json_name = "subPolicy"];
* @return The bytes for subPolicy.
*/
com.google.protobuf.ByteString
getSubPolicyBytes();
/**
* .common.ImplicitMetaPolicy.Rule rule = 2 [json_name = "rule"];
* @return The enum numeric value on the wire for rule.
*/
int getRuleValue();
/**
* .common.ImplicitMetaPolicy.Rule rule = 2 [json_name = "rule"];
* @return The rule.
*/
org.hyperledger.fabric.protos.common.ImplicitMetaPolicy.Rule getRule();
}