Bumping k8s dependencies to 1.13
This commit is contained in:
422
vendor/google.golang.org/appengine/internal/blobstore/blobstore_service.pb.go
generated
vendored
422
vendor/google.golang.org/appengine/internal/blobstore/blobstore_service.pb.go
generated
vendored
@@ -1,26 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google.golang.org/appengine/internal/blobstore/blobstore_service.proto
|
||||
|
||||
/*
|
||||
Package blobstore is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
google.golang.org/appengine/internal/blobstore/blobstore_service.proto
|
||||
|
||||
It has these top-level messages:
|
||||
BlobstoreServiceError
|
||||
CreateUploadURLRequest
|
||||
CreateUploadURLResponse
|
||||
DeleteBlobRequest
|
||||
FetchDataRequest
|
||||
FetchDataResponse
|
||||
CloneBlobRequest
|
||||
CloneBlobResponse
|
||||
DecodeBlobKeyRequest
|
||||
DecodeBlobKeyResponse
|
||||
CreateEncodedGoogleStorageKeyRequest
|
||||
CreateEncodedGoogleStorageKeyResponse
|
||||
*/
|
||||
package blobstore
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
@@ -92,31 +72,73 @@ func (x *BlobstoreServiceError_ErrorCode) UnmarshalJSON(data []byte) error {
|
||||
return nil
|
||||
}
|
||||
func (BlobstoreServiceError_ErrorCode) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor0, []int{0, 0}
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{0, 0}
|
||||
}
|
||||
|
||||
type BlobstoreServiceError struct {
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *BlobstoreServiceError) Reset() { *m = BlobstoreServiceError{} }
|
||||
func (m *BlobstoreServiceError) String() string { return proto.CompactTextString(m) }
|
||||
func (*BlobstoreServiceError) ProtoMessage() {}
|
||||
func (*BlobstoreServiceError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
func (m *BlobstoreServiceError) Reset() { *m = BlobstoreServiceError{} }
|
||||
func (m *BlobstoreServiceError) String() string { return proto.CompactTextString(m) }
|
||||
func (*BlobstoreServiceError) ProtoMessage() {}
|
||||
func (*BlobstoreServiceError) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{0}
|
||||
}
|
||||
func (m *BlobstoreServiceError) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_BlobstoreServiceError.Unmarshal(m, b)
|
||||
}
|
||||
func (m *BlobstoreServiceError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_BlobstoreServiceError.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *BlobstoreServiceError) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_BlobstoreServiceError.Merge(dst, src)
|
||||
}
|
||||
func (m *BlobstoreServiceError) XXX_Size() int {
|
||||
return xxx_messageInfo_BlobstoreServiceError.Size(m)
|
||||
}
|
||||
func (m *BlobstoreServiceError) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_BlobstoreServiceError.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_BlobstoreServiceError proto.InternalMessageInfo
|
||||
|
||||
type CreateUploadURLRequest struct {
|
||||
SuccessPath *string `protobuf:"bytes,1,req,name=success_path,json=successPath" json:"success_path,omitempty"`
|
||||
MaxUploadSizeBytes *int64 `protobuf:"varint,2,opt,name=max_upload_size_bytes,json=maxUploadSizeBytes" json:"max_upload_size_bytes,omitempty"`
|
||||
MaxUploadSizePerBlobBytes *int64 `protobuf:"varint,3,opt,name=max_upload_size_per_blob_bytes,json=maxUploadSizePerBlobBytes" json:"max_upload_size_per_blob_bytes,omitempty"`
|
||||
GsBucketName *string `protobuf:"bytes,4,opt,name=gs_bucket_name,json=gsBucketName" json:"gs_bucket_name,omitempty"`
|
||||
UrlExpiryTimeSeconds *int32 `protobuf:"varint,5,opt,name=url_expiry_time_seconds,json=urlExpiryTimeSeconds" json:"url_expiry_time_seconds,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
SuccessPath *string `protobuf:"bytes,1,req,name=success_path,json=successPath" json:"success_path,omitempty"`
|
||||
MaxUploadSizeBytes *int64 `protobuf:"varint,2,opt,name=max_upload_size_bytes,json=maxUploadSizeBytes" json:"max_upload_size_bytes,omitempty"`
|
||||
MaxUploadSizePerBlobBytes *int64 `protobuf:"varint,3,opt,name=max_upload_size_per_blob_bytes,json=maxUploadSizePerBlobBytes" json:"max_upload_size_per_blob_bytes,omitempty"`
|
||||
GsBucketName *string `protobuf:"bytes,4,opt,name=gs_bucket_name,json=gsBucketName" json:"gs_bucket_name,omitempty"`
|
||||
UrlExpiryTimeSeconds *int32 `protobuf:"varint,5,opt,name=url_expiry_time_seconds,json=urlExpiryTimeSeconds" json:"url_expiry_time_seconds,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *CreateUploadURLRequest) Reset() { *m = CreateUploadURLRequest{} }
|
||||
func (m *CreateUploadURLRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*CreateUploadURLRequest) ProtoMessage() {}
|
||||
func (*CreateUploadURLRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
||||
func (m *CreateUploadURLRequest) Reset() { *m = CreateUploadURLRequest{} }
|
||||
func (m *CreateUploadURLRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*CreateUploadURLRequest) ProtoMessage() {}
|
||||
func (*CreateUploadURLRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{1}
|
||||
}
|
||||
func (m *CreateUploadURLRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CreateUploadURLRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CreateUploadURLRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CreateUploadURLRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *CreateUploadURLRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CreateUploadURLRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *CreateUploadURLRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_CreateUploadURLRequest.Size(m)
|
||||
}
|
||||
func (m *CreateUploadURLRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_CreateUploadURLRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_CreateUploadURLRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *CreateUploadURLRequest) GetSuccessPath() string {
|
||||
if m != nil && m.SuccessPath != nil {
|
||||
@@ -154,14 +176,35 @@ func (m *CreateUploadURLRequest) GetUrlExpiryTimeSeconds() int32 {
|
||||
}
|
||||
|
||||
type CreateUploadURLResponse 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 *CreateUploadURLResponse) Reset() { *m = CreateUploadURLResponse{} }
|
||||
func (m *CreateUploadURLResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*CreateUploadURLResponse) ProtoMessage() {}
|
||||
func (*CreateUploadURLResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
||||
func (m *CreateUploadURLResponse) Reset() { *m = CreateUploadURLResponse{} }
|
||||
func (m *CreateUploadURLResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*CreateUploadURLResponse) ProtoMessage() {}
|
||||
func (*CreateUploadURLResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{2}
|
||||
}
|
||||
func (m *CreateUploadURLResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CreateUploadURLResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CreateUploadURLResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CreateUploadURLResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *CreateUploadURLResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CreateUploadURLResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *CreateUploadURLResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_CreateUploadURLResponse.Size(m)
|
||||
}
|
||||
func (m *CreateUploadURLResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_CreateUploadURLResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_CreateUploadURLResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *CreateUploadURLResponse) GetUrl() string {
|
||||
if m != nil && m.Url != nil {
|
||||
@@ -171,15 +214,36 @@ func (m *CreateUploadURLResponse) GetUrl() string {
|
||||
}
|
||||
|
||||
type DeleteBlobRequest struct {
|
||||
BlobKey []string `protobuf:"bytes,1,rep,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
Token *string `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
BlobKey []string `protobuf:"bytes,1,rep,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
Token *string `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *DeleteBlobRequest) Reset() { *m = DeleteBlobRequest{} }
|
||||
func (m *DeleteBlobRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*DeleteBlobRequest) ProtoMessage() {}
|
||||
func (*DeleteBlobRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
||||
func (m *DeleteBlobRequest) Reset() { *m = DeleteBlobRequest{} }
|
||||
func (m *DeleteBlobRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*DeleteBlobRequest) ProtoMessage() {}
|
||||
func (*DeleteBlobRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{3}
|
||||
}
|
||||
func (m *DeleteBlobRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_DeleteBlobRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *DeleteBlobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_DeleteBlobRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *DeleteBlobRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_DeleteBlobRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *DeleteBlobRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_DeleteBlobRequest.Size(m)
|
||||
}
|
||||
func (m *DeleteBlobRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_DeleteBlobRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_DeleteBlobRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *DeleteBlobRequest) GetBlobKey() []string {
|
||||
if m != nil {
|
||||
@@ -196,16 +260,37 @@ func (m *DeleteBlobRequest) GetToken() string {
|
||||
}
|
||||
|
||||
type FetchDataRequest struct {
|
||||
BlobKey *string `protobuf:"bytes,1,req,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
StartIndex *int64 `protobuf:"varint,2,req,name=start_index,json=startIndex" json:"start_index,omitempty"`
|
||||
EndIndex *int64 `protobuf:"varint,3,req,name=end_index,json=endIndex" json:"end_index,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
BlobKey *string `protobuf:"bytes,1,req,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
StartIndex *int64 `protobuf:"varint,2,req,name=start_index,json=startIndex" json:"start_index,omitempty"`
|
||||
EndIndex *int64 `protobuf:"varint,3,req,name=end_index,json=endIndex" json:"end_index,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *FetchDataRequest) Reset() { *m = FetchDataRequest{} }
|
||||
func (m *FetchDataRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*FetchDataRequest) ProtoMessage() {}
|
||||
func (*FetchDataRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
|
||||
func (m *FetchDataRequest) Reset() { *m = FetchDataRequest{} }
|
||||
func (m *FetchDataRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*FetchDataRequest) ProtoMessage() {}
|
||||
func (*FetchDataRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{4}
|
||||
}
|
||||
func (m *FetchDataRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_FetchDataRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *FetchDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_FetchDataRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *FetchDataRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_FetchDataRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *FetchDataRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_FetchDataRequest.Size(m)
|
||||
}
|
||||
func (m *FetchDataRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_FetchDataRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_FetchDataRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *FetchDataRequest) GetBlobKey() string {
|
||||
if m != nil && m.BlobKey != nil {
|
||||
@@ -229,14 +314,35 @@ func (m *FetchDataRequest) GetEndIndex() int64 {
|
||||
}
|
||||
|
||||
type FetchDataResponse struct {
|
||||
Data []byte `protobuf:"bytes,1000,req,name=data" json:"data,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Data []byte `protobuf:"bytes,1000,req,name=data" json:"data,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *FetchDataResponse) Reset() { *m = FetchDataResponse{} }
|
||||
func (m *FetchDataResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*FetchDataResponse) ProtoMessage() {}
|
||||
func (*FetchDataResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
|
||||
func (m *FetchDataResponse) Reset() { *m = FetchDataResponse{} }
|
||||
func (m *FetchDataResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*FetchDataResponse) ProtoMessage() {}
|
||||
func (*FetchDataResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{5}
|
||||
}
|
||||
func (m *FetchDataResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_FetchDataResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *FetchDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_FetchDataResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *FetchDataResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_FetchDataResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *FetchDataResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_FetchDataResponse.Size(m)
|
||||
}
|
||||
func (m *FetchDataResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_FetchDataResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_FetchDataResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *FetchDataResponse) GetData() []byte {
|
||||
if m != nil {
|
||||
@@ -246,16 +352,37 @@ func (m *FetchDataResponse) GetData() []byte {
|
||||
}
|
||||
|
||||
type CloneBlobRequest struct {
|
||||
BlobKey []byte `protobuf:"bytes,1,req,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
MimeType []byte `protobuf:"bytes,2,req,name=mime_type,json=mimeType" json:"mime_type,omitempty"`
|
||||
TargetAppId []byte `protobuf:"bytes,3,req,name=target_app_id,json=targetAppId" json:"target_app_id,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
BlobKey []byte `protobuf:"bytes,1,req,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
MimeType []byte `protobuf:"bytes,2,req,name=mime_type,json=mimeType" json:"mime_type,omitempty"`
|
||||
TargetAppId []byte `protobuf:"bytes,3,req,name=target_app_id,json=targetAppId" json:"target_app_id,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *CloneBlobRequest) Reset() { *m = CloneBlobRequest{} }
|
||||
func (m *CloneBlobRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*CloneBlobRequest) ProtoMessage() {}
|
||||
func (*CloneBlobRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} }
|
||||
func (m *CloneBlobRequest) Reset() { *m = CloneBlobRequest{} }
|
||||
func (m *CloneBlobRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*CloneBlobRequest) ProtoMessage() {}
|
||||
func (*CloneBlobRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{6}
|
||||
}
|
||||
func (m *CloneBlobRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CloneBlobRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CloneBlobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CloneBlobRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *CloneBlobRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CloneBlobRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *CloneBlobRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_CloneBlobRequest.Size(m)
|
||||
}
|
||||
func (m *CloneBlobRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_CloneBlobRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_CloneBlobRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *CloneBlobRequest) GetBlobKey() []byte {
|
||||
if m != nil {
|
||||
@@ -279,14 +406,35 @@ func (m *CloneBlobRequest) GetTargetAppId() []byte {
|
||||
}
|
||||
|
||||
type CloneBlobResponse struct {
|
||||
BlobKey []byte `protobuf:"bytes,1,req,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
BlobKey []byte `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 *CloneBlobResponse) Reset() { *m = CloneBlobResponse{} }
|
||||
func (m *CloneBlobResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*CloneBlobResponse) ProtoMessage() {}
|
||||
func (*CloneBlobResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
|
||||
func (m *CloneBlobResponse) Reset() { *m = CloneBlobResponse{} }
|
||||
func (m *CloneBlobResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*CloneBlobResponse) ProtoMessage() {}
|
||||
func (*CloneBlobResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{7}
|
||||
}
|
||||
func (m *CloneBlobResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CloneBlobResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CloneBlobResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CloneBlobResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *CloneBlobResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CloneBlobResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *CloneBlobResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_CloneBlobResponse.Size(m)
|
||||
}
|
||||
func (m *CloneBlobResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_CloneBlobResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_CloneBlobResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *CloneBlobResponse) GetBlobKey() []byte {
|
||||
if m != nil {
|
||||
@@ -296,14 +444,35 @@ func (m *CloneBlobResponse) GetBlobKey() []byte {
|
||||
}
|
||||
|
||||
type DecodeBlobKeyRequest struct {
|
||||
BlobKey []string `protobuf:"bytes,1,rep,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
BlobKey []string `protobuf:"bytes,1,rep,name=blob_key,json=blobKey" json:"blob_key,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *DecodeBlobKeyRequest) Reset() { *m = DecodeBlobKeyRequest{} }
|
||||
func (m *DecodeBlobKeyRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*DecodeBlobKeyRequest) ProtoMessage() {}
|
||||
func (*DecodeBlobKeyRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
|
||||
func (m *DecodeBlobKeyRequest) Reset() { *m = DecodeBlobKeyRequest{} }
|
||||
func (m *DecodeBlobKeyRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*DecodeBlobKeyRequest) ProtoMessage() {}
|
||||
func (*DecodeBlobKeyRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{8}
|
||||
}
|
||||
func (m *DecodeBlobKeyRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_DecodeBlobKeyRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *DecodeBlobKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_DecodeBlobKeyRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *DecodeBlobKeyRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_DecodeBlobKeyRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *DecodeBlobKeyRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_DecodeBlobKeyRequest.Size(m)
|
||||
}
|
||||
func (m *DecodeBlobKeyRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_DecodeBlobKeyRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_DecodeBlobKeyRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *DecodeBlobKeyRequest) GetBlobKey() []string {
|
||||
if m != nil {
|
||||
@@ -313,14 +482,35 @@ func (m *DecodeBlobKeyRequest) GetBlobKey() []string {
|
||||
}
|
||||
|
||||
type DecodeBlobKeyResponse struct {
|
||||
Decoded []string `protobuf:"bytes,1,rep,name=decoded" json:"decoded,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Decoded []string `protobuf:"bytes,1,rep,name=decoded" json:"decoded,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *DecodeBlobKeyResponse) Reset() { *m = DecodeBlobKeyResponse{} }
|
||||
func (m *DecodeBlobKeyResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*DecodeBlobKeyResponse) ProtoMessage() {}
|
||||
func (*DecodeBlobKeyResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
|
||||
func (m *DecodeBlobKeyResponse) Reset() { *m = DecodeBlobKeyResponse{} }
|
||||
func (m *DecodeBlobKeyResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*DecodeBlobKeyResponse) ProtoMessage() {}
|
||||
func (*DecodeBlobKeyResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{9}
|
||||
}
|
||||
func (m *DecodeBlobKeyResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_DecodeBlobKeyResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *DecodeBlobKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_DecodeBlobKeyResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *DecodeBlobKeyResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_DecodeBlobKeyResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *DecodeBlobKeyResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_DecodeBlobKeyResponse.Size(m)
|
||||
}
|
||||
func (m *DecodeBlobKeyResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_DecodeBlobKeyResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_DecodeBlobKeyResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *DecodeBlobKeyResponse) GetDecoded() []string {
|
||||
if m != nil {
|
||||
@@ -330,16 +520,35 @@ func (m *DecodeBlobKeyResponse) GetDecoded() []string {
|
||||
}
|
||||
|
||||
type CreateEncodedGoogleStorageKeyRequest struct {
|
||||
Filename *string `protobuf:"bytes,1,req,name=filename" json:"filename,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Filename *string `protobuf:"bytes,1,req,name=filename" json:"filename,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *CreateEncodedGoogleStorageKeyRequest) Reset() { *m = CreateEncodedGoogleStorageKeyRequest{} }
|
||||
func (m *CreateEncodedGoogleStorageKeyRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*CreateEncodedGoogleStorageKeyRequest) ProtoMessage() {}
|
||||
func (*CreateEncodedGoogleStorageKeyRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor0, []int{10}
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{10}
|
||||
}
|
||||
func (m *CreateEncodedGoogleStorageKeyRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CreateEncodedGoogleStorageKeyRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CreateEncodedGoogleStorageKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CreateEncodedGoogleStorageKeyRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *CreateEncodedGoogleStorageKeyRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CreateEncodedGoogleStorageKeyRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *CreateEncodedGoogleStorageKeyRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_CreateEncodedGoogleStorageKeyRequest.Size(m)
|
||||
}
|
||||
func (m *CreateEncodedGoogleStorageKeyRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_CreateEncodedGoogleStorageKeyRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_CreateEncodedGoogleStorageKeyRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *CreateEncodedGoogleStorageKeyRequest) GetFilename() string {
|
||||
if m != nil && m.Filename != nil {
|
||||
@@ -349,16 +558,35 @@ func (m *CreateEncodedGoogleStorageKeyRequest) GetFilename() string {
|
||||
}
|
||||
|
||||
type CreateEncodedGoogleStorageKeyResponse 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 *CreateEncodedGoogleStorageKeyResponse) Reset() { *m = CreateEncodedGoogleStorageKeyResponse{} }
|
||||
func (m *CreateEncodedGoogleStorageKeyResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*CreateEncodedGoogleStorageKeyResponse) ProtoMessage() {}
|
||||
func (*CreateEncodedGoogleStorageKeyResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor0, []int{11}
|
||||
return fileDescriptor_blobstore_service_3604fb6033ea2e2e, []int{11}
|
||||
}
|
||||
func (m *CreateEncodedGoogleStorageKeyResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CreateEncodedGoogleStorageKeyResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CreateEncodedGoogleStorageKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CreateEncodedGoogleStorageKeyResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *CreateEncodedGoogleStorageKeyResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CreateEncodedGoogleStorageKeyResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *CreateEncodedGoogleStorageKeyResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_CreateEncodedGoogleStorageKeyResponse.Size(m)
|
||||
}
|
||||
func (m *CreateEncodedGoogleStorageKeyResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_CreateEncodedGoogleStorageKeyResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_CreateEncodedGoogleStorageKeyResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *CreateEncodedGoogleStorageKeyResponse) GetBlobKey() string {
|
||||
if m != nil && m.BlobKey != nil {
|
||||
@@ -383,10 +611,10 @@ func init() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("google.golang.org/appengine/internal/blobstore/blobstore_service.proto", fileDescriptor0)
|
||||
proto.RegisterFile("google.golang.org/appengine/internal/blobstore/blobstore_service.proto", fileDescriptor_blobstore_service_3604fb6033ea2e2e)
|
||||
}
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
var fileDescriptor_blobstore_service_3604fb6033ea2e2e = []byte{
|
||||
// 737 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0xe1, 0x6e, 0xe3, 0x44,
|
||||
0x10, 0xc6, 0x4e, 0x7b, 0x8d, 0xa7, 0xe1, 0xe4, 0xae, 0x1a, 0x9a, 0x52, 0x01, 0xc1, 0x3a, 0xa4,
|
||||
|
Reference in New Issue
Block a user