mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
vendor update for CSI 0.3.0
This commit is contained in:
242
vendor/google.golang.org/genproto/googleapis/bytestream/bytestream.pb.go
generated
vendored
242
vendor/google.golang.org/genproto/googleapis/bytestream/bytestream.pb.go
generated
vendored
@ -1,27 +1,13 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google/bytestream/bytestream.proto
|
||||
|
||||
/*
|
||||
Package bytestream is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
google/bytestream/bytestream.proto
|
||||
|
||||
It has these top-level messages:
|
||||
ReadRequest
|
||||
ReadResponse
|
||||
WriteRequest
|
||||
WriteResponse
|
||||
QueryWriteStatusRequest
|
||||
QueryWriteStatusResponse
|
||||
*/
|
||||
package bytestream
|
||||
package bytestream // import "google.golang.org/genproto/googleapis/bytestream"
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import _ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
import _ "github.com/golang/protobuf/ptypes/wrappers"
|
||||
import _ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
|
||||
import (
|
||||
context "golang.org/x/net/context"
|
||||
@ -42,13 +28,13 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
// Request object for ByteStream.Read.
|
||||
type ReadRequest struct {
|
||||
// The name of the resource to read.
|
||||
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName" json:"resource_name,omitempty"`
|
||||
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
|
||||
// The offset for the first byte to return in the read, relative to the start
|
||||
// of the resource.
|
||||
//
|
||||
// A `read_offset` that is negative or greater than the size of the resource
|
||||
// will cause an `OUT_OF_RANGE` error.
|
||||
ReadOffset int64 `protobuf:"varint,2,opt,name=read_offset,json=readOffset" json:"read_offset,omitempty"`
|
||||
ReadOffset int64 `protobuf:"varint,2,opt,name=read_offset,json=readOffset,proto3" json:"read_offset,omitempty"`
|
||||
// The maximum number of `data` bytes the server is allowed to return in the
|
||||
// sum of all `ReadResponse` messages. A `read_limit` of zero indicates that
|
||||
// there is no limit, and a negative `read_limit` will cause an error.
|
||||
@ -56,13 +42,35 @@ type ReadRequest struct {
|
||||
// If the stream returns fewer bytes than allowed by the `read_limit` and no
|
||||
// error occurred, the stream includes all data from the `read_offset` to the
|
||||
// end of the resource.
|
||||
ReadLimit int64 `protobuf:"varint,3,opt,name=read_limit,json=readLimit" json:"read_limit,omitempty"`
|
||||
ReadLimit int64 `protobuf:"varint,3,opt,name=read_limit,json=readLimit,proto3" json:"read_limit,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ReadRequest) Reset() { *m = ReadRequest{} }
|
||||
func (m *ReadRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadRequest) ProtoMessage() {}
|
||||
func (*ReadRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
func (m *ReadRequest) Reset() { *m = ReadRequest{} }
|
||||
func (m *ReadRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadRequest) ProtoMessage() {}
|
||||
func (*ReadRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_bytestream_414b76681ba3f568, []int{0}
|
||||
}
|
||||
func (m *ReadRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ReadRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ReadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ReadRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ReadRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ReadRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *ReadRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_ReadRequest.Size(m)
|
||||
}
|
||||
func (m *ReadRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ReadRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ReadRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *ReadRequest) GetResourceName() string {
|
||||
if m != nil {
|
||||
@ -91,13 +99,35 @@ type ReadResponse struct {
|
||||
// empty for any given `ReadResponse`. This enables the service to inform the
|
||||
// client that the request is still live while it is running an operation to
|
||||
// generate more data.
|
||||
Data []byte `protobuf:"bytes,10,opt,name=data,proto3" json:"data,omitempty"`
|
||||
Data []byte `protobuf:"bytes,10,opt,name=data,proto3" json:"data,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ReadResponse) Reset() { *m = ReadResponse{} }
|
||||
func (m *ReadResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadResponse) ProtoMessage() {}
|
||||
func (*ReadResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
||||
func (m *ReadResponse) Reset() { *m = ReadResponse{} }
|
||||
func (m *ReadResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadResponse) ProtoMessage() {}
|
||||
func (*ReadResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_bytestream_414b76681ba3f568, []int{1}
|
||||
}
|
||||
func (m *ReadResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ReadResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ReadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ReadResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ReadResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ReadResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *ReadResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_ReadResponse.Size(m)
|
||||
}
|
||||
func (m *ReadResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ReadResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ReadResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *ReadResponse) GetData() []byte {
|
||||
if m != nil {
|
||||
@ -111,7 +141,7 @@ type WriteRequest struct {
|
||||
// The name of the resource to write. This **must** be set on the first
|
||||
// `WriteRequest` of each `Write()` action. If it is set on subsequent calls,
|
||||
// it **must** match the value of the first request.
|
||||
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName" json:"resource_name,omitempty"`
|
||||
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
|
||||
// The offset from the beginning of the resource at which the data should be
|
||||
// written. It is required on all `WriteRequest`s.
|
||||
//
|
||||
@ -124,22 +154,44 @@ type WriteRequest struct {
|
||||
// sent previously on this stream.
|
||||
//
|
||||
// An incorrect value will cause an error.
|
||||
WriteOffset int64 `protobuf:"varint,2,opt,name=write_offset,json=writeOffset" json:"write_offset,omitempty"`
|
||||
WriteOffset int64 `protobuf:"varint,2,opt,name=write_offset,json=writeOffset,proto3" json:"write_offset,omitempty"`
|
||||
// If `true`, this indicates that the write is complete. Sending any
|
||||
// `WriteRequest`s subsequent to one in which `finish_write` is `true` will
|
||||
// cause an error.
|
||||
FinishWrite bool `protobuf:"varint,3,opt,name=finish_write,json=finishWrite" json:"finish_write,omitempty"`
|
||||
FinishWrite bool `protobuf:"varint,3,opt,name=finish_write,json=finishWrite,proto3" json:"finish_write,omitempty"`
|
||||
// A portion of the data for the resource. The client **may** leave `data`
|
||||
// empty for any given `WriteRequest`. This enables the client to inform the
|
||||
// service that the request is still live while it is running an operation to
|
||||
// generate more data.
|
||||
Data []byte `protobuf:"bytes,10,opt,name=data,proto3" json:"data,omitempty"`
|
||||
Data []byte `protobuf:"bytes,10,opt,name=data,proto3" json:"data,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *WriteRequest) Reset() { *m = WriteRequest{} }
|
||||
func (m *WriteRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*WriteRequest) ProtoMessage() {}
|
||||
func (*WriteRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
||||
func (m *WriteRequest) Reset() { *m = WriteRequest{} }
|
||||
func (m *WriteRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*WriteRequest) ProtoMessage() {}
|
||||
func (*WriteRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_bytestream_414b76681ba3f568, []int{2}
|
||||
}
|
||||
func (m *WriteRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_WriteRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *WriteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_WriteRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *WriteRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_WriteRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *WriteRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_WriteRequest.Size(m)
|
||||
}
|
||||
func (m *WriteRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_WriteRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_WriteRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *WriteRequest) GetResourceName() string {
|
||||
if m != nil {
|
||||
@ -172,13 +224,35 @@ func (m *WriteRequest) GetData() []byte {
|
||||
// Response object for ByteStream.Write.
|
||||
type WriteResponse struct {
|
||||
// The number of bytes that have been processed for the given resource.
|
||||
CommittedSize int64 `protobuf:"varint,1,opt,name=committed_size,json=committedSize" json:"committed_size,omitempty"`
|
||||
CommittedSize int64 `protobuf:"varint,1,opt,name=committed_size,json=committedSize,proto3" json:"committed_size,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *WriteResponse) Reset() { *m = WriteResponse{} }
|
||||
func (m *WriteResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*WriteResponse) ProtoMessage() {}
|
||||
func (*WriteResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
||||
func (m *WriteResponse) Reset() { *m = WriteResponse{} }
|
||||
func (m *WriteResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*WriteResponse) ProtoMessage() {}
|
||||
func (*WriteResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_bytestream_414b76681ba3f568, []int{3}
|
||||
}
|
||||
func (m *WriteResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_WriteResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *WriteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_WriteResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *WriteResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_WriteResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *WriteResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_WriteResponse.Size(m)
|
||||
}
|
||||
func (m *WriteResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_WriteResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_WriteResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *WriteResponse) GetCommittedSize() int64 {
|
||||
if m != nil {
|
||||
@ -190,13 +264,35 @@ func (m *WriteResponse) GetCommittedSize() int64 {
|
||||
// Request object for ByteStream.QueryWriteStatus.
|
||||
type QueryWriteStatusRequest struct {
|
||||
// The name of the resource whose write status is being requested.
|
||||
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName" json:"resource_name,omitempty"`
|
||||
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *QueryWriteStatusRequest) Reset() { *m = QueryWriteStatusRequest{} }
|
||||
func (m *QueryWriteStatusRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*QueryWriteStatusRequest) ProtoMessage() {}
|
||||
func (*QueryWriteStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
|
||||
func (m *QueryWriteStatusRequest) Reset() { *m = QueryWriteStatusRequest{} }
|
||||
func (m *QueryWriteStatusRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*QueryWriteStatusRequest) ProtoMessage() {}
|
||||
func (*QueryWriteStatusRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_bytestream_414b76681ba3f568, []int{4}
|
||||
}
|
||||
func (m *QueryWriteStatusRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_QueryWriteStatusRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *QueryWriteStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_QueryWriteStatusRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *QueryWriteStatusRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_QueryWriteStatusRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *QueryWriteStatusRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_QueryWriteStatusRequest.Size(m)
|
||||
}
|
||||
func (m *QueryWriteStatusRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_QueryWriteStatusRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_QueryWriteStatusRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *QueryWriteStatusRequest) GetResourceName() string {
|
||||
if m != nil {
|
||||
@ -208,16 +304,38 @@ func (m *QueryWriteStatusRequest) GetResourceName() string {
|
||||
// Response object for ByteStream.QueryWriteStatus.
|
||||
type QueryWriteStatusResponse struct {
|
||||
// The number of bytes that have been processed for the given resource.
|
||||
CommittedSize int64 `protobuf:"varint,1,opt,name=committed_size,json=committedSize" json:"committed_size,omitempty"`
|
||||
CommittedSize int64 `protobuf:"varint,1,opt,name=committed_size,json=committedSize,proto3" json:"committed_size,omitempty"`
|
||||
// `complete` is `true` only if the client has sent a `WriteRequest` with
|
||||
// `finish_write` set to true, and the server has processed that request.
|
||||
Complete bool `protobuf:"varint,2,opt,name=complete" json:"complete,omitempty"`
|
||||
Complete bool `protobuf:"varint,2,opt,name=complete,proto3" json:"complete,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *QueryWriteStatusResponse) Reset() { *m = QueryWriteStatusResponse{} }
|
||||
func (m *QueryWriteStatusResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*QueryWriteStatusResponse) ProtoMessage() {}
|
||||
func (*QueryWriteStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
|
||||
func (m *QueryWriteStatusResponse) Reset() { *m = QueryWriteStatusResponse{} }
|
||||
func (m *QueryWriteStatusResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*QueryWriteStatusResponse) ProtoMessage() {}
|
||||
func (*QueryWriteStatusResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_bytestream_414b76681ba3f568, []int{5}
|
||||
}
|
||||
func (m *QueryWriteStatusResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_QueryWriteStatusResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *QueryWriteStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_QueryWriteStatusResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *QueryWriteStatusResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_QueryWriteStatusResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *QueryWriteStatusResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_QueryWriteStatusResponse.Size(m)
|
||||
}
|
||||
func (m *QueryWriteStatusResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_QueryWriteStatusResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_QueryWriteStatusResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *QueryWriteStatusResponse) GetCommittedSize() int64 {
|
||||
if m != nil {
|
||||
@ -250,8 +368,9 @@ var _ grpc.ClientConn
|
||||
// is compatible with the grpc package it is being compiled against.
|
||||
const _ = grpc.SupportPackageIsVersion4
|
||||
|
||||
// Client API for ByteStream service
|
||||
|
||||
// ByteStreamClient is the client API for ByteStream service.
|
||||
//
|
||||
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
||||
type ByteStreamClient interface {
|
||||
// `Read()` is used to retrieve the contents of a resource as a sequence
|
||||
// of bytes. The bytes are returned in a sequence of responses, and the
|
||||
@ -306,7 +425,7 @@ func NewByteStreamClient(cc *grpc.ClientConn) ByteStreamClient {
|
||||
}
|
||||
|
||||
func (c *byteStreamClient) Read(ctx context.Context, in *ReadRequest, opts ...grpc.CallOption) (ByteStream_ReadClient, error) {
|
||||
stream, err := grpc.NewClientStream(ctx, &_ByteStream_serviceDesc.Streams[0], c.cc, "/google.bytestream.ByteStream/Read", opts...)
|
||||
stream, err := c.cc.NewStream(ctx, &_ByteStream_serviceDesc.Streams[0], "/google.bytestream.ByteStream/Read", opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
@ -338,7 +457,7 @@ func (x *byteStreamReadClient) Recv() (*ReadResponse, error) {
|
||||
}
|
||||
|
||||
func (c *byteStreamClient) Write(ctx context.Context, opts ...grpc.CallOption) (ByteStream_WriteClient, error) {
|
||||
stream, err := grpc.NewClientStream(ctx, &_ByteStream_serviceDesc.Streams[1], c.cc, "/google.bytestream.ByteStream/Write", opts...)
|
||||
stream, err := c.cc.NewStream(ctx, &_ByteStream_serviceDesc.Streams[1], "/google.bytestream.ByteStream/Write", opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
@ -373,15 +492,14 @@ func (x *byteStreamWriteClient) CloseAndRecv() (*WriteResponse, error) {
|
||||
|
||||
func (c *byteStreamClient) QueryWriteStatus(ctx context.Context, in *QueryWriteStatusRequest, opts ...grpc.CallOption) (*QueryWriteStatusResponse, error) {
|
||||
out := new(QueryWriteStatusResponse)
|
||||
err := grpc.Invoke(ctx, "/google.bytestream.ByteStream/QueryWriteStatus", in, out, c.cc, opts...)
|
||||
err := c.cc.Invoke(ctx, "/google.bytestream.ByteStream/QueryWriteStatus", in, out, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
||||
// Server API for ByteStream service
|
||||
|
||||
// ByteStreamServer is the server API for ByteStream service.
|
||||
type ByteStreamServer interface {
|
||||
// `Read()` is used to retrieve the contents of a resource as a sequence
|
||||
// of bytes. The bytes are returned in a sequence of responses, and the
|
||||
@ -520,9 +638,11 @@ var _ByteStream_serviceDesc = grpc.ServiceDesc{
|
||||
Metadata: "google/bytestream/bytestream.proto",
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/bytestream/bytestream.proto", fileDescriptor0) }
|
||||
func init() {
|
||||
proto.RegisterFile("google/bytestream/bytestream.proto", fileDescriptor_bytestream_414b76681ba3f568)
|
||||
}
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
var fileDescriptor_bytestream_414b76681ba3f568 = []byte{
|
||||
// 446 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x5b, 0x8b, 0x13, 0x31,
|
||||
0x14, 0x66, 0xb6, 0xab, 0x74, 0x4f, 0xa7, 0x5e, 0x02, 0xe2, 0x30, 0xe8, 0x6e, 0x77, 0x44, 0x28,
|
||||
|
Reference in New Issue
Block a user