Class: Google::Cloud::EssentialContacts::V1::ComputeContactsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::EssentialContacts::V1::ComputeContactsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/essentialcontacts/v1/service.rb
Overview
Response message for the ComputeContacts method.
Instance Attribute Summary collapse
-
#contacts ⇒ ::Array<::Google::Cloud::EssentialContacts::V1::Contact>
All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.
-
#next_page_token ⇒ ::String
If there are more results than those appearing in this response, then
next_page_token
is included.
Instance Attribute Details
#contacts ⇒ ::Array<::Google::Cloud::EssentialContacts::V1::Contact>
Returns All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.
189 190 191 192 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 189 class ComputeContactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns If there are more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this
method again using the value of next_page_token
as page_token
and the
rest of the parameters the same as the original request.
189 190 191 192 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 189 class ComputeContactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |