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
DeployPolicyobjects. -
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#deploy_policies ⇒ ::Array<::Google::Cloud::Deploy::V1::DeployPolicy>
2209 2210 2211 2212 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2209 class ListDeployPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
2209 2210 2211 2212 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2209 class ListDeployPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
2209 2210 2211 2212 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2209 class ListDeployPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |