Class: Google::Cloud::EssentialContacts::V1::ListContactsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#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.

Returns:

  • (::Integer)

    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.



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

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.

Returns:

  • (::String)

    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.



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

Returns Required. The parent resource name. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}.

Returns:

  • (::String)

    Required. The parent resource name. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}



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