Class CertificateProvider (0.40.0)

publicfinalclass CertificateProviderextendsGeneratedMessageV3implementsCertificateProviderOrBuilder

Specification of certificate provider. Defines the mechanism to obtain the certificate and private key for peer to peer authentication.

Protobuf type google.cloud.networksecurity.v1.CertificateProvider

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

CERTIFICATE_PROVIDER_INSTANCE_FIELD_NUMBER

publicstaticfinalintCERTIFICATE_PROVIDER_INSTANCE_FIELD_NUMBER
Field Value
Type Description
int

GRPC_ENDPOINT_FIELD_NUMBER

publicstaticfinalintGRPC_ENDPOINT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticCertificateProvidergetDefaultInstance()
Returns
Type Description
CertificateProvider

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticCertificateProvider.BuildernewBuilder()
Returns
Type Description
CertificateProvider.Builder

newBuilder(CertificateProvider prototype)

publicstaticCertificateProvider.BuildernewBuilder(CertificateProviderprototype)
Parameter
Name Description
prototype CertificateProvider
Returns
Type Description
CertificateProvider.Builder

parseDelimitedFrom(InputStream input)

publicstaticCertificateProviderparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
CertificateProvider
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCertificateProviderparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CertificateProvider
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticCertificateProviderparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
CertificateProvider
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticCertificateProviderparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CertificateProvider
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticCertificateProviderparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
CertificateProvider
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticCertificateProviderparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CertificateProvider
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticCertificateProviderparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CertificateProvider
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCertificateProviderparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CertificateProvider
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticCertificateProviderparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
CertificateProvider
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCertificateProviderparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CertificateProvider
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticCertificateProviderparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CertificateProvider
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticCertificateProviderparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CertificateProvider
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<CertificateProvider>parser()
Returns
Type Description
Parser<CertificateProvider>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCertificateProviderInstance()

publicCertificateProviderInstancegetCertificateProviderInstance()

The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.

.google.cloud.networksecurity.v1.CertificateProviderInstance certificate_provider_instance = 3;

Returns
Type Description
CertificateProviderInstance

The certificateProviderInstance.

getCertificateProviderInstanceOrBuilder()

publicCertificateProviderInstanceOrBuildergetCertificateProviderInstanceOrBuilder()

The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.

.google.cloud.networksecurity.v1.CertificateProviderInstance certificate_provider_instance = 3;

Returns
Type Description
CertificateProviderInstanceOrBuilder

getDefaultInstanceForType()

publicCertificateProvidergetDefaultInstanceForType()
Returns
Type Description
CertificateProvider

getGrpcEndpoint()

publicGrpcEndpointgetGrpcEndpoint()

gRPC specific configuration to access the gRPC server to obtain the cert and private key.

.google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;

Returns
Type Description
GrpcEndpoint

The grpcEndpoint.

getGrpcEndpointOrBuilder()

publicGrpcEndpointOrBuildergetGrpcEndpointOrBuilder()

gRPC specific configuration to access the gRPC server to obtain the cert and private key.

.google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;

Returns
Type Description
GrpcEndpointOrBuilder

getParserForType()

publicParser<CertificateProvider>getParserForType()
Returns
Type Description
Parser<CertificateProvider>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getTypeCase()

publicCertificateProvider.TypeCasegetTypeCase()
Returns
Type Description
CertificateProvider.TypeCase

hasCertificateProviderInstance()

publicbooleanhasCertificateProviderInstance()

The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.

.google.cloud.networksecurity.v1.CertificateProviderInstance certificate_provider_instance = 3;

Returns
Type Description
boolean

Whether the certificateProviderInstance field is set.

hasGrpcEndpoint()

publicbooleanhasGrpcEndpoint()

gRPC specific configuration to access the gRPC server to obtain the cert and private key.

.google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;

Returns
Type Description
boolean

Whether the grpcEndpoint field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicCertificateProvider.BuildernewBuilderForType()
Returns
Type Description
CertificateProvider.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedCertificateProvider.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CertificateProvider.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicCertificateProvider.BuildertoBuilder()
Returns
Type Description
CertificateProvider.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.