Interface CertificateProviderInstanceOrBuilder (0.42.0)

public interface CertificateProviderInstanceOrBuilder extends MessageOrBuilder

Methods

getPluginInstance()

public abstract 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
TypeDescription
String

The pluginInstance.

getPluginInstanceBytes()

public abstract 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
TypeDescription
ByteString

The bytes for pluginInstance.