API hub V1 API - Class Google::Cloud::ApiHub::V1::CreatePluginRequest (v0.6.0)

Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::CreatePluginRequest.

The CreatePlugin method's request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource where this plugin will be created. Format: projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource where this plugin will be created. Format: projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The parent resource where this plugin will be created. Format: projects/{project}/locations/{location}.

#plugin

def plugin() -> ::Google::Cloud::ApiHub::V1::Plugin
Returns

#plugin=

def plugin=(value) -> ::Google::Cloud::ApiHub::V1::Plugin
Parameter
Returns

#plugin_id

def plugin_id() -> ::String
Returns
  • (::String) — Optional. The ID to use for the Plugin resource, which will become the final component of the Plugin'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 resource in the API hub instance.
    • If not provided, a system generated id will be used.

    This value should be 4-63 characters, overall resource name which will be of format projects/{project}/locations/{location}/plugins/{plugin}, its length is limited to 1000 characters and valid characters are /[a-z][A-Z][0-9]-_/.

#plugin_id=

def plugin_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The ID to use for the Plugin resource, which will become the final component of the Plugin'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 resource in the API hub instance.
    • If not provided, a system generated id will be used.

    This value should be 4-63 characters, overall resource name which will be of format projects/{project}/locations/{location}/plugins/{plugin}, its length is limited to 1000 characters and valid characters are /[a-z][A-Z][0-9]-_/.

Returns
  • (::String) — Optional. The ID to use for the Plugin resource, which will become the final component of the Plugin'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 resource in the API hub instance.
    • If not provided, a system generated id will be used.

    This value should be 4-63 characters, overall resource name which will be of format projects/{project}/locations/{location}/plugins/{plugin}, its length is limited to 1000 characters and valid characters are /[a-z][A-Z][0-9]-_/.