Class: Google::Cloud::Orchestration::Airflow::Service::V1::UpdateUserWorkloadsSecretRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::UpdateUserWorkloadsSecretRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Update user workloads Secret request.
Instance Attribute Summary collapse
-
#user_workloads_secret ⇒ ::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret
Optional.
Instance Attribute Details
#user_workloads_secret ⇒ ::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret
Returns Optional. User workloads Secret to override.
407 408 409 410 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 407 class UpdateUserWorkloadsSecretRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |