Class: Google::Cloud::EssentialContacts::V1::ComputeContactsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::EssentialContacts::V1::ComputeContactsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/essentialcontacts/v1/service.rb
Overview
Request message for the ComputeContacts method.
Instance Attribute Summary collapse
-
#notification_categories ⇒ ::Array<::Google::Cloud::EssentialContacts::V1::NotificationCategory>
The categories of notifications to compute contacts for.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#notification_categories ⇒ ::Array<::Google::Cloud::EssentialContacts::V1::NotificationCategory>
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
172 173 174 175 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 172 class ComputeContactsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of results to return from this request.
Non-positive values are ignored. The presence of next_page_token
in the
response indicates that more results might be available.
If not specified, the default page_size is 100.
172 173 174 175 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 172 class ComputeContactsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. If present, retrieves the next batch of results from the
preceding call to this method. page_token
must be the value of
next_page_token
from the previous response. The values of other method
parameters should be identical to those in the previous call.
172 173 174 175 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 172 class ComputeContactsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the resource to compute contacts for. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}.
172 173 174 175 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 172 class ComputeContactsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |