Class: Google::Gax::PageDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Google::Gax::PageDescriptor
- Defined in:
- lib/google/gax/settings.rb
Overview
Describes the structure of a page-streaming call.
Instance Attribute Summary collapse
-
#request_page_token_field ⇒ Object
Returns the value of attribute request_page_token_field.
-
#resource_field ⇒ Object
Returns the value of attribute resource_field.
-
#response_page_token_field ⇒ Object
Returns the value of attribute response_page_token_field.
Instance Attribute Details
#request_page_token_field ⇒ Object
Returns the value of attribute request_page_token_field
185 186 187 |
# File 'lib/google/gax/settings.rb', line 185 def request_page_token_field @request_page_token_field end |
#resource_field ⇒ Object
Returns the value of attribute resource_field
185 186 187 |
# File 'lib/google/gax/settings.rb', line 185 def resource_field @resource_field end |
#response_page_token_field ⇒ Object
Returns the value of attribute response_page_token_field
185 186 187 |
# File 'lib/google/gax/settings.rb', line 185 def response_page_token_field @response_page_token_field end |