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.SubscriptionRecord Class Reference
Inheritance diagram for google.appengine.api.prospective_search.prospective_search_pb.SubscriptionRecord:

Public Member Functions

def State_Name
 
def __init__
 
def id
 
def set_id
 
def clear_id
 
def has_id
 
def vanilla_query
 
def set_vanilla_query
 
def clear_vanilla_query
 
def has_vanilla_query
 
def expiration_time_sec
 
def set_expiration_time_sec
 
def clear_expiration_time_sec
 
def has_expiration_time_sec
 
def state
 
def set_state
 
def clear_state
 
def has_state
 
def error_message
 
def set_error_message
 
def clear_error_message
 
def has_error_message
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 has_id_
 
 id_
 
 has_vanilla_query_
 
 vanilla_query_
 
 has_expiration_time_sec_
 
 expiration_time_sec_
 
 has_state_
 
 state_
 
 has_error_message_
 
 error_message_
 

Static Public Attributes

int OK = 0
 
int PENDING = 1
 
int ERROR = 2
 
tuple State_Name = classmethod(State_Name)
 
int has_id_ = 0
 
string id_ = ""
 
int has_vanilla_query_ = 0
 
string vanilla_query_ = ""
 
int has_expiration_time_sec_ = 0
 
float expiration_time_sec_ = 0.0
 
int has_state_ = 0
 
int state_ = 0
 
int has_error_message_ = 0
 
string error_message_ = ""
 
int kid = 1
 
int kvanilla_query = 2
 
int kexpiration_time_sec = 3
 
int kstate = 4
 
int kerror_message = 5
 

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