Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class CertificateProviderInstance (0.12.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 0.12.0keyboard_arrow_down
public final class CertificateProviderInstance extends GeneratedMessageV3 implements CertificateProviderInstanceOrBuilder
Specification of a TLS certificate provider instance. Workloads may have one
or more CertificateProvider instances (plugins) and one of them is enabled
and configured by specifying this message. Workloads use the values from this
message to locate and load the CertificateProvider instance configuration.
Protobuf type google.cloud.networksecurity.v1.CertificateProviderInstance
Static Fields
PLUGIN_INSTANCE_FIELD_NUMBER
public static final int PLUGIN_INSTANCE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CertificateProviderInstance getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static CertificateProviderInstance . Builder newBuilder ()
Returns
newBuilder(CertificateProviderInstance prototype)
public static CertificateProviderInstance . Builder newBuilder ( CertificateProviderInstance prototype )
Parameter
Returns
public static CertificateProviderInstance parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static CertificateProviderInstance parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CertificateProviderInstance parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CertificateProviderInstance parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CertificateProviderInstance parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CertificateProviderInstance parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CertificateProviderInstance parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static CertificateProviderInstance parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CertificateProviderInstance parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static CertificateProviderInstance parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CertificateProviderInstance parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CertificateProviderInstance parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<CertificateProviderInstance> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public CertificateProviderInstance getDefaultInstanceForType ()
Returns
getParserForType()
public Parser<CertificateProviderInstance> getParserForType ()
Returns
Overrides
getPluginInstance()
public String getPluginInstance ()
Required. Plugin instance name, used to locate and load CertificateProvider instance
configuration. Set to "google_cloud_private_spiffe" to use Certificate
Authority Service certificate provider instance.
string plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The pluginInstance.
getPluginInstanceBytes()
public ByteString getPluginInstanceBytes ()
Required. Plugin instance name, used to locate and load CertificateProvider instance
configuration. Set to "google_cloud_private_spiffe" to use Certificate
Authority Service certificate provider instance.
string plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for pluginInstance.
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public CertificateProviderInstance . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CertificateProviderInstance . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public CertificateProviderInstance . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-07-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[],[]]