org.hyperledger.fabric.protos.peer.APIResourceOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/configuration.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface APIResourceOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.APIResource)
com.google.protobuf.MessageOrBuilder {
/**
*
* The policy name to use for this API
*
*
* string policy_ref = 1 [json_name = "policyRef"];
* @return The policyRef.
*/
java.lang.String getPolicyRef();
/**
*
* The policy name to use for this API
*
*
* string policy_ref = 1 [json_name = "policyRef"];
* @return The bytes for policyRef.
*/
com.google.protobuf.ByteString
getPolicyRefBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy