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

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

The user workloads Secrets for a given environment.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns The page token used to query for the next page if one exists.

Returns:

  • (::String)

    The page token used to query for the next page if one exists.



514
515
516
517
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 514

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

#user_workloads_secrets::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret>

Returns The list of Secrets returned by a ListUserWorkloadsSecretsRequest.

Returns:



514
515
516
517
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 514

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