public final class FabricMSPConfig extends com.google.protobuf.GeneratedMessageV3 implements FabricMSPConfigOrBuilder
FabricMSPConfig collects all the configuration information for a Fabric MSP. Here we assume a default certificate validation policy, where any certificate signed by any of the listed rootCA certs would be considered as valid under this MSP. This MSP may or may not come with a signing identity. If it does, it can also issue signing identities. If it does not, it can only be used to validate and verify certificates.Protobuf type
msp.FabricMSPConfig
Modifier and Type | Class and Description |
---|---|
static class |
FabricMSPConfig.Builder
FabricMSPConfig collects all the configuration information for
a Fabric MSP.
|
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
ADMINS_FIELD_NUMBER |
static int |
CRYPTO_CONFIG_FIELD_NUMBER |
static int |
FABRIC_NODE_OUS_FIELD_NUMBER |
static int |
INTERMEDIATE_CERTS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
ORGANIZATIONAL_UNIT_IDENTIFIERS_FIELD_NUMBER |
static int |
REVOCATION_LIST_FIELD_NUMBER |
static int |
ROOT_CERTS_FIELD_NUMBER |
static int |
SIGNING_IDENTITY_FIELD_NUMBER |
static int |
TLS_INTERMEDIATE_CERTS_FIELD_NUMBER |
static int |
TLS_ROOT_CERTS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
com.google.protobuf.ByteString |
getAdmins(int index)
Identity denoting the administrator of this MSP
|
int |
getAdminsCount()
Identity denoting the administrator of this MSP
|
List<com.google.protobuf.ByteString> |
getAdminsList()
Identity denoting the administrator of this MSP
|
FabricCryptoConfig |
getCryptoConfig()
FabricCryptoConfig contains the configuration parameters
for the cryptographic algorithms used by this MSP
|
FabricCryptoConfigOrBuilder |
getCryptoConfigOrBuilder()
FabricCryptoConfig contains the configuration parameters
for the cryptographic algorithms used by this MSP
|
static FabricMSPConfig |
getDefaultInstance() |
FabricMSPConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FabricNodeOUs |
getFabricNodeOus()
fabric_node_ous contains the configuration to distinguish clients from peers from orderers
based on the OUs.
|
FabricNodeOUsOrBuilder |
getFabricNodeOusOrBuilder()
fabric_node_ous contains the configuration to distinguish clients from peers from orderers
based on the OUs.
|
com.google.protobuf.ByteString |
getIntermediateCerts(int index)
List of intermediate certificates trusted by this MSP;
they are used upon certificate validation as follows:
validation attempts to build a path from the certificate
to be validated (which is at one end of the path) and
one of the certs in the RootCerts field (which is at
the other end of the path).
|
int |
getIntermediateCertsCount()
List of intermediate certificates trusted by this MSP;
they are used upon certificate validation as follows:
validation attempts to build a path from the certificate
to be validated (which is at one end of the path) and
one of the certs in the RootCerts field (which is at
the other end of the path).
|
List<com.google.protobuf.ByteString> |
getIntermediateCertsList()
List of intermediate certificates trusted by this MSP;
they are used upon certificate validation as follows:
validation attempts to build a path from the certificate
to be validated (which is at one end of the path) and
one of the certs in the RootCerts field (which is at
the other end of the path).
|
String |
getName()
Name holds the identifier of the MSP; MSP identifier
is chosen by the application that governs this MSP.
|
com.google.protobuf.ByteString |
getNameBytes()
Name holds the identifier of the MSP; MSP identifier
is chosen by the application that governs this MSP.
|
FabricOUIdentifier |
getOrganizationalUnitIdentifiers(int index)
OrganizationalUnitIdentifiers holds one or more
fabric organizational unit identifiers that belong to
this MSP configuration
|
int |
getOrganizationalUnitIdentifiersCount()
OrganizationalUnitIdentifiers holds one or more
fabric organizational unit identifiers that belong to
this MSP configuration
|
List<FabricOUIdentifier> |
getOrganizationalUnitIdentifiersList()
OrganizationalUnitIdentifiers holds one or more
fabric organizational unit identifiers that belong to
this MSP configuration
|
FabricOUIdentifierOrBuilder |
getOrganizationalUnitIdentifiersOrBuilder(int index)
OrganizationalUnitIdentifiers holds one or more
fabric organizational unit identifiers that belong to
this MSP configuration
|
List<? extends FabricOUIdentifierOrBuilder> |
getOrganizationalUnitIdentifiersOrBuilderList()
OrganizationalUnitIdentifiers holds one or more
fabric organizational unit identifiers that belong to
this MSP configuration
|
com.google.protobuf.Parser<FabricMSPConfig> |
getParserForType() |
com.google.protobuf.ByteString |
getRevocationList(int index)
Identity revocation list
|
int |
getRevocationListCount()
Identity revocation list
|
List<com.google.protobuf.ByteString> |
getRevocationListList()
Identity revocation list
|
com.google.protobuf.ByteString |
getRootCerts(int index)
List of root certificates trusted by this MSP
they are used upon certificate validation (see
comment for IntermediateCerts below)
|
int |
getRootCertsCount()
List of root certificates trusted by this MSP
they are used upon certificate validation (see
comment for IntermediateCerts below)
|
List<com.google.protobuf.ByteString> |
getRootCertsList()
List of root certificates trusted by this MSP
they are used upon certificate validation (see
comment for IntermediateCerts below)
|
int |
getSerializedSize() |
SigningIdentityInfo |
getSigningIdentity()
SigningIdentity holds information on the signing identity
this peer is to use, and which is to be imported by the
MSP defined before
|
SigningIdentityInfoOrBuilder |
getSigningIdentityOrBuilder()
SigningIdentity holds information on the signing identity
this peer is to use, and which is to be imported by the
MSP defined before
|
com.google.protobuf.ByteString |
getTlsIntermediateCerts(int index)
List of TLS intermediate certificates trusted by this MSP;
They are returned by GetTLSIntermediateCerts.
|
int |
getTlsIntermediateCertsCount()
List of TLS intermediate certificates trusted by this MSP;
They are returned by GetTLSIntermediateCerts.
|
List<com.google.protobuf.ByteString> |
getTlsIntermediateCertsList()
List of TLS intermediate certificates trusted by this MSP;
They are returned by GetTLSIntermediateCerts.
|
com.google.protobuf.ByteString |
getTlsRootCerts(int index)
List of TLS root certificates trusted by this MSP.
|
int |
getTlsRootCertsCount()
List of TLS root certificates trusted by this MSP.
|
List<com.google.protobuf.ByteString> |
getTlsRootCertsList()
List of TLS root certificates trusted by this MSP.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCryptoConfig()
FabricCryptoConfig contains the configuration parameters
for the cryptographic algorithms used by this MSP
|
boolean |
hasFabricNodeOus()
fabric_node_ous contains the configuration to distinguish clients from peers from orderers
based on the OUs.
|
int |
hashCode() |
boolean |
hasSigningIdentity()
SigningIdentity holds information on the signing identity
this peer is to use, and which is to be imported by the
MSP defined before
|
boolean |
isInitialized() |
static FabricMSPConfig.Builder |
newBuilder() |
static FabricMSPConfig.Builder |
newBuilder(FabricMSPConfig prototype) |
FabricMSPConfig.Builder |
newBuilderForType() |
static FabricMSPConfig |
parseDelimitedFrom(InputStream input) |
static FabricMSPConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FabricMSPConfig |
parseFrom(byte[] data) |
static FabricMSPConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FabricMSPConfig |
parseFrom(ByteBuffer data) |
static FabricMSPConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FabricMSPConfig |
parseFrom(com.google.protobuf.ByteString data) |
static FabricMSPConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FabricMSPConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FabricMSPConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FabricMSPConfig |
parseFrom(InputStream input) |
static FabricMSPConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FabricMSPConfig> |
parser() |
FabricMSPConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int NAME_FIELD_NUMBER
public static final int ROOT_CERTS_FIELD_NUMBER
public static final int INTERMEDIATE_CERTS_FIELD_NUMBER
public static final int ADMINS_FIELD_NUMBER
public static final int REVOCATION_LIST_FIELD_NUMBER
public static final int SIGNING_IDENTITY_FIELD_NUMBER
public static final int ORGANIZATIONAL_UNIT_IDENTIFIERS_FIELD_NUMBER
public static final int CRYPTO_CONFIG_FIELD_NUMBER
public static final int TLS_ROOT_CERTS_FIELD_NUMBER
public static final int TLS_INTERMEDIATE_CERTS_FIELD_NUMBER
public static final int FABRIC_NODE_OUS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public String getName()
Name holds the identifier of the MSP; MSP identifier is chosen by the application that governs this MSP. For example, and assuming the default implementation of MSP, that is X.509-based and considers a single Issuer, this can refer to the Subject OU field or the Issuer OU field.
string name = 1 [json_name = "name"];
getName
in interface FabricMSPConfigOrBuilder
public com.google.protobuf.ByteString getNameBytes()
Name holds the identifier of the MSP; MSP identifier is chosen by the application that governs this MSP. For example, and assuming the default implementation of MSP, that is X.509-based and considers a single Issuer, this can refer to the Subject OU field or the Issuer OU field.
string name = 1 [json_name = "name"];
getNameBytes
in interface FabricMSPConfigOrBuilder
public List<com.google.protobuf.ByteString> getRootCertsList()
List of root certificates trusted by this MSP they are used upon certificate validation (see comment for IntermediateCerts below)
repeated bytes root_certs = 2 [json_name = "rootCerts"];
getRootCertsList
in interface FabricMSPConfigOrBuilder
public int getRootCertsCount()
List of root certificates trusted by this MSP they are used upon certificate validation (see comment for IntermediateCerts below)
repeated bytes root_certs = 2 [json_name = "rootCerts"];
getRootCertsCount
in interface FabricMSPConfigOrBuilder
public com.google.protobuf.ByteString getRootCerts(int index)
List of root certificates trusted by this MSP they are used upon certificate validation (see comment for IntermediateCerts below)
repeated bytes root_certs = 2 [json_name = "rootCerts"];
getRootCerts
in interface FabricMSPConfigOrBuilder
index
- The index of the element to return.public List<com.google.protobuf.ByteString> getIntermediateCertsList()
List of intermediate certificates trusted by this MSP; they are used upon certificate validation as follows: validation attempts to build a path from the certificate to be validated (which is at one end of the path) and one of the certs in the RootCerts field (which is at the other end of the path). If the path is longer than 2, certificates in the middle are searched within the IntermediateCerts pool
repeated bytes intermediate_certs = 3 [json_name = "intermediateCerts"];
getIntermediateCertsList
in interface FabricMSPConfigOrBuilder
public int getIntermediateCertsCount()
List of intermediate certificates trusted by this MSP; they are used upon certificate validation as follows: validation attempts to build a path from the certificate to be validated (which is at one end of the path) and one of the certs in the RootCerts field (which is at the other end of the path). If the path is longer than 2, certificates in the middle are searched within the IntermediateCerts pool
repeated bytes intermediate_certs = 3 [json_name = "intermediateCerts"];
getIntermediateCertsCount
in interface FabricMSPConfigOrBuilder
public com.google.protobuf.ByteString getIntermediateCerts(int index)
List of intermediate certificates trusted by this MSP; they are used upon certificate validation as follows: validation attempts to build a path from the certificate to be validated (which is at one end of the path) and one of the certs in the RootCerts field (which is at the other end of the path). If the path is longer than 2, certificates in the middle are searched within the IntermediateCerts pool
repeated bytes intermediate_certs = 3 [json_name = "intermediateCerts"];
getIntermediateCerts
in interface FabricMSPConfigOrBuilder
index
- The index of the element to return.public List<com.google.protobuf.ByteString> getAdminsList()
Identity denoting the administrator of this MSP
repeated bytes admins = 4 [json_name = "admins"];
getAdminsList
in interface FabricMSPConfigOrBuilder
public int getAdminsCount()
Identity denoting the administrator of this MSP
repeated bytes admins = 4 [json_name = "admins"];
getAdminsCount
in interface FabricMSPConfigOrBuilder
public com.google.protobuf.ByteString getAdmins(int index)
Identity denoting the administrator of this MSP
repeated bytes admins = 4 [json_name = "admins"];
getAdmins
in interface FabricMSPConfigOrBuilder
index
- The index of the element to return.public List<com.google.protobuf.ByteString> getRevocationListList()
Identity revocation list
repeated bytes revocation_list = 5 [json_name = "revocationList"];
getRevocationListList
in interface FabricMSPConfigOrBuilder
public int getRevocationListCount()
Identity revocation list
repeated bytes revocation_list = 5 [json_name = "revocationList"];
getRevocationListCount
in interface FabricMSPConfigOrBuilder
public com.google.protobuf.ByteString getRevocationList(int index)
Identity revocation list
repeated bytes revocation_list = 5 [json_name = "revocationList"];
getRevocationList
in interface FabricMSPConfigOrBuilder
index
- The index of the element to return.public boolean hasSigningIdentity()
SigningIdentity holds information on the signing identity this peer is to use, and which is to be imported by the MSP defined before
.msp.SigningIdentityInfo signing_identity = 6 [json_name = "signingIdentity"];
hasSigningIdentity
in interface FabricMSPConfigOrBuilder
public SigningIdentityInfo getSigningIdentity()
SigningIdentity holds information on the signing identity this peer is to use, and which is to be imported by the MSP defined before
.msp.SigningIdentityInfo signing_identity = 6 [json_name = "signingIdentity"];
getSigningIdentity
in interface FabricMSPConfigOrBuilder
public SigningIdentityInfoOrBuilder getSigningIdentityOrBuilder()
SigningIdentity holds information on the signing identity this peer is to use, and which is to be imported by the MSP defined before
.msp.SigningIdentityInfo signing_identity = 6 [json_name = "signingIdentity"];
getSigningIdentityOrBuilder
in interface FabricMSPConfigOrBuilder
public List<FabricOUIdentifier> getOrganizationalUnitIdentifiersList()
OrganizationalUnitIdentifiers holds one or more fabric organizational unit identifiers that belong to this MSP configuration
repeated .msp.FabricOUIdentifier organizational_unit_identifiers = 7 [json_name = "organizationalUnitIdentifiers"];
getOrganizationalUnitIdentifiersList
in interface FabricMSPConfigOrBuilder
public List<? extends FabricOUIdentifierOrBuilder> getOrganizationalUnitIdentifiersOrBuilderList()
OrganizationalUnitIdentifiers holds one or more fabric organizational unit identifiers that belong to this MSP configuration
repeated .msp.FabricOUIdentifier organizational_unit_identifiers = 7 [json_name = "organizationalUnitIdentifiers"];
getOrganizationalUnitIdentifiersOrBuilderList
in interface FabricMSPConfigOrBuilder
public int getOrganizationalUnitIdentifiersCount()
OrganizationalUnitIdentifiers holds one or more fabric organizational unit identifiers that belong to this MSP configuration
repeated .msp.FabricOUIdentifier organizational_unit_identifiers = 7 [json_name = "organizationalUnitIdentifiers"];
getOrganizationalUnitIdentifiersCount
in interface FabricMSPConfigOrBuilder
public FabricOUIdentifier getOrganizationalUnitIdentifiers(int index)
OrganizationalUnitIdentifiers holds one or more fabric organizational unit identifiers that belong to this MSP configuration
repeated .msp.FabricOUIdentifier organizational_unit_identifiers = 7 [json_name = "organizationalUnitIdentifiers"];
getOrganizationalUnitIdentifiers
in interface FabricMSPConfigOrBuilder
public FabricOUIdentifierOrBuilder getOrganizationalUnitIdentifiersOrBuilder(int index)
OrganizationalUnitIdentifiers holds one or more fabric organizational unit identifiers that belong to this MSP configuration
repeated .msp.FabricOUIdentifier organizational_unit_identifiers = 7 [json_name = "organizationalUnitIdentifiers"];
getOrganizationalUnitIdentifiersOrBuilder
in interface FabricMSPConfigOrBuilder
public boolean hasCryptoConfig()
FabricCryptoConfig contains the configuration parameters for the cryptographic algorithms used by this MSP
.msp.FabricCryptoConfig crypto_config = 8 [json_name = "cryptoConfig"];
hasCryptoConfig
in interface FabricMSPConfigOrBuilder
public FabricCryptoConfig getCryptoConfig()
FabricCryptoConfig contains the configuration parameters for the cryptographic algorithms used by this MSP
.msp.FabricCryptoConfig crypto_config = 8 [json_name = "cryptoConfig"];
getCryptoConfig
in interface FabricMSPConfigOrBuilder
public FabricCryptoConfigOrBuilder getCryptoConfigOrBuilder()
FabricCryptoConfig contains the configuration parameters for the cryptographic algorithms used by this MSP
.msp.FabricCryptoConfig crypto_config = 8 [json_name = "cryptoConfig"];
getCryptoConfigOrBuilder
in interface FabricMSPConfigOrBuilder
public List<com.google.protobuf.ByteString> getTlsRootCertsList()
List of TLS root certificates trusted by this MSP. They are returned by GetTLSRootCerts.
repeated bytes tls_root_certs = 9 [json_name = "tlsRootCerts"];
getTlsRootCertsList
in interface FabricMSPConfigOrBuilder
public int getTlsRootCertsCount()
List of TLS root certificates trusted by this MSP. They are returned by GetTLSRootCerts.
repeated bytes tls_root_certs = 9 [json_name = "tlsRootCerts"];
getTlsRootCertsCount
in interface FabricMSPConfigOrBuilder
public com.google.protobuf.ByteString getTlsRootCerts(int index)
List of TLS root certificates trusted by this MSP. They are returned by GetTLSRootCerts.
repeated bytes tls_root_certs = 9 [json_name = "tlsRootCerts"];
getTlsRootCerts
in interface FabricMSPConfigOrBuilder
index
- The index of the element to return.public List<com.google.protobuf.ByteString> getTlsIntermediateCertsList()
List of TLS intermediate certificates trusted by this MSP; They are returned by GetTLSIntermediateCerts.
repeated bytes tls_intermediate_certs = 10 [json_name = "tlsIntermediateCerts"];
getTlsIntermediateCertsList
in interface FabricMSPConfigOrBuilder
public int getTlsIntermediateCertsCount()
List of TLS intermediate certificates trusted by this MSP; They are returned by GetTLSIntermediateCerts.
repeated bytes tls_intermediate_certs = 10 [json_name = "tlsIntermediateCerts"];
getTlsIntermediateCertsCount
in interface FabricMSPConfigOrBuilder
public com.google.protobuf.ByteString getTlsIntermediateCerts(int index)
List of TLS intermediate certificates trusted by this MSP; They are returned by GetTLSIntermediateCerts.
repeated bytes tls_intermediate_certs = 10 [json_name = "tlsIntermediateCerts"];
getTlsIntermediateCerts
in interface FabricMSPConfigOrBuilder
index
- The index of the element to return.public boolean hasFabricNodeOus()
fabric_node_ous contains the configuration to distinguish clients from peers from orderers based on the OUs.
.msp.FabricNodeOUs fabric_node_ous = 11 [json_name = "fabricNodeOus"];
hasFabricNodeOus
in interface FabricMSPConfigOrBuilder
public FabricNodeOUs getFabricNodeOus()
fabric_node_ous contains the configuration to distinguish clients from peers from orderers based on the OUs.
.msp.FabricNodeOUs fabric_node_ous = 11 [json_name = "fabricNodeOus"];
getFabricNodeOus
in interface FabricMSPConfigOrBuilder
public FabricNodeOUsOrBuilder getFabricNodeOusOrBuilder()
fabric_node_ous contains the configuration to distinguish clients from peers from orderers based on the OUs.
.msp.FabricNodeOUs fabric_node_ous = 11 [json_name = "fabricNodeOus"];
getFabricNodeOusOrBuilder
in interface FabricMSPConfigOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static FabricMSPConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FabricMSPConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FabricMSPConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FabricMSPConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FabricMSPConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FabricMSPConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FabricMSPConfig parseFrom(InputStream input) throws IOException
IOException
public static FabricMSPConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FabricMSPConfig parseDelimitedFrom(InputStream input) throws IOException
IOException
public static FabricMSPConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FabricMSPConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static FabricMSPConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public FabricMSPConfig.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static FabricMSPConfig.Builder newBuilder()
public static FabricMSPConfig.Builder newBuilder(FabricMSPConfig prototype)
public FabricMSPConfig.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static FabricMSPConfig getDefaultInstance()
public static com.google.protobuf.Parser<FabricMSPConfig> parser()
public com.google.protobuf.Parser<FabricMSPConfig> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public FabricMSPConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2022. All rights reserved.