Cloud Composer V1 API - Class Google::Cloud::Orchestration::Airflow::Service::V1::CreateUserWorkloadsSecretRequest (v0.11.0)

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

#user_workloads_secret=

def user_workloads_secret=(value) -> ::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret
Parameter
Returns