public static final class CertificateProvider.Builder extends GeneratedMessageV3.Builder<CertificateProvider.Builder> implements CertificateProviderOrBuilder
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.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CertificateProvider.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CertificateProvider build()
buildPartial()
public CertificateProvider buildPartial()
clear()
public CertificateProvider.Builder clear()
Overrides
clearCertificateProviderInstance()
public CertificateProvider.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.v1.CertificateProviderInstance certificate_provider_instance = 3;
clearField(Descriptors.FieldDescriptor field)
public CertificateProvider.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGrpcEndpoint()
public CertificateProvider.Builder clearGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
.google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public CertificateProvider.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearType()
public CertificateProvider.Builder clearType()
clone()
public CertificateProvider.Builder clone()
Overrides
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.v1.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.v1.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.v1.CertificateProviderInstance certificate_provider_instance = 3;
getDefaultInstanceForType()
public CertificateProvider getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGrpcEndpoint()
public GrpcEndpoint getGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
.google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;
getGrpcEndpointBuilder()
public GrpcEndpoint.Builder getGrpcEndpointBuilder()
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
.google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;
getGrpcEndpointOrBuilder()
public GrpcEndpointOrBuilder getGrpcEndpointOrBuilder()
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
.google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;
getTypeCase()
public CertificateProvider.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.v1.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 cert and private key.
.google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;
Returns |
Type |
Description |
boolean |
Whether the grpcEndpoint field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeCertificateProviderInstance(CertificateProviderInstance value)
public CertificateProvider.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.v1.CertificateProviderInstance certificate_provider_instance = 3;
mergeFrom(CertificateProvider other)
public CertificateProvider.Builder mergeFrom(CertificateProvider other)
public CertificateProvider.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CertificateProvider.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeGrpcEndpoint(GrpcEndpoint value)
public CertificateProvider.Builder mergeGrpcEndpoint(GrpcEndpoint value)
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
.google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CertificateProvider.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setCertificateProviderInstance(CertificateProviderInstance value)
public CertificateProvider.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.v1.CertificateProviderInstance certificate_provider_instance = 3;
setCertificateProviderInstance(CertificateProviderInstance.Builder builderForValue)
public CertificateProvider.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.v1.CertificateProviderInstance certificate_provider_instance = 3;
setField(Descriptors.FieldDescriptor field, Object value)
public CertificateProvider.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGrpcEndpoint(GrpcEndpoint value)
public CertificateProvider.Builder setGrpcEndpoint(GrpcEndpoint value)
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
.google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;
setGrpcEndpoint(GrpcEndpoint.Builder builderForValue)
public CertificateProvider.Builder setGrpcEndpoint(GrpcEndpoint.Builder builderForValue)
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
.google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CertificateProvider.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CertificateProvider.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides