Reference documentation and code samples for the Google Cloud Api Hub V1 Client class HostingService.
The information related to the service implemented by the plugin developer, used to invoke the plugin's functionality.
Generated from protobuf message google.cloud.apihub.v1.Plugin.HostingService
Namespace
Google \ Cloud \ ApiHub \ V1 \ PluginMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service_uri |
string
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. |
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.
Returns | |
---|---|
Type | Description |
string |
setServiceUri
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |