org.hyperledger.fabric.protos.common.OrganizationUnitOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: msp/msp_principal.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.common;
public interface OrganizationUnitOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.OrganizationUnit)
com.google.protobuf.MessageOrBuilder {
/**
*
* MSPIdentifier represents the identifier of the MSP this organization unit
* refers to
*
*
* string msp_identifier = 1 [json_name = "mspIdentifier"];
* @return The mspIdentifier.
*/
java.lang.String getMspIdentifier();
/**
*
* MSPIdentifier represents the identifier of the MSP this organization unit
* refers to
*
*
* string msp_identifier = 1 [json_name = "mspIdentifier"];
* @return The bytes for mspIdentifier.
*/
com.google.protobuf.ByteString
getMspIdentifierBytes();
/**
*
* OrganizationUnitIdentifier defines the organizational unit under the
* MSP identified with MSPIdentifier
*
*
* string organizational_unit_identifier = 2 [json_name = "organizationalUnitIdentifier"];
* @return The organizationalUnitIdentifier.
*/
java.lang.String getOrganizationalUnitIdentifier();
/**
*
* OrganizationUnitIdentifier defines the organizational unit under the
* MSP identified with MSPIdentifier
*
*
* string organizational_unit_identifier = 2 [json_name = "organizationalUnitIdentifier"];
* @return The bytes for organizationalUnitIdentifier.
*/
com.google.protobuf.ByteString
getOrganizationalUnitIdentifierBytes();
/**
*
* CertifiersIdentifier is the hash of certificates chain of trust
* related to this organizational unit
*
*
* bytes certifiers_identifier = 3 [json_name = "certifiersIdentifier"];
* @return The certifiersIdentifier.
*/
com.google.protobuf.ByteString getCertifiersIdentifier();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy