Class: Google::Cloud::ApigeeRegistry::V1::CreateInstanceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb

Overview

Request message for CreateInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#instance::Google::Cloud::ApigeeRegistry::V1::Instance

Returns Required. The Instance.

Returns:



35
36
37
38
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 35

class CreateInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instance_id::String

Returns Required. Identifier to assign to the Instance. Must be unique within scope of the parent resource.

Returns:

  • (::String)

    Required. Identifier to assign to the Instance. Must be unique within scope of the parent resource.



35
36
37
38
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 35

class CreateInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Parent resource of the Instance, of the form: projects/*/locations/*.

Returns:

  • (::String)

    Required. Parent resource of the Instance, of the form: projects/*/locations/*



35
36
37
38
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 35

class CreateInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end