API hub v1 API - Class CreatePluginInstanceRequest (1.1.0)

public sealed class CreatePluginInstanceRequest : IMessage<CreatePluginInstanceRequest>, IEquatable<CreatePluginInstanceRequest>, IDeepCloneable<CreatePluginInstanceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class CreatePluginInstanceRequest.

The [CreatePluginInstance][google.cloud.apihub.v1.ApiHubPlugin.CreatePluginInstance] method's request.

Inheritance

object > CreatePluginInstanceRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

CreatePluginInstanceRequest()

public CreatePluginInstanceRequest()

CreatePluginInstanceRequest(CreatePluginInstanceRequest)

public CreatePluginInstanceRequest(CreatePluginInstanceRequest other)
Parameter
Name Description
other CreatePluginInstanceRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent of the plugin instance resource. Format: projects/{project}/locations/{location}/plugins/{plugin}

Property Value
Type Description
string

ParentAsPluginName

public PluginName ParentAsPluginName { get; set; }

PluginName-typed view over the Parent resource name property.

Property Value
Type Description
PluginName

PluginInstance

public PluginInstance PluginInstance { get; set; }

Required. The plugin instance to create.

Property Value
Type Description
PluginInstance

PluginInstanceId

public string PluginInstanceId { get; set; }

Optional. The ID to use for the plugin instance, which will become the final component of the plugin instance's resource name. This field is optional.

  • If provided, the same will be used. The service will throw an error if the specified id is already used by another plugin instance in the plugin resource.
  • If not provided, a system generated id will be used.

This value should be 4-63 characters, and valid characters are /[a-z][A-Z][0-9]-_/.

Property Value
Type Description
string