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

org.hyperledger.fabric.protos.common.ImplicitMetaPolicyOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy