Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + const Default_ImagesCanvas_Color + const Default_ImagesGetUrlBaseRequest_CreateSecureUrl + const Default_InputSettings_ParseMetadata + const Default_Transform_AllowStretch + const Default_Transform_Autolevels + const Default_Transform_CropBottomY + const Default_Transform_CropLeftX + const Default_Transform_CropOffsetX + const Default_Transform_CropOffsetY + const Default_Transform_CropRightX + const Default_Transform_CropToFit + const Default_Transform_CropTopY + const Default_Transform_HorizontalFlip + const Default_Transform_Rotate + const Default_Transform_VerticalFlip + var CompositeImageOptions_ANCHOR_name = map[int32]string + var CompositeImageOptions_ANCHOR_value = map[string]int32 + var ImagesServiceError_ErrorCode_name = map[int32]string + var ImagesServiceError_ErrorCode_value = map[string]int32 + var ImagesServiceTransform_Type_name = map[int32]string + var ImagesServiceTransform_Type_value = map[string]int32 + var InputSettings_ORIENTATION_CORRECTION_TYPE_name = map[int32]string + var InputSettings_ORIENTATION_CORRECTION_TYPE_value = map[string]int32 + var OutputSettings_MIME_TYPE_name = map[int32]string + var OutputSettings_MIME_TYPE_value = map[string]int32 + type CompositeImageOptions struct + Anchor *CompositeImageOptions_ANCHOR + Opacity *float32 + SourceIndex *int32 + XOffset *int32 + XXX_unrecognized []byte + YOffset *int32 + func (*CompositeImageOptions) ProtoMessage() + func (m *CompositeImageOptions) GetAnchor() CompositeImageOptions_ANCHOR + func (m *CompositeImageOptions) GetOpacity() float32 + func (m *CompositeImageOptions) GetSourceIndex() int32 + func (m *CompositeImageOptions) GetXOffset() int32 + func (m *CompositeImageOptions) GetYOffset() int32 + func (m *CompositeImageOptions) Reset() + func (m *CompositeImageOptions) String() string + type CompositeImageOptions_ANCHOR int32 + const CompositeImageOptions_BOTTOM + const CompositeImageOptions_BOTTOM_LEFT + const CompositeImageOptions_BOTTOM_RIGHT + const CompositeImageOptions_CENTER + const CompositeImageOptions_LEFT + const CompositeImageOptions_RIGHT + const CompositeImageOptions_TOP + const CompositeImageOptions_TOP_LEFT + const CompositeImageOptions_TOP_RIGHT + func (x *CompositeImageOptions_ANCHOR) UnmarshalJSON(data []byte) error + func (x CompositeImageOptions_ANCHOR) Enum() *CompositeImageOptions_ANCHOR + func (x CompositeImageOptions_ANCHOR) String() string + type ImageData struct + BlobKey *string + Content []byte + Height *int32 + Width *int32 + XXX_unrecognized []byte + func (*ImageData) ProtoMessage() + func (m *ImageData) GetBlobKey() string + func (m *ImageData) GetContent() []byte + func (m *ImageData) GetHeight() int32 + func (m *ImageData) GetWidth() int32 + func (m *ImageData) Reset() + func (m *ImageData) String() string + type ImagesCanvas struct + Color *int32 + Height *int32 + Output *OutputSettings + Width *int32 + XXX_unrecognized []byte + func (*ImagesCanvas) ProtoMessage() + func (m *ImagesCanvas) GetColor() int32 + func (m *ImagesCanvas) GetHeight() int32 + func (m *ImagesCanvas) GetOutput() *OutputSettings + func (m *ImagesCanvas) GetWidth() int32 + func (m *ImagesCanvas) Reset() + func (m *ImagesCanvas) String() string + type ImagesCompositeRequest struct + Canvas *ImagesCanvas + Image []*ImageData + Options []*CompositeImageOptions + XXX_unrecognized []byte + func (*ImagesCompositeRequest) ProtoMessage() + func (m *ImagesCompositeRequest) GetCanvas() *ImagesCanvas + func (m *ImagesCompositeRequest) GetImage() []*ImageData + func (m *ImagesCompositeRequest) GetOptions() []*CompositeImageOptions + func (m *ImagesCompositeRequest) Reset() + func (m *ImagesCompositeRequest) String() string + type ImagesCompositeResponse struct + Image *ImageData + XXX_unrecognized []byte + func (*ImagesCompositeResponse) ProtoMessage() + func (m *ImagesCompositeResponse) GetImage() *ImageData + func (m *ImagesCompositeResponse) Reset() + func (m *ImagesCompositeResponse) String() string + type ImagesDeleteUrlBaseRequest struct + BlobKey *string + XXX_unrecognized []byte + func (*ImagesDeleteUrlBaseRequest) ProtoMessage() + func (m *ImagesDeleteUrlBaseRequest) GetBlobKey() string + func (m *ImagesDeleteUrlBaseRequest) Reset() + func (m *ImagesDeleteUrlBaseRequest) String() string + type ImagesDeleteUrlBaseResponse struct + XXX_unrecognized []byte + func (*ImagesDeleteUrlBaseResponse) ProtoMessage() + func (m *ImagesDeleteUrlBaseResponse) Reset() + func (m *ImagesDeleteUrlBaseResponse) String() string + type ImagesGetUrlBaseRequest struct + BlobKey *string + CreateSecureUrl *bool + XXX_unrecognized []byte + func (*ImagesGetUrlBaseRequest) ProtoMessage() + func (m *ImagesGetUrlBaseRequest) GetBlobKey() string + func (m *ImagesGetUrlBaseRequest) GetCreateSecureUrl() bool + func (m *ImagesGetUrlBaseRequest) Reset() + func (m *ImagesGetUrlBaseRequest) String() string + type ImagesGetUrlBaseResponse struct + Url *string + XXX_unrecognized []byte + func (*ImagesGetUrlBaseResponse) ProtoMessage() + func (m *ImagesGetUrlBaseResponse) GetUrl() string + func (m *ImagesGetUrlBaseResponse) Reset() + func (m *ImagesGetUrlBaseResponse) String() string + type ImagesHistogram struct + Blue []int32 + Green []int32 + Red []int32 + XXX_unrecognized []byte + func (*ImagesHistogram) ProtoMessage() + func (m *ImagesHistogram) GetBlue() []int32 + func (m *ImagesHistogram) GetGreen() []int32 + func (m *ImagesHistogram) GetRed() []int32 + func (m *ImagesHistogram) Reset() + func (m *ImagesHistogram) String() string + type ImagesHistogramRequest struct + Image *ImageData + XXX_unrecognized []byte + func (*ImagesHistogramRequest) ProtoMessage() + func (m *ImagesHistogramRequest) GetImage() *ImageData + func (m *ImagesHistogramRequest) Reset() + func (m *ImagesHistogramRequest) String() string + type ImagesHistogramResponse struct + Histogram *ImagesHistogram + XXX_unrecognized []byte + func (*ImagesHistogramResponse) ProtoMessage() + func (m *ImagesHistogramResponse) GetHistogram() *ImagesHistogram + func (m *ImagesHistogramResponse) Reset() + func (m *ImagesHistogramResponse) String() string + type ImagesServiceError struct + XXX_unrecognized []byte + func (*ImagesServiceError) ProtoMessage() + func (m *ImagesServiceError) Reset() + func (m *ImagesServiceError) String() string + type ImagesServiceError_ErrorCode int32 + const ImagesServiceError_ACCESS_DENIED + const ImagesServiceError_BAD_IMAGE_DATA + const ImagesServiceError_BAD_TRANSFORM_DATA + const ImagesServiceError_IMAGE_TOO_LARGE + const ImagesServiceError_INVALID_BLOB_KEY + const ImagesServiceError_NOT_IMAGE + const ImagesServiceError_OBJECT_NOT_FOUND + const ImagesServiceError_UNSPECIFIED_ERROR + func (x *ImagesServiceError_ErrorCode) UnmarshalJSON(data []byte) error + func (x ImagesServiceError_ErrorCode) Enum() *ImagesServiceError_ErrorCode + func (x ImagesServiceError_ErrorCode) String() string + type ImagesServiceTransform struct + XXX_unrecognized []byte + func (*ImagesServiceTransform) ProtoMessage() + func (m *ImagesServiceTransform) Reset() + func (m *ImagesServiceTransform) String() string + type ImagesServiceTransform_Type int32 + const ImagesServiceTransform_CROP + const ImagesServiceTransform_HORIZONTAL_FLIP + const ImagesServiceTransform_IM_FEELING_LUCKY + const ImagesServiceTransform_RESIZE + const ImagesServiceTransform_ROTATE + const ImagesServiceTransform_VERTICAL_FLIP + func (x *ImagesServiceTransform_Type) UnmarshalJSON(data []byte) error + func (x ImagesServiceTransform_Type) Enum() *ImagesServiceTransform_Type + func (x ImagesServiceTransform_Type) String() string + type ImagesTransformRequest struct + Image *ImageData + Input *InputSettings + Output *OutputSettings + Transform []*Transform + XXX_unrecognized []byte + func (*ImagesTransformRequest) ProtoMessage() + func (m *ImagesTransformRequest) GetImage() *ImageData + func (m *ImagesTransformRequest) GetInput() *InputSettings + func (m *ImagesTransformRequest) GetOutput() *OutputSettings + func (m *ImagesTransformRequest) GetTransform() []*Transform + func (m *ImagesTransformRequest) Reset() + func (m *ImagesTransformRequest) String() string + type ImagesTransformResponse struct + Image *ImageData + SourceMetadata *string + XXX_unrecognized []byte + func (*ImagesTransformResponse) ProtoMessage() + func (m *ImagesTransformResponse) GetImage() *ImageData + func (m *ImagesTransformResponse) GetSourceMetadata() string + func (m *ImagesTransformResponse) Reset() + func (m *ImagesTransformResponse) String() string + type InputSettings struct + CorrectExifOrientation *InputSettings_ORIENTATION_CORRECTION_TYPE + ParseMetadata *bool + TransparentSubstitutionRgb *int32 + XXX_unrecognized []byte + func (*InputSettings) ProtoMessage() + func (m *InputSettings) GetCorrectExifOrientation() InputSettings_ORIENTATION_CORRECTION_TYPE + func (m *InputSettings) GetParseMetadata() bool + func (m *InputSettings) GetTransparentSubstitutionRgb() int32 + func (m *InputSettings) Reset() + func (m *InputSettings) String() string + type InputSettings_ORIENTATION_CORRECTION_TYPE int32 + const Default_InputSettings_CorrectExifOrientation + const InputSettings_CORRECT_ORIENTATION + const InputSettings_UNCHANGED_ORIENTATION + func (x *InputSettings_ORIENTATION_CORRECTION_TYPE) UnmarshalJSON(data []byte) error + func (x InputSettings_ORIENTATION_CORRECTION_TYPE) Enum() *InputSettings_ORIENTATION_CORRECTION_TYPE + func (x InputSettings_ORIENTATION_CORRECTION_TYPE) String() string + type OutputSettings struct + MimeType *OutputSettings_MIME_TYPE + Quality *int32 + XXX_unrecognized []byte + func (*OutputSettings) ProtoMessage() + func (m *OutputSettings) GetMimeType() OutputSettings_MIME_TYPE + func (m *OutputSettings) GetQuality() int32 + func (m *OutputSettings) Reset() + func (m *OutputSettings) String() string + type OutputSettings_MIME_TYPE int32 + const Default_OutputSettings_MimeType + const OutputSettings_JPEG + const OutputSettings_PNG + const OutputSettings_WEBP + func (x *OutputSettings_MIME_TYPE) UnmarshalJSON(data []byte) error + func (x OutputSettings_MIME_TYPE) Enum() *OutputSettings_MIME_TYPE + func (x OutputSettings_MIME_TYPE) String() string + type Transform struct + AllowStretch *bool + Autolevels *bool + CropBottomY *float32 + CropLeftX *float32 + CropOffsetX *float32 + CropOffsetY *float32 + CropRightX *float32 + CropToFit *bool + CropTopY *float32 + Height *int32 + HorizontalFlip *bool + Rotate *int32 + VerticalFlip *bool + Width *int32 + XXX_unrecognized []byte + func (*Transform) ProtoMessage() + func (m *Transform) GetAllowStretch() bool + func (m *Transform) GetAutolevels() bool + func (m *Transform) GetCropBottomY() float32 + func (m *Transform) GetCropLeftX() float32 + func (m *Transform) GetCropOffsetX() float32 + func (m *Transform) GetCropOffsetY() float32 + func (m *Transform) GetCropRightX() float32 + func (m *Transform) GetCropToFit() bool + func (m *Transform) GetCropTopY() float32 + func (m *Transform) GetHeight() int32 + func (m *Transform) GetHorizontalFlip() bool + func (m *Transform) GetRotate() int32 + func (m *Transform) GetVerticalFlip() bool + func (m *Transform) GetWidth() int32 + func (m *Transform) Reset() + func (m *Transform) String() string