Class: Google::Cloud::EssentialContacts::V1::ListContactsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::EssentialContacts::V1::ListContactsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/essentialcontacts/v1/service.rb
Overview
Request message for the ListContacts method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
75 76 77 78 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 75 class ListContactsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
75 76 77 78 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 75 class ListContactsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
75 76 77 78 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 75 class ListContactsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |