public static interface Plugin.HostingServiceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getServiceUri()
public abstract String getServiceUri()
Optional. The URI of the service implemented by the plugin developer, used to invoke the plugin's functionality. This information is only required for user defined plugins.
string service_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The serviceUri. |
getServiceUriBytes()
public abstract ByteString getServiceUriBytes()
Optional. The URI of the service implemented by the plugin developer, used to invoke the plugin's functionality. This information is only required for user defined plugins.
string service_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serviceUri. |