public static final class ValidationCA.Builder extends GeneratedMessage.Builder<ValidationCA.Builder> implements ValidationCAOrBuilder
Specification of ValidationCA. Defines the mechanism to obtain the
Certificate Authority certificate to validate the peer certificate.
Protobuf type google.cloud.networksecurity.v1beta1.ValidationCA
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public ValidationCA build()
buildPartial()
public ValidationCA buildPartial()
clear()
public ValidationCA.Builder clear()
Overrides
clearCertificateProviderInstance()
public ValidationCA.Builder clearCertificateProviderInstance()
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.v1beta1.CertificateProviderInstance certificate_provider_instance = 3;
clearGrpcEndpoint()
public ValidationCA.Builder clearGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
clearType()
public ValidationCA.Builder clearType()
getCertificateProviderInstance()
public CertificateProviderInstance getCertificateProviderInstance()
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.v1beta1.CertificateProviderInstance certificate_provider_instance = 3;
getCertificateProviderInstanceBuilder()
public CertificateProviderInstance.Builder getCertificateProviderInstanceBuilder()
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.v1beta1.CertificateProviderInstance certificate_provider_instance = 3;
getCertificateProviderInstanceOrBuilder()
public CertificateProviderInstanceOrBuilder getCertificateProviderInstanceOrBuilder()
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.v1beta1.CertificateProviderInstance certificate_provider_instance = 3;
getDefaultInstanceForType()
public ValidationCA getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGrpcEndpoint()
public GrpcEndpoint getGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
getGrpcEndpointBuilder()
public GrpcEndpoint.Builder getGrpcEndpointBuilder()
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
getGrpcEndpointOrBuilder()
public GrpcEndpointOrBuilder getGrpcEndpointOrBuilder()
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
getTypeCase()
public ValidationCA.TypeCase getTypeCase()
hasCertificateProviderInstance()
public boolean hasCertificateProviderInstance()
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.v1beta1.CertificateProviderInstance certificate_provider_instance = 3;
| Returns |
| Type |
Description |
boolean |
Whether the certificateProviderInstance field is set.
|
hasGrpcEndpoint()
public boolean hasGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
| Returns |
| Type |
Description |
boolean |
Whether the grpcEndpoint field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeCertificateProviderInstance(CertificateProviderInstance value)
public ValidationCA.Builder mergeCertificateProviderInstance(CertificateProviderInstance value)
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.v1beta1.CertificateProviderInstance certificate_provider_instance = 3;
mergeFrom(ValidationCA other)
public ValidationCA.Builder mergeFrom(ValidationCA other)
public ValidationCA.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ValidationCA.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeGrpcEndpoint(GrpcEndpoint value)
public ValidationCA.Builder mergeGrpcEndpoint(GrpcEndpoint value)
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
setCertificateProviderInstance(CertificateProviderInstance value)
public ValidationCA.Builder setCertificateProviderInstance(CertificateProviderInstance value)
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.v1beta1.CertificateProviderInstance certificate_provider_instance = 3;
setCertificateProviderInstance(CertificateProviderInstance.Builder builderForValue)
public ValidationCA.Builder setCertificateProviderInstance(CertificateProviderInstance.Builder builderForValue)
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.v1beta1.CertificateProviderInstance certificate_provider_instance = 3;
setGrpcEndpoint(GrpcEndpoint value)
public ValidationCA.Builder setGrpcEndpoint(GrpcEndpoint value)
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
setGrpcEndpoint(GrpcEndpoint.Builder builderForValue)
public ValidationCA.Builder setGrpcEndpoint(GrpcEndpoint.Builder builderForValue)
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;