Class ValidationCA.Builder (0.10.0)

publicstaticfinalclass ValidationCA.BuilderextendsGeneratedMessageV3.Builder<ValidationCA.Builder>implementsValidationCAOrBuilder

Specification of ValidationCA. Defines the mechanism to obtain the Certificate Authority certificate to validate the peer certificate.

Protobuf type google.cloud.networksecurity.v1.ValidationCA

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicValidationCA.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

build()

publicValidationCAbuild()
Returns
Type Description

buildPartial()

publicValidationCAbuildPartial()
Returns
Type Description

clear()

publicValidationCA.Builderclear()
Returns
Type Description
Overrides

clearCertificateProviderInstance()

publicValidationCA.BuilderclearCertificateProviderInstance()

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

clearField(Descriptors.FieldDescriptor field)

publicValidationCA.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
Returns
Type Description
Overrides

clearGrpcEndpoint()

publicValidationCA.BuilderclearGrpcEndpoint()

gRPC specific configuration to access the gRPC server to obtain the CA certificate.

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

Returns
Type Description

clearOneof(Descriptors.OneofDescriptor oneof)

publicValidationCA.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
Returns
Type Description
Overrides

clearType()

publicValidationCA.BuilderclearType()
Returns
Type Description

clone()

publicValidationCA.Builderclone()
Returns
Type Description
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.

getCertificateProviderInstanceBuilder()

publicCertificateProviderInstance.BuildergetCertificateProviderInstanceBuilder()

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

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

getDefaultInstanceForType()

publicValidationCAgetDefaultInstanceForType()
Returns
Type Description

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Overrides

getGrpcEndpoint()

publicGrpcEndpointgetGrpcEndpoint()

gRPC specific configuration to access the gRPC server to obtain the CA certificate.

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

Returns
Type Description
GrpcEndpoint

The grpcEndpoint.

getGrpcEndpointBuilder()

publicGrpcEndpoint.BuildergetGrpcEndpointBuilder()

gRPC specific configuration to access the gRPC server to obtain the CA certificate.

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

Returns
Type Description

getGrpcEndpointOrBuilder()

publicGrpcEndpointOrBuildergetGrpcEndpointOrBuilder()

gRPC specific configuration to access the gRPC server to obtain the CA certificate.

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

Returns
Type Description

getTypeCase()

publicValidationCA.TypeCasegetTypeCase()
Returns
Type Description

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 CA certificate.

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

Returns
Type Description
boolean

Whether the grpcEndpoint field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

mergeCertificateProviderInstance(CertificateProviderInstance value)

publicValidationCA.BuildermergeCertificateProviderInstance(CertificateProviderInstancevalue)

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;

Parameter
Name Description
Returns
Type Description

mergeFrom(ValidationCA other)

publicValidationCA.BuildermergeFrom(ValidationCAother)
Parameter
Name Description
other ValidationCA
Returns
Type Description

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicValidationCA.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overrides Exceptions
Type Description

mergeFrom(Message other)

publicValidationCA.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
Overrides

mergeGrpcEndpoint(GrpcEndpoint value)

publicValidationCA.BuildermergeGrpcEndpoint(GrpcEndpointvalue)

gRPC specific configuration to access the gRPC server to obtain the CA certificate.

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

Parameter
Name Description
value GrpcEndpoint
Returns
Type Description

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalValidationCA.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Overrides

setCertificateProviderInstance(CertificateProviderInstance value)

publicValidationCA.BuildersetCertificateProviderInstance(CertificateProviderInstancevalue)

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;

Parameter
Name Description
Returns
Type Description

setCertificateProviderInstance(CertificateProviderInstance.Builder builderForValue)

publicValidationCA.BuildersetCertificateProviderInstance(CertificateProviderInstance.BuilderbuilderForValue)

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;

Parameter
Name Description
Returns
Type Description

setField(Descriptors.FieldDescriptor field, Object value)

publicValidationCA.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

setGrpcEndpoint(GrpcEndpoint value)

publicValidationCA.BuildersetGrpcEndpoint(GrpcEndpointvalue)

gRPC specific configuration to access the gRPC server to obtain the CA certificate.

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

Parameter
Name Description
value GrpcEndpoint
Returns
Type Description

setGrpcEndpoint(GrpcEndpoint.Builder builderForValue)

publicValidationCA.BuildersetGrpcEndpoint(GrpcEndpoint.BuilderbuilderForValue)

gRPC specific configuration to access the gRPC server to obtain the CA certificate.

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

Parameter
Name Description
builderForValue GrpcEndpoint.Builder
Returns
Type Description

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicValidationCA.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
index int
value Object
Returns
Type Description
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalValidationCA.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Overrides

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.