Send feedback
Class ValidationCA (0.36.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.36.0 keyboard_arrow_down
public final class ValidationCA extends GeneratedMessageV3 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.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 ValidationCA getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ValidationCA . Builder newBuilder ()
newBuilder(ValidationCA prototype)
public static ValidationCA . Builder newBuilder ( ValidationCA prototype )
public static ValidationCA parseDelimitedFrom ( InputStream input )
public static ValidationCA parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ValidationCA parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ValidationCA parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ValidationCA parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ValidationCA parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ValidationCA parseFrom ( CodedInputStream input )
public static ValidationCA parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ValidationCA parseFrom ( InputStream input )
public static ValidationCA parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ValidationCA parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ValidationCA parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ValidationCA> 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.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 ()
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;
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;
getParserForType()
public Parser<ValidationCA> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
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.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ValidationCA . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ValidationCA . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ValidationCA . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]