Class: Google::Gax::PageDescriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/google/gax/settings.rb

Overview

Describes the structure of a page-streaming call.

Instance Attribute Summary collapse

Instance Attribute Details

#request_page_token_fieldObject

Returns the value of attribute request_page_token_field

Returns:

  • (Object)

    the current value of 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_fieldObject

Returns the value of attribute resource_field

Returns:

  • (Object)

    the current value of resource_field



185
186
187
# File 'lib/google/gax/settings.rb', line 185

def resource_field
  @resource_field
end

#response_page_token_fieldObject

Returns the value of attribute response_page_token_field

Returns:

  • (Object)

    the current value of 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