Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::CreateUserWorkloadsConfigMapRequest.
Create user workloads ConfigMap request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Required. The environment name to create a ConfigMap for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The environment name to create a ConfigMap for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
Returns
- (::String) — Required. The environment name to create a ConfigMap for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
#user_workloads_config_map
def user_workloads_config_map() -> ::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap
Returns
- (::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap) — Required. User workloads ConfigMap to create.
#user_workloads_config_map=
def user_workloads_config_map=(value) -> ::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap
Parameter
- value (::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap) — Required. User workloads ConfigMap to create.
Returns
- (::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap) — Required. User workloads ConfigMap to create.