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

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

Delete user workloads Secret request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The Secret to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}".

Returns:

  • (::String)

    Required. The Secret to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}"



417
418
419
420
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 417

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