Class: Google::Cloud::Orchestration::Airflow::Service::V1::CreateUserWorkloadsSecretRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb

Overview

Create user workloads Secret request.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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}"



371
372
373
374
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 371

class CreateUserWorkloadsSecretRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_workloads_secret::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret

Returns Required. User workloads Secret to create.

Returns:



371
372
373
374
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 371

class CreateUserWorkloadsSecretRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end