Class: Google::Cloud::Dataplex::V1::CreateEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::CreateEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
Create environment request.
Instance Attribute Summary collapse
-
#environment ⇒ ::Google::Cloud::Dataplex::V1::Environment
Required.
-
#environment_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#environment ⇒ ::Google::Cloud::Dataplex::V1::Environment
Returns Required. Environment resource.
673 674 675 676 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 673 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment_id ⇒ ::String
Returns Required. Environment identifier.
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the lake.
673 674 675 676 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 673 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the parent lake:
projects/{project_id}/locations/{location_id}/lakes/{lake_id}
.
673 674 675 676 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 673 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. Only validate the request, but do not perform mutations. The default is false.
673 674 675 676 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 673 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |