Reference documentation and code samples for the Apigee Registry V1 API class Google::Cloud::ApigeeRegistry::V1::CreateInstanceRequest.
Request message for CreateInstance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance
def instance() -> ::Google::Cloud::ApigeeRegistry::V1::Instance
Returns
- (::Google::Cloud::ApigeeRegistry::V1::Instance) — Required. The Instance.
#instance=
def instance=(value) -> ::Google::Cloud::ApigeeRegistry::V1::Instance
Parameter
- value (::Google::Cloud::ApigeeRegistry::V1::Instance) — Required. The Instance.
Returns
- (::Google::Cloud::ApigeeRegistry::V1::Instance) — Required. The Instance.
#instance_id
def instance_id() -> ::String
Returns
- (::String) — Required. Identifier to assign to the Instance. Must be unique within scope of the parent resource.
#instance_id=
def instance_id=(value) -> ::String
Parameter
- value (::String) — 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.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent resource of the Instance, of the form:
projects/*/locations/*
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent resource of the Instance, of the form:
projects/*/locations/*
Returns
-
(::String) — Required. Parent resource of the Instance, of the form:
projects/*/locations/*