Class: Google::Cloud::Orchestration::Airflow::Service::V1::ListUserWorkloadsSecretsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::ListUserWorkloadsSecretsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
List user workloads Secrets request.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of Secrets to return.
398 399 400 401 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 398 class ListUserWorkloadsSecretsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The next_page_token value returned from a previous List request, if any.
398 399 400 401 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 398 class ListUserWorkloadsSecretsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. List Secrets in the given environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
398 399 400 401 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 398 class ListUserWorkloadsSecretsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |