Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::CreateUserWorkloadsSecretRequest.
Create user workloads Secret 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 Secret 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 Secret for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
Returns
- (::String) — Required. The environment name to create a Secret for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
#user_workloads_secret
def user_workloads_secret() -> ::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret
Returns
- (::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret) — Required. User workloads Secret to create.
#user_workloads_secret=
def user_workloads_secret=(value) -> ::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret
Parameter
- value (::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret) — Required. User workloads Secret to create.
Returns
- (::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret) — Required. User workloads Secret to create.