Class: Google::Cloud::Deploy::V1::ListDeployPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListDeployPoliciesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The response object from ListDeployPolicies
.
Instance Attribute Summary collapse
-
#deploy_policies ⇒ ::Array<::Google::Cloud::Deploy::V1::DeployPolicy>
The
DeployPolicy
objects. -
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#deploy_policies ⇒ ::Array<::Google::Cloud::Deploy::V1::DeployPolicy>
Returns The DeployPolicy
objects.
2240 2241 2242 2243 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2240 class ListDeployPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
2240 2241 2242 2243 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2240 class ListDeployPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
2240 2241 2242 2243 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2240 class ListDeployPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |