Documentation
¶
Index ¶
- type Location
- func (*Location) Descriptor() ([]byte, []int)
- func (m *Location) GetLocation() isLocation_Location
- func (m *Location) GetS3() *S3Ref
- func (m *Location) GetUrl() string
- func (*Location) ProtoMessage()
- func (m *Location) Reset()
- func (m *Location) String() string
- func (m *Location) XXX_DiscardUnknown()
- func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Location) XXX_Merge(src proto.Message)
- func (*Location) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *Location) XXX_Size() int
- func (m *Location) XXX_Unmarshal(b []byte) error
- type Location_S3
- type Location_Url
- type S3Ref
- func (*S3Ref) Descriptor() ([]byte, []int)
- func (m *S3Ref) GetBucket() string
- func (m *S3Ref) GetKey() string
- func (m *S3Ref) GetRegion() string
- func (*S3Ref) ProtoMessage()
- func (m *S3Ref) Reset()
- func (m *S3Ref) String() string
- func (m *S3Ref) XXX_DiscardUnknown()
- func (m *S3Ref) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *S3Ref) XXX_Merge(src proto.Message)
- func (m *S3Ref) XXX_Size() int
- func (m *S3Ref) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Location ¶
type Location struct {
// Types that are valid to be assigned to Location:
// *Location_S3
// *Location_Url
Location isLocation_Location `protobuf_oneof:"location"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Location) Descriptor ¶
func (*Location) GetLocation ¶
func (m *Location) GetLocation() isLocation_Location
func (*Location) ProtoMessage ¶
func (*Location) ProtoMessage()
func (*Location) XXX_DiscardUnknown ¶
func (m *Location) XXX_DiscardUnknown()
func (*Location) XXX_Marshal ¶
func (*Location) XXX_OneofFuncs ¶
func (*Location) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*Location) XXX_Unmarshal ¶
type Location_S3 ¶
type Location_S3 struct {
S3 *S3Ref `protobuf:"bytes,1,opt,name=s3,proto3,oneof"`
}
type Location_Url ¶
type Location_Url struct {
Url string `protobuf:"bytes,2,opt,name=url,proto3,oneof"`
}
type S3Ref ¶
type S3Ref struct {
Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
Region string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*S3Ref) Descriptor ¶
func (*S3Ref) ProtoMessage ¶
func (*S3Ref) ProtoMessage()
func (*S3Ref) XXX_DiscardUnknown ¶
func (m *S3Ref) XXX_DiscardUnknown()
func (*S3Ref) XXX_Marshal ¶
func (*S3Ref) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.