Bumping k8s dependencies to 1.13
This commit is contained in:
726
vendor/google.golang.org/appengine/internal/image/images_service.pb.go
generated
vendored
726
vendor/google.golang.org/appengine/internal/image/images_service.pb.go
generated
vendored
@@ -1,33 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google.golang.org/appengine/internal/image/images_service.proto
|
||||
|
||||
/*
|
||||
Package image is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
google.golang.org/appengine/internal/image/images_service.proto
|
||||
|
||||
It has these top-level messages:
|
||||
ImagesServiceError
|
||||
ImagesServiceTransform
|
||||
Transform
|
||||
ImageData
|
||||
InputSettings
|
||||
OutputSettings
|
||||
ImagesTransformRequest
|
||||
ImagesTransformResponse
|
||||
CompositeImageOptions
|
||||
ImagesCanvas
|
||||
ImagesCompositeRequest
|
||||
ImagesCompositeResponse
|
||||
ImagesHistogramRequest
|
||||
ImagesHistogram
|
||||
ImagesHistogramResponse
|
||||
ImagesGetUrlBaseRequest
|
||||
ImagesGetUrlBaseResponse
|
||||
ImagesDeleteUrlBaseRequest
|
||||
ImagesDeleteUrlBaseResponse
|
||||
*/
|
||||
package image
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
@@ -96,7 +69,7 @@ func (x *ImagesServiceError_ErrorCode) UnmarshalJSON(data []byte) error {
|
||||
return nil
|
||||
}
|
||||
func (ImagesServiceError_ErrorCode) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor0, []int{0, 0}
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{0, 0}
|
||||
}
|
||||
|
||||
type ImagesServiceTransform_Type int32
|
||||
@@ -144,7 +117,7 @@ func (x *ImagesServiceTransform_Type) UnmarshalJSON(data []byte) error {
|
||||
return nil
|
||||
}
|
||||
func (ImagesServiceTransform_Type) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor0, []int{1, 0}
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{1, 0}
|
||||
}
|
||||
|
||||
type InputSettings_ORIENTATION_CORRECTION_TYPE int32
|
||||
@@ -180,7 +153,7 @@ func (x *InputSettings_ORIENTATION_CORRECTION_TYPE) UnmarshalJSON(data []byte) e
|
||||
return nil
|
||||
}
|
||||
func (InputSettings_ORIENTATION_CORRECTION_TYPE) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor0, []int{4, 0}
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{4, 0}
|
||||
}
|
||||
|
||||
type OutputSettings_MIME_TYPE int32
|
||||
@@ -218,7 +191,9 @@ func (x *OutputSettings_MIME_TYPE) UnmarshalJSON(data []byte) error {
|
||||
*x = OutputSettings_MIME_TYPE(value)
|
||||
return nil
|
||||
}
|
||||
func (OutputSettings_MIME_TYPE) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{5, 0} }
|
||||
func (OutputSettings_MIME_TYPE) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{5, 0}
|
||||
}
|
||||
|
||||
type CompositeImageOptions_ANCHOR int32
|
||||
|
||||
@@ -274,49 +249,112 @@ func (x *CompositeImageOptions_ANCHOR) UnmarshalJSON(data []byte) error {
|
||||
return nil
|
||||
}
|
||||
func (CompositeImageOptions_ANCHOR) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor0, []int{8, 0}
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{8, 0}
|
||||
}
|
||||
|
||||
type ImagesServiceError struct {
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesServiceError) Reset() { *m = ImagesServiceError{} }
|
||||
func (m *ImagesServiceError) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesServiceError) ProtoMessage() {}
|
||||
func (*ImagesServiceError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
func (m *ImagesServiceError) Reset() { *m = ImagesServiceError{} }
|
||||
func (m *ImagesServiceError) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesServiceError) ProtoMessage() {}
|
||||
func (*ImagesServiceError) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{0}
|
||||
}
|
||||
func (m *ImagesServiceError) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesServiceError.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesServiceError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesServiceError.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesServiceError) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesServiceError.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesServiceError) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesServiceError.Size(m)
|
||||
}
|
||||
func (m *ImagesServiceError) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesServiceError.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesServiceError proto.InternalMessageInfo
|
||||
|
||||
type ImagesServiceTransform struct {
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesServiceTransform) Reset() { *m = ImagesServiceTransform{} }
|
||||
func (m *ImagesServiceTransform) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesServiceTransform) ProtoMessage() {}
|
||||
func (*ImagesServiceTransform) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
||||
func (m *ImagesServiceTransform) Reset() { *m = ImagesServiceTransform{} }
|
||||
func (m *ImagesServiceTransform) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesServiceTransform) ProtoMessage() {}
|
||||
func (*ImagesServiceTransform) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{1}
|
||||
}
|
||||
func (m *ImagesServiceTransform) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesServiceTransform.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesServiceTransform) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesServiceTransform.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesServiceTransform) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesServiceTransform.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesServiceTransform) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesServiceTransform.Size(m)
|
||||
}
|
||||
func (m *ImagesServiceTransform) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesServiceTransform.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesServiceTransform proto.InternalMessageInfo
|
||||
|
||||
type Transform struct {
|
||||
Width *int32 `protobuf:"varint,1,opt,name=width" json:"width,omitempty"`
|
||||
Height *int32 `protobuf:"varint,2,opt,name=height" json:"height,omitempty"`
|
||||
CropToFit *bool `protobuf:"varint,11,opt,name=crop_to_fit,json=cropToFit,def=0" json:"crop_to_fit,omitempty"`
|
||||
CropOffsetX *float32 `protobuf:"fixed32,12,opt,name=crop_offset_x,json=cropOffsetX,def=0.5" json:"crop_offset_x,omitempty"`
|
||||
CropOffsetY *float32 `protobuf:"fixed32,13,opt,name=crop_offset_y,json=cropOffsetY,def=0.5" json:"crop_offset_y,omitempty"`
|
||||
Rotate *int32 `protobuf:"varint,3,opt,name=rotate,def=0" json:"rotate,omitempty"`
|
||||
HorizontalFlip *bool `protobuf:"varint,4,opt,name=horizontal_flip,json=horizontalFlip,def=0" json:"horizontal_flip,omitempty"`
|
||||
VerticalFlip *bool `protobuf:"varint,5,opt,name=vertical_flip,json=verticalFlip,def=0" json:"vertical_flip,omitempty"`
|
||||
CropLeftX *float32 `protobuf:"fixed32,6,opt,name=crop_left_x,json=cropLeftX,def=0" json:"crop_left_x,omitempty"`
|
||||
CropTopY *float32 `protobuf:"fixed32,7,opt,name=crop_top_y,json=cropTopY,def=0" json:"crop_top_y,omitempty"`
|
||||
CropRightX *float32 `protobuf:"fixed32,8,opt,name=crop_right_x,json=cropRightX,def=1" json:"crop_right_x,omitempty"`
|
||||
CropBottomY *float32 `protobuf:"fixed32,9,opt,name=crop_bottom_y,json=cropBottomY,def=1" json:"crop_bottom_y,omitempty"`
|
||||
Autolevels *bool `protobuf:"varint,10,opt,name=autolevels,def=0" json:"autolevels,omitempty"`
|
||||
AllowStretch *bool `protobuf:"varint,14,opt,name=allow_stretch,json=allowStretch,def=0" json:"allow_stretch,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Width *int32 `protobuf:"varint,1,opt,name=width" json:"width,omitempty"`
|
||||
Height *int32 `protobuf:"varint,2,opt,name=height" json:"height,omitempty"`
|
||||
CropToFit *bool `protobuf:"varint,11,opt,name=crop_to_fit,json=cropToFit,def=0" json:"crop_to_fit,omitempty"`
|
||||
CropOffsetX *float32 `protobuf:"fixed32,12,opt,name=crop_offset_x,json=cropOffsetX,def=0.5" json:"crop_offset_x,omitempty"`
|
||||
CropOffsetY *float32 `protobuf:"fixed32,13,opt,name=crop_offset_y,json=cropOffsetY,def=0.5" json:"crop_offset_y,omitempty"`
|
||||
Rotate *int32 `protobuf:"varint,3,opt,name=rotate,def=0" json:"rotate,omitempty"`
|
||||
HorizontalFlip *bool `protobuf:"varint,4,opt,name=horizontal_flip,json=horizontalFlip,def=0" json:"horizontal_flip,omitempty"`
|
||||
VerticalFlip *bool `protobuf:"varint,5,opt,name=vertical_flip,json=verticalFlip,def=0" json:"vertical_flip,omitempty"`
|
||||
CropLeftX *float32 `protobuf:"fixed32,6,opt,name=crop_left_x,json=cropLeftX,def=0" json:"crop_left_x,omitempty"`
|
||||
CropTopY *float32 `protobuf:"fixed32,7,opt,name=crop_top_y,json=cropTopY,def=0" json:"crop_top_y,omitempty"`
|
||||
CropRightX *float32 `protobuf:"fixed32,8,opt,name=crop_right_x,json=cropRightX,def=1" json:"crop_right_x,omitempty"`
|
||||
CropBottomY *float32 `protobuf:"fixed32,9,opt,name=crop_bottom_y,json=cropBottomY,def=1" json:"crop_bottom_y,omitempty"`
|
||||
Autolevels *bool `protobuf:"varint,10,opt,name=autolevels,def=0" json:"autolevels,omitempty"`
|
||||
AllowStretch *bool `protobuf:"varint,14,opt,name=allow_stretch,json=allowStretch,def=0" json:"allow_stretch,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Transform) Reset() { *m = Transform{} }
|
||||
func (m *Transform) String() string { return proto.CompactTextString(m) }
|
||||
func (*Transform) ProtoMessage() {}
|
||||
func (*Transform) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
||||
func (m *Transform) Reset() { *m = Transform{} }
|
||||
func (m *Transform) String() string { return proto.CompactTextString(m) }
|
||||
func (*Transform) ProtoMessage() {}
|
||||
func (*Transform) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{2}
|
||||
}
|
||||
func (m *Transform) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Transform.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Transform) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Transform.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *Transform) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Transform.Merge(dst, src)
|
||||
}
|
||||
func (m *Transform) XXX_Size() int {
|
||||
return xxx_messageInfo_Transform.Size(m)
|
||||
}
|
||||
func (m *Transform) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Transform.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Transform proto.InternalMessageInfo
|
||||
|
||||
const Default_Transform_CropToFit bool = false
|
||||
const Default_Transform_CropOffsetX float32 = 0.5
|
||||
@@ -430,17 +468,38 @@ func (m *Transform) GetAllowStretch() bool {
|
||||
}
|
||||
|
||||
type ImageData struct {
|
||||
Content []byte `protobuf:"bytes,1,req,name=content" json:"content,omitempty"`
|
||||
BlobKey *string `protobuf:"bytes,2,opt,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
Width *int32 `protobuf:"varint,3,opt,name=width" json:"width,omitempty"`
|
||||
Height *int32 `protobuf:"varint,4,opt,name=height" json:"height,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Content []byte `protobuf:"bytes,1,req,name=content" json:"content,omitempty"`
|
||||
BlobKey *string `protobuf:"bytes,2,opt,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
Width *int32 `protobuf:"varint,3,opt,name=width" json:"width,omitempty"`
|
||||
Height *int32 `protobuf:"varint,4,opt,name=height" json:"height,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImageData) Reset() { *m = ImageData{} }
|
||||
func (m *ImageData) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImageData) ProtoMessage() {}
|
||||
func (*ImageData) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
||||
func (m *ImageData) Reset() { *m = ImageData{} }
|
||||
func (m *ImageData) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImageData) ProtoMessage() {}
|
||||
func (*ImageData) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{3}
|
||||
}
|
||||
func (m *ImageData) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImageData.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImageData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImageData.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImageData) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImageData.Merge(dst, src)
|
||||
}
|
||||
func (m *ImageData) XXX_Size() int {
|
||||
return xxx_messageInfo_ImageData.Size(m)
|
||||
}
|
||||
func (m *ImageData) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImageData.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImageData proto.InternalMessageInfo
|
||||
|
||||
func (m *ImageData) GetContent() []byte {
|
||||
if m != nil {
|
||||
@@ -474,13 +533,34 @@ type InputSettings struct {
|
||||
CorrectExifOrientation *InputSettings_ORIENTATION_CORRECTION_TYPE `protobuf:"varint,1,opt,name=correct_exif_orientation,json=correctExifOrientation,enum=appengine.InputSettings_ORIENTATION_CORRECTION_TYPE,def=0" json:"correct_exif_orientation,omitempty"`
|
||||
ParseMetadata *bool `protobuf:"varint,2,opt,name=parse_metadata,json=parseMetadata,def=0" json:"parse_metadata,omitempty"`
|
||||
TransparentSubstitutionRgb *int32 `protobuf:"varint,3,opt,name=transparent_substitution_rgb,json=transparentSubstitutionRgb" json:"transparent_substitution_rgb,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *InputSettings) Reset() { *m = InputSettings{} }
|
||||
func (m *InputSettings) String() string { return proto.CompactTextString(m) }
|
||||
func (*InputSettings) ProtoMessage() {}
|
||||
func (*InputSettings) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
|
||||
func (m *InputSettings) Reset() { *m = InputSettings{} }
|
||||
func (m *InputSettings) String() string { return proto.CompactTextString(m) }
|
||||
func (*InputSettings) ProtoMessage() {}
|
||||
func (*InputSettings) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{4}
|
||||
}
|
||||
func (m *InputSettings) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_InputSettings.Unmarshal(m, b)
|
||||
}
|
||||
func (m *InputSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_InputSettings.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *InputSettings) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_InputSettings.Merge(dst, src)
|
||||
}
|
||||
func (m *InputSettings) XXX_Size() int {
|
||||
return xxx_messageInfo_InputSettings.Size(m)
|
||||
}
|
||||
func (m *InputSettings) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_InputSettings.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_InputSettings proto.InternalMessageInfo
|
||||
|
||||
const Default_InputSettings_CorrectExifOrientation InputSettings_ORIENTATION_CORRECTION_TYPE = InputSettings_UNCHANGED_ORIENTATION
|
||||
const Default_InputSettings_ParseMetadata bool = false
|
||||
@@ -507,15 +587,36 @@ func (m *InputSettings) GetTransparentSubstitutionRgb() int32 {
|
||||
}
|
||||
|
||||
type OutputSettings struct {
|
||||
MimeType *OutputSettings_MIME_TYPE `protobuf:"varint,1,opt,name=mime_type,json=mimeType,enum=appengine.OutputSettings_MIME_TYPE,def=0" json:"mime_type,omitempty"`
|
||||
Quality *int32 `protobuf:"varint,2,opt,name=quality" json:"quality,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
MimeType *OutputSettings_MIME_TYPE `protobuf:"varint,1,opt,name=mime_type,json=mimeType,enum=appengine.OutputSettings_MIME_TYPE,def=0" json:"mime_type,omitempty"`
|
||||
Quality *int32 `protobuf:"varint,2,opt,name=quality" json:"quality,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *OutputSettings) Reset() { *m = OutputSettings{} }
|
||||
func (m *OutputSettings) String() string { return proto.CompactTextString(m) }
|
||||
func (*OutputSettings) ProtoMessage() {}
|
||||
func (*OutputSettings) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
|
||||
func (m *OutputSettings) Reset() { *m = OutputSettings{} }
|
||||
func (m *OutputSettings) String() string { return proto.CompactTextString(m) }
|
||||
func (*OutputSettings) ProtoMessage() {}
|
||||
func (*OutputSettings) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{5}
|
||||
}
|
||||
func (m *OutputSettings) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_OutputSettings.Unmarshal(m, b)
|
||||
}
|
||||
func (m *OutputSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_OutputSettings.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *OutputSettings) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_OutputSettings.Merge(dst, src)
|
||||
}
|
||||
func (m *OutputSettings) XXX_Size() int {
|
||||
return xxx_messageInfo_OutputSettings.Size(m)
|
||||
}
|
||||
func (m *OutputSettings) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_OutputSettings.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_OutputSettings proto.InternalMessageInfo
|
||||
|
||||
const Default_OutputSettings_MimeType OutputSettings_MIME_TYPE = OutputSettings_PNG
|
||||
|
||||
@@ -534,17 +635,38 @@ func (m *OutputSettings) GetQuality() int32 {
|
||||
}
|
||||
|
||||
type ImagesTransformRequest struct {
|
||||
Image *ImageData `protobuf:"bytes,1,req,name=image" json:"image,omitempty"`
|
||||
Transform []*Transform `protobuf:"bytes,2,rep,name=transform" json:"transform,omitempty"`
|
||||
Output *OutputSettings `protobuf:"bytes,3,req,name=output" json:"output,omitempty"`
|
||||
Input *InputSettings `protobuf:"bytes,4,opt,name=input" json:"input,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Image *ImageData `protobuf:"bytes,1,req,name=image" json:"image,omitempty"`
|
||||
Transform []*Transform `protobuf:"bytes,2,rep,name=transform" json:"transform,omitempty"`
|
||||
Output *OutputSettings `protobuf:"bytes,3,req,name=output" json:"output,omitempty"`
|
||||
Input *InputSettings `protobuf:"bytes,4,opt,name=input" json:"input,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesTransformRequest) Reset() { *m = ImagesTransformRequest{} }
|
||||
func (m *ImagesTransformRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesTransformRequest) ProtoMessage() {}
|
||||
func (*ImagesTransformRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} }
|
||||
func (m *ImagesTransformRequest) Reset() { *m = ImagesTransformRequest{} }
|
||||
func (m *ImagesTransformRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesTransformRequest) ProtoMessage() {}
|
||||
func (*ImagesTransformRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{6}
|
||||
}
|
||||
func (m *ImagesTransformRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesTransformRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesTransformRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesTransformRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesTransformRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesTransformRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesTransformRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesTransformRequest.Size(m)
|
||||
}
|
||||
func (m *ImagesTransformRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesTransformRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesTransformRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *ImagesTransformRequest) GetImage() *ImageData {
|
||||
if m != nil {
|
||||
@@ -575,15 +697,36 @@ func (m *ImagesTransformRequest) GetInput() *InputSettings {
|
||||
}
|
||||
|
||||
type ImagesTransformResponse struct {
|
||||
Image *ImageData `protobuf:"bytes,1,req,name=image" json:"image,omitempty"`
|
||||
SourceMetadata *string `protobuf:"bytes,2,opt,name=source_metadata,json=sourceMetadata" json:"source_metadata,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Image *ImageData `protobuf:"bytes,1,req,name=image" json:"image,omitempty"`
|
||||
SourceMetadata *string `protobuf:"bytes,2,opt,name=source_metadata,json=sourceMetadata" json:"source_metadata,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesTransformResponse) Reset() { *m = ImagesTransformResponse{} }
|
||||
func (m *ImagesTransformResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesTransformResponse) ProtoMessage() {}
|
||||
func (*ImagesTransformResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
|
||||
func (m *ImagesTransformResponse) Reset() { *m = ImagesTransformResponse{} }
|
||||
func (m *ImagesTransformResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesTransformResponse) ProtoMessage() {}
|
||||
func (*ImagesTransformResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{7}
|
||||
}
|
||||
func (m *ImagesTransformResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesTransformResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesTransformResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesTransformResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesTransformResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesTransformResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesTransformResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesTransformResponse.Size(m)
|
||||
}
|
||||
func (m *ImagesTransformResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesTransformResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesTransformResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *ImagesTransformResponse) GetImage() *ImageData {
|
||||
if m != nil {
|
||||
@@ -600,18 +743,39 @@ func (m *ImagesTransformResponse) GetSourceMetadata() string {
|
||||
}
|
||||
|
||||
type CompositeImageOptions struct {
|
||||
SourceIndex *int32 `protobuf:"varint,1,req,name=source_index,json=sourceIndex" json:"source_index,omitempty"`
|
||||
XOffset *int32 `protobuf:"varint,2,req,name=x_offset,json=xOffset" json:"x_offset,omitempty"`
|
||||
YOffset *int32 `protobuf:"varint,3,req,name=y_offset,json=yOffset" json:"y_offset,omitempty"`
|
||||
Opacity *float32 `protobuf:"fixed32,4,req,name=opacity" json:"opacity,omitempty"`
|
||||
Anchor *CompositeImageOptions_ANCHOR `protobuf:"varint,5,req,name=anchor,enum=appengine.CompositeImageOptions_ANCHOR" json:"anchor,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
SourceIndex *int32 `protobuf:"varint,1,req,name=source_index,json=sourceIndex" json:"source_index,omitempty"`
|
||||
XOffset *int32 `protobuf:"varint,2,req,name=x_offset,json=xOffset" json:"x_offset,omitempty"`
|
||||
YOffset *int32 `protobuf:"varint,3,req,name=y_offset,json=yOffset" json:"y_offset,omitempty"`
|
||||
Opacity *float32 `protobuf:"fixed32,4,req,name=opacity" json:"opacity,omitempty"`
|
||||
Anchor *CompositeImageOptions_ANCHOR `protobuf:"varint,5,req,name=anchor,enum=appengine.CompositeImageOptions_ANCHOR" json:"anchor,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *CompositeImageOptions) Reset() { *m = CompositeImageOptions{} }
|
||||
func (m *CompositeImageOptions) String() string { return proto.CompactTextString(m) }
|
||||
func (*CompositeImageOptions) ProtoMessage() {}
|
||||
func (*CompositeImageOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
|
||||
func (m *CompositeImageOptions) Reset() { *m = CompositeImageOptions{} }
|
||||
func (m *CompositeImageOptions) String() string { return proto.CompactTextString(m) }
|
||||
func (*CompositeImageOptions) ProtoMessage() {}
|
||||
func (*CompositeImageOptions) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{8}
|
||||
}
|
||||
func (m *CompositeImageOptions) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CompositeImageOptions.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CompositeImageOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CompositeImageOptions.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *CompositeImageOptions) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CompositeImageOptions.Merge(dst, src)
|
||||
}
|
||||
func (m *CompositeImageOptions) XXX_Size() int {
|
||||
return xxx_messageInfo_CompositeImageOptions.Size(m)
|
||||
}
|
||||
func (m *CompositeImageOptions) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_CompositeImageOptions.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_CompositeImageOptions proto.InternalMessageInfo
|
||||
|
||||
func (m *CompositeImageOptions) GetSourceIndex() int32 {
|
||||
if m != nil && m.SourceIndex != nil {
|
||||
@@ -649,17 +813,38 @@ func (m *CompositeImageOptions) GetAnchor() CompositeImageOptions_ANCHOR {
|
||||
}
|
||||
|
||||
type ImagesCanvas struct {
|
||||
Width *int32 `protobuf:"varint,1,req,name=width" json:"width,omitempty"`
|
||||
Height *int32 `protobuf:"varint,2,req,name=height" json:"height,omitempty"`
|
||||
Output *OutputSettings `protobuf:"bytes,3,req,name=output" json:"output,omitempty"`
|
||||
Color *int32 `protobuf:"varint,4,opt,name=color,def=-1" json:"color,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Width *int32 `protobuf:"varint,1,req,name=width" json:"width,omitempty"`
|
||||
Height *int32 `protobuf:"varint,2,req,name=height" json:"height,omitempty"`
|
||||
Output *OutputSettings `protobuf:"bytes,3,req,name=output" json:"output,omitempty"`
|
||||
Color *int32 `protobuf:"varint,4,opt,name=color,def=-1" json:"color,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesCanvas) Reset() { *m = ImagesCanvas{} }
|
||||
func (m *ImagesCanvas) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesCanvas) ProtoMessage() {}
|
||||
func (*ImagesCanvas) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
|
||||
func (m *ImagesCanvas) Reset() { *m = ImagesCanvas{} }
|
||||
func (m *ImagesCanvas) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesCanvas) ProtoMessage() {}
|
||||
func (*ImagesCanvas) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{9}
|
||||
}
|
||||
func (m *ImagesCanvas) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesCanvas.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesCanvas) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesCanvas.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesCanvas) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesCanvas.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesCanvas) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesCanvas.Size(m)
|
||||
}
|
||||
func (m *ImagesCanvas) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesCanvas.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesCanvas proto.InternalMessageInfo
|
||||
|
||||
const Default_ImagesCanvas_Color int32 = -1
|
||||
|
||||
@@ -692,16 +877,37 @@ func (m *ImagesCanvas) GetColor() int32 {
|
||||
}
|
||||
|
||||
type ImagesCompositeRequest struct {
|
||||
Image []*ImageData `protobuf:"bytes,1,rep,name=image" json:"image,omitempty"`
|
||||
Options []*CompositeImageOptions `protobuf:"bytes,2,rep,name=options" json:"options,omitempty"`
|
||||
Canvas *ImagesCanvas `protobuf:"bytes,3,req,name=canvas" json:"canvas,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Image []*ImageData `protobuf:"bytes,1,rep,name=image" json:"image,omitempty"`
|
||||
Options []*CompositeImageOptions `protobuf:"bytes,2,rep,name=options" json:"options,omitempty"`
|
||||
Canvas *ImagesCanvas `protobuf:"bytes,3,req,name=canvas" json:"canvas,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesCompositeRequest) Reset() { *m = ImagesCompositeRequest{} }
|
||||
func (m *ImagesCompositeRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesCompositeRequest) ProtoMessage() {}
|
||||
func (*ImagesCompositeRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} }
|
||||
func (m *ImagesCompositeRequest) Reset() { *m = ImagesCompositeRequest{} }
|
||||
func (m *ImagesCompositeRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesCompositeRequest) ProtoMessage() {}
|
||||
func (*ImagesCompositeRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{10}
|
||||
}
|
||||
func (m *ImagesCompositeRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesCompositeRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesCompositeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesCompositeRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesCompositeRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesCompositeRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesCompositeRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesCompositeRequest.Size(m)
|
||||
}
|
||||
func (m *ImagesCompositeRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesCompositeRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesCompositeRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *ImagesCompositeRequest) GetImage() []*ImageData {
|
||||
if m != nil {
|
||||
@@ -725,14 +931,35 @@ func (m *ImagesCompositeRequest) GetCanvas() *ImagesCanvas {
|
||||
}
|
||||
|
||||
type ImagesCompositeResponse struct {
|
||||
Image *ImageData `protobuf:"bytes,1,req,name=image" json:"image,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Image *ImageData `protobuf:"bytes,1,req,name=image" json:"image,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesCompositeResponse) Reset() { *m = ImagesCompositeResponse{} }
|
||||
func (m *ImagesCompositeResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesCompositeResponse) ProtoMessage() {}
|
||||
func (*ImagesCompositeResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} }
|
||||
func (m *ImagesCompositeResponse) Reset() { *m = ImagesCompositeResponse{} }
|
||||
func (m *ImagesCompositeResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesCompositeResponse) ProtoMessage() {}
|
||||
func (*ImagesCompositeResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{11}
|
||||
}
|
||||
func (m *ImagesCompositeResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesCompositeResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesCompositeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesCompositeResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesCompositeResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesCompositeResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesCompositeResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesCompositeResponse.Size(m)
|
||||
}
|
||||
func (m *ImagesCompositeResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesCompositeResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesCompositeResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *ImagesCompositeResponse) GetImage() *ImageData {
|
||||
if m != nil {
|
||||
@@ -742,14 +969,35 @@ func (m *ImagesCompositeResponse) GetImage() *ImageData {
|
||||
}
|
||||
|
||||
type ImagesHistogramRequest struct {
|
||||
Image *ImageData `protobuf:"bytes,1,req,name=image" json:"image,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Image *ImageData `protobuf:"bytes,1,req,name=image" json:"image,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesHistogramRequest) Reset() { *m = ImagesHistogramRequest{} }
|
||||
func (m *ImagesHistogramRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesHistogramRequest) ProtoMessage() {}
|
||||
func (*ImagesHistogramRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} }
|
||||
func (m *ImagesHistogramRequest) Reset() { *m = ImagesHistogramRequest{} }
|
||||
func (m *ImagesHistogramRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesHistogramRequest) ProtoMessage() {}
|
||||
func (*ImagesHistogramRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{12}
|
||||
}
|
||||
func (m *ImagesHistogramRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesHistogramRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesHistogramRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesHistogramRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesHistogramRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesHistogramRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesHistogramRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesHistogramRequest.Size(m)
|
||||
}
|
||||
func (m *ImagesHistogramRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesHistogramRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesHistogramRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *ImagesHistogramRequest) GetImage() *ImageData {
|
||||
if m != nil {
|
||||
@@ -759,16 +1007,37 @@ func (m *ImagesHistogramRequest) GetImage() *ImageData {
|
||||
}
|
||||
|
||||
type ImagesHistogram struct {
|
||||
Red []int32 `protobuf:"varint,1,rep,name=red" json:"red,omitempty"`
|
||||
Green []int32 `protobuf:"varint,2,rep,name=green" json:"green,omitempty"`
|
||||
Blue []int32 `protobuf:"varint,3,rep,name=blue" json:"blue,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Red []int32 `protobuf:"varint,1,rep,name=red" json:"red,omitempty"`
|
||||
Green []int32 `protobuf:"varint,2,rep,name=green" json:"green,omitempty"`
|
||||
Blue []int32 `protobuf:"varint,3,rep,name=blue" json:"blue,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesHistogram) Reset() { *m = ImagesHistogram{} }
|
||||
func (m *ImagesHistogram) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesHistogram) ProtoMessage() {}
|
||||
func (*ImagesHistogram) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} }
|
||||
func (m *ImagesHistogram) Reset() { *m = ImagesHistogram{} }
|
||||
func (m *ImagesHistogram) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesHistogram) ProtoMessage() {}
|
||||
func (*ImagesHistogram) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{13}
|
||||
}
|
||||
func (m *ImagesHistogram) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesHistogram.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesHistogram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesHistogram.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesHistogram) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesHistogram.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesHistogram) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesHistogram.Size(m)
|
||||
}
|
||||
func (m *ImagesHistogram) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesHistogram.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesHistogram proto.InternalMessageInfo
|
||||
|
||||
func (m *ImagesHistogram) GetRed() []int32 {
|
||||
if m != nil {
|
||||
@@ -792,14 +1061,35 @@ func (m *ImagesHistogram) GetBlue() []int32 {
|
||||
}
|
||||
|
||||
type ImagesHistogramResponse struct {
|
||||
Histogram *ImagesHistogram `protobuf:"bytes,1,req,name=histogram" json:"histogram,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Histogram *ImagesHistogram `protobuf:"bytes,1,req,name=histogram" json:"histogram,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesHistogramResponse) Reset() { *m = ImagesHistogramResponse{} }
|
||||
func (m *ImagesHistogramResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesHistogramResponse) ProtoMessage() {}
|
||||
func (*ImagesHistogramResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
|
||||
func (m *ImagesHistogramResponse) Reset() { *m = ImagesHistogramResponse{} }
|
||||
func (m *ImagesHistogramResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesHistogramResponse) ProtoMessage() {}
|
||||
func (*ImagesHistogramResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{14}
|
||||
}
|
||||
func (m *ImagesHistogramResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesHistogramResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesHistogramResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesHistogramResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesHistogramResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesHistogramResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesHistogramResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesHistogramResponse.Size(m)
|
||||
}
|
||||
func (m *ImagesHistogramResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesHistogramResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesHistogramResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *ImagesHistogramResponse) GetHistogram() *ImagesHistogram {
|
||||
if m != nil {
|
||||
@@ -809,15 +1099,36 @@ func (m *ImagesHistogramResponse) GetHistogram() *ImagesHistogram {
|
||||
}
|
||||
|
||||
type ImagesGetUrlBaseRequest struct {
|
||||
BlobKey *string `protobuf:"bytes,1,req,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
CreateSecureUrl *bool `protobuf:"varint,2,opt,name=create_secure_url,json=createSecureUrl,def=0" json:"create_secure_url,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
BlobKey *string `protobuf:"bytes,1,req,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
CreateSecureUrl *bool `protobuf:"varint,2,opt,name=create_secure_url,json=createSecureUrl,def=0" json:"create_secure_url,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesGetUrlBaseRequest) Reset() { *m = ImagesGetUrlBaseRequest{} }
|
||||
func (m *ImagesGetUrlBaseRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesGetUrlBaseRequest) ProtoMessage() {}
|
||||
func (*ImagesGetUrlBaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} }
|
||||
func (m *ImagesGetUrlBaseRequest) Reset() { *m = ImagesGetUrlBaseRequest{} }
|
||||
func (m *ImagesGetUrlBaseRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesGetUrlBaseRequest) ProtoMessage() {}
|
||||
func (*ImagesGetUrlBaseRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{15}
|
||||
}
|
||||
func (m *ImagesGetUrlBaseRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesGetUrlBaseRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesGetUrlBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesGetUrlBaseRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesGetUrlBaseRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesGetUrlBaseRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesGetUrlBaseRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesGetUrlBaseRequest.Size(m)
|
||||
}
|
||||
func (m *ImagesGetUrlBaseRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesGetUrlBaseRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesGetUrlBaseRequest proto.InternalMessageInfo
|
||||
|
||||
const Default_ImagesGetUrlBaseRequest_CreateSecureUrl bool = false
|
||||
|
||||
@@ -836,14 +1147,35 @@ func (m *ImagesGetUrlBaseRequest) GetCreateSecureUrl() bool {
|
||||
}
|
||||
|
||||
type ImagesGetUrlBaseResponse struct {
|
||||
Url *string `protobuf:"bytes,1,req,name=url" json:"url,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Url *string `protobuf:"bytes,1,req,name=url" json:"url,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesGetUrlBaseResponse) Reset() { *m = ImagesGetUrlBaseResponse{} }
|
||||
func (m *ImagesGetUrlBaseResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesGetUrlBaseResponse) ProtoMessage() {}
|
||||
func (*ImagesGetUrlBaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} }
|
||||
func (m *ImagesGetUrlBaseResponse) Reset() { *m = ImagesGetUrlBaseResponse{} }
|
||||
func (m *ImagesGetUrlBaseResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesGetUrlBaseResponse) ProtoMessage() {}
|
||||
func (*ImagesGetUrlBaseResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{16}
|
||||
}
|
||||
func (m *ImagesGetUrlBaseResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesGetUrlBaseResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesGetUrlBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesGetUrlBaseResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesGetUrlBaseResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesGetUrlBaseResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesGetUrlBaseResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesGetUrlBaseResponse.Size(m)
|
||||
}
|
||||
func (m *ImagesGetUrlBaseResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesGetUrlBaseResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesGetUrlBaseResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *ImagesGetUrlBaseResponse) GetUrl() string {
|
||||
if m != nil && m.Url != nil {
|
||||
@@ -853,14 +1185,35 @@ func (m *ImagesGetUrlBaseResponse) GetUrl() string {
|
||||
}
|
||||
|
||||
type ImagesDeleteUrlBaseRequest struct {
|
||||
BlobKey *string `protobuf:"bytes,1,req,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
BlobKey *string `protobuf:"bytes,1,req,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesDeleteUrlBaseRequest) Reset() { *m = ImagesDeleteUrlBaseRequest{} }
|
||||
func (m *ImagesDeleteUrlBaseRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesDeleteUrlBaseRequest) ProtoMessage() {}
|
||||
func (*ImagesDeleteUrlBaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} }
|
||||
func (m *ImagesDeleteUrlBaseRequest) Reset() { *m = ImagesDeleteUrlBaseRequest{} }
|
||||
func (m *ImagesDeleteUrlBaseRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesDeleteUrlBaseRequest) ProtoMessage() {}
|
||||
func (*ImagesDeleteUrlBaseRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{17}
|
||||
}
|
||||
func (m *ImagesDeleteUrlBaseRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesDeleteUrlBaseRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesDeleteUrlBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesDeleteUrlBaseRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesDeleteUrlBaseRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesDeleteUrlBaseRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesDeleteUrlBaseRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesDeleteUrlBaseRequest.Size(m)
|
||||
}
|
||||
func (m *ImagesDeleteUrlBaseRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesDeleteUrlBaseRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesDeleteUrlBaseRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *ImagesDeleteUrlBaseRequest) GetBlobKey() string {
|
||||
if m != nil && m.BlobKey != nil {
|
||||
@@ -870,13 +1223,34 @@ func (m *ImagesDeleteUrlBaseRequest) GetBlobKey() string {
|
||||
}
|
||||
|
||||
type ImagesDeleteUrlBaseResponse struct {
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ImagesDeleteUrlBaseResponse) Reset() { *m = ImagesDeleteUrlBaseResponse{} }
|
||||
func (m *ImagesDeleteUrlBaseResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesDeleteUrlBaseResponse) ProtoMessage() {}
|
||||
func (*ImagesDeleteUrlBaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} }
|
||||
func (m *ImagesDeleteUrlBaseResponse) Reset() { *m = ImagesDeleteUrlBaseResponse{} }
|
||||
func (m *ImagesDeleteUrlBaseResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImagesDeleteUrlBaseResponse) ProtoMessage() {}
|
||||
func (*ImagesDeleteUrlBaseResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_images_service_42a9d451721edce4, []int{18}
|
||||
}
|
||||
func (m *ImagesDeleteUrlBaseResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImagesDeleteUrlBaseResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ImagesDeleteUrlBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ImagesDeleteUrlBaseResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ImagesDeleteUrlBaseResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ImagesDeleteUrlBaseResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *ImagesDeleteUrlBaseResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_ImagesDeleteUrlBaseResponse.Size(m)
|
||||
}
|
||||
func (m *ImagesDeleteUrlBaseResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ImagesDeleteUrlBaseResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ImagesDeleteUrlBaseResponse proto.InternalMessageInfo
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*ImagesServiceError)(nil), "appengine.ImagesServiceError")
|
||||
@@ -901,10 +1275,10 @@ func init() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("google.golang.org/appengine/internal/image/images_service.proto", fileDescriptor0)
|
||||
proto.RegisterFile("google.golang.org/appengine/internal/image/images_service.proto", fileDescriptor_images_service_42a9d451721edce4)
|
||||
}
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
var fileDescriptor_images_service_42a9d451721edce4 = []byte{
|
||||
// 1460 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xdd, 0x6e, 0xe3, 0xc6,
|
||||
0x15, 0x5e, 0x52, 0xff, 0xc7, 0xb2, 0xcc, 0x9d, 0xec, 0x0f, 0x77, 0x93, 0xa2, 0x0a, 0x83, 0xc5,
|
||||
|
Reference in New Issue
Block a user