API hub v1 API - Class Plugin.Types.HostingService (1.1.0)

public sealed class Plugin.Types.HostingService : IMessage<Plugin.Types.HostingService>, IEquatable<Plugin.Types.HostingService>, IDeepCloneable<Plugin.Types.HostingService>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class Plugin.Types.HostingService.

The information related to the service implemented by the plugin developer, used to invoke the plugin's functionality.

Inheritance

object > Plugin.Types.HostingService

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

HostingService()

public HostingService()

HostingService(HostingService)

public HostingService(Plugin.Types.HostingService other)
Parameter
Name Description
other PluginTypesHostingService

Properties

ServiceUri

public string ServiceUri { get; set; }

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.

Property Value
Type Description
string