Class: Google::Cloud::Deploy::V1::ListDeployPoliciesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

The request object for ListDeployPolicies.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filter deploy policies to be returned. See https://google.aip.dev/160 for more details. All fields can be used in the filter.

Returns:

  • (::String)

    Filter deploy policies to be returned. See https://google.aip.dev/160 for more details. All fields can be used in the filter.



2224
2225
2226
2227
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2224

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

#order_by::String

Returns Field to sort by. See https://google.aip.dev/132#ordering for more details.

Returns:



2224
2225
2226
2227
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2224

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

#page_size::Integer

Returns The maximum number of deploy policies to return. The service may return fewer than this value. If unspecified, at most 50 deploy policies will be returned. The maximum value is 1000; values above 1000 will be set to 1000.

Returns:

  • (::Integer)

    The maximum number of deploy policies to return. The service may return fewer than this value. If unspecified, at most 50 deploy policies will be returned. The maximum value is 1000; values above 1000 will be set to 1000.



2224
2225
2226
2227
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2224

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

#page_token::String

Returns A page token, received from a previous ListDeployPolicies call. Provide this to retrieve the subsequent page.

When paginating, all other provided parameters match the call that provided the page token.

Returns:

  • (::String)

    A page token, received from a previous ListDeployPolicies call. Provide this to retrieve the subsequent page.

    When paginating, all other provided parameters match the call that provided the page token.



2224
2225
2226
2227
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2224

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

#parent::String

Returns Required. The parent, which owns this collection of deploy policies. Format must be projects/{project_id}/locations/{location_name}.

Returns:

  • (::String)

    Required. The parent, which owns this collection of deploy policies. Format must be projects/{project_id}/locations/{location_name}.



2224
2225
2226
2227
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2224

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