Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::CreatePluginInstanceRequest.
The CreatePluginInstance method's request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
-
(::String) — Required. The parent of the plugin instance resource.
Format:
projects/{project}/locations/{location}/plugins/{plugin}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent of the plugin instance resource.
Format:
projects/{project}/locations/{location}/plugins/{plugin}
-
(::String) — Required. The parent of the plugin instance resource.
Format:
projects/{project}/locations/{location}/plugins/{plugin}
#plugin_instance
def plugin_instance() -> ::Google::Cloud::ApiHub::V1::PluginInstance
- (::Google::Cloud::ApiHub::V1::PluginInstance) — Required. The plugin instance to create.
#plugin_instance=
def plugin_instance=(value) -> ::Google::Cloud::ApiHub::V1::PluginInstance
- value (::Google::Cloud::ApiHub::V1::PluginInstance) — Required. The plugin instance to create.
- (::Google::Cloud::ApiHub::V1::PluginInstance) — Required. The plugin instance to create.
#plugin_instance_id
def plugin_instance_id() -> ::String
-
(::String) — 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]-_/.
#plugin_instance_id=
def plugin_instance_id=(value) -> ::String
-
value (::String) — 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]-_/.
-
(::String) — 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]-_/.