public static final class CertificateProvider.Builder extends GeneratedMessage.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.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 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;
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;
clearType()
public CertificateProvider.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.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 GeneratedMessage.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;
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;
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;