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.images.images_service_pb.ImageData Class Reference
Inheritance diagram for google.appengine.api.images.images_service_pb.ImageData:

Public Member Functions

def __init__
 
def content
 
def set_content
 
def clear_content
 
def has_content
 
def blob_key
 
def set_blob_key
 
def clear_blob_key
 
def has_blob_key
 
def width
 
def set_width
 
def clear_width
 
def has_width
 
def height
 
def set_height
 
def clear_height
 
def has_height
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 has_content_
 
 content_
 
 has_blob_key_
 
 blob_key_
 
 has_width_
 
 width_
 
 has_height_
 
 height_
 

Static Public Attributes

int has_content_ = 0
 
string content_ = ""
 
int has_blob_key_ = 0
 
string blob_key_ = ""
 
int has_width_ = 0
 
int width_ = 0
 
int has_height_ = 0
 
int height_ = 0
 
int kcontent = 1
 
int kblob_key = 2
 
int kwidth = 3
 
int kheight = 4
 

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