locationpb

package
v0.0.0-...-9196281 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2018 License: BSD-3-Clause Imports: 3 Imported by: 5

Documentation

Index

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) Descriptor() ([]byte, []int)

func (*Location) GetLocation

func (m *Location) GetLocation() isLocation_Location

func (*Location) GetS3

func (m *Location) GetS3() *S3Ref

func (*Location) GetUrl

func (m *Location) GetUrl() string

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) Reset

func (m *Location) Reset()

func (*Location) String

func (m *Location) String() string

func (*Location) XXX_DiscardUnknown

func (m *Location) XXX_DiscardUnknown()

func (*Location) XXX_Marshal

func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Location) XXX_Merge

func (dst *Location) XXX_Merge(src proto.Message)

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_Size

func (m *Location) XXX_Size() int

func (*Location) XXX_Unmarshal

func (m *Location) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*S3Ref) GetBucket

func (m *S3Ref) GetBucket() string

func (*S3Ref) GetKey

func (m *S3Ref) GetKey() string

func (*S3Ref) GetRegion

func (m *S3Ref) GetRegion() string

func (*S3Ref) ProtoMessage

func (*S3Ref) ProtoMessage()

func (*S3Ref) Reset

func (m *S3Ref) Reset()

func (*S3Ref) String

func (m *S3Ref) String() string

func (*S3Ref) XXX_DiscardUnknown

func (m *S3Ref) XXX_DiscardUnknown()

func (*S3Ref) XXX_Marshal

func (m *S3Ref) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*S3Ref) XXX_Merge

func (dst *S3Ref) XXX_Merge(src proto.Message)

func (*S3Ref) XXX_Size

func (m *S3Ref) XXX_Size() int

func (*S3Ref) XXX_Unmarshal

func (m *S3Ref) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL