public final class CertificateProvider extends GeneratedMessageV3 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.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CERTIFICATE_PROVIDER_INSTANCE_FIELD_NUMBER
public static final int CERTIFICATE_PROVIDER_INSTANCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GRPC_ENDPOINT_FIELD_NUMBER
public static final int GRPC_ENDPOINT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CertificateProvider getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CertificateProvider.Builder newBuilder()
newBuilder(CertificateProvider prototype)
public static CertificateProvider.Builder newBuilder(CertificateProvider prototype)
public static CertificateProvider parseDelimitedFrom(InputStream input)
public static CertificateProvider parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CertificateProvider parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CertificateProvider parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CertificateProvider parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CertificateProvider parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CertificateProvider parseFrom(CodedInputStream input)
public static CertificateProvider parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CertificateProvider parseFrom(InputStream input)
public static CertificateProvider parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CertificateProvider parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CertificateProvider parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CertificateProvider> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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;
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()
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;
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;
getParserForType()
public Parser<CertificateProvider> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CertificateProvider.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CertificateProvider.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CertificateProvider.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides