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