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
-
(::String) — Required. The parent resource where this plugin will be created.
Format:
projects/{project}/locations/{location}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource where this plugin will be created.
Format:
projects/{project}/locations/{location}
.
-
(::String) — Required. The parent resource where this plugin will be created.
Format:
projects/{project}/locations/{location}
.
#plugin
def plugin() -> ::Google::Cloud::ApiHub::V1::Plugin
- (::Google::Cloud::ApiHub::V1::Plugin) — Required. The plugin to create.
#plugin=
def plugin=(value) -> ::Google::Cloud::ApiHub::V1::Plugin
- value (::Google::Cloud::ApiHub::V1::Plugin) — Required. The plugin to create.
- (::Google::Cloud::ApiHub::V1::Plugin) — Required. The plugin to create.
#plugin_id
def plugin_id() -> ::String
-
(::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
-
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]-_/.
-
(::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]-_/.