App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
google.appengine.api.prospective_search.prospective_search_pb.ListSubscriptionsRequest Class Reference
Inheritance diagram for google.appengine.api.prospective_search.prospective_search_pb.ListSubscriptionsRequest:

Public Member Functions

def __init__
 
def topic
 
def set_topic
 
def clear_topic
 
def has_topic
 
def max_results
 
def set_max_results
 
def clear_max_results
 
def has_max_results
 
def expires_before
 
def set_expires_before
 
def clear_expires_before
 
def has_expires_before
 
def subscription_id_start
 
def set_subscription_id_start
 
def clear_subscription_id_start
 
def has_subscription_id_start
 
def app_id
 
def set_app_id
 
def clear_app_id
 
def has_app_id
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 has_topic_
 
 topic_
 
 has_max_results_
 
 max_results_
 
 has_expires_before_
 
 expires_before_
 
 has_subscription_id_start_
 
 subscription_id_start_
 
 has_app_id_
 
 app_id_
 

Static Public Attributes

int has_topic_ = 0
 
string topic_ = ""
 
int has_max_results_ = 0
 
int max_results_ = 1000
 
int has_expires_before_ = 0
 
int expires_before_ = 0
 
int has_subscription_id_start_ = 0
 
string subscription_id_start_ = ""
 
int has_app_id_ = 0
 
string app_id_ = ""
 
int ktopic = 1
 
int kmax_results = 2
 
int kexpires_before = 3
 
int ksubscription_id_start = 4
 
int kapp_id = 5
 

The documentation for this class was generated from the following file: