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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common/policies.proto

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