public interface CertificateProviderInstanceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for pluginInstance. |