package storage_v1_tests
import "cloud.google.com/go/storage/internal/test/conformance"
Index ¶
- type SigningV4Test
- func (*SigningV4Test) Descriptor() ([]byte, []int)
- func (m *SigningV4Test) GetBucket() string
- func (m *SigningV4Test) GetDescription() string
- func (m *SigningV4Test) GetExpectedUrl() string
- func (m *SigningV4Test) GetExpiration() int64
- func (m *SigningV4Test) GetFileName() string
- func (m *SigningV4Test) GetHeaders() map[string]string
- func (m *SigningV4Test) GetMethod() string
- func (m *SigningV4Test) GetObject() string
- func (m *SigningV4Test) GetTimestamp() *timestamp.Timestamp
- func (*SigningV4Test) ProtoMessage()
- func (m *SigningV4Test) Reset()
- func (m *SigningV4Test) String() string
- func (m *SigningV4Test) XXX_DiscardUnknown()
- func (m *SigningV4Test) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SigningV4Test) XXX_Merge(src proto.Message)
- func (m *SigningV4Test) XXX_Size() int
- func (m *SigningV4Test) XXX_Unmarshal(b []byte) error
- type TestFile
- func (*TestFile) Descriptor() ([]byte, []int)
- func (m *TestFile) GetSigningV4Tests() []*SigningV4Test
- func (*TestFile) ProtoMessage()
- func (m *TestFile) Reset()
- func (m *TestFile) String() string
- func (m *TestFile) XXX_DiscardUnknown()
- func (m *TestFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TestFile) XXX_Merge(src proto.Message)
- func (m *TestFile) XXX_Size() int
- func (m *TestFile) XXX_Unmarshal(b []byte) error
Types ¶
type SigningV4Test ¶
type SigningV4Test struct { FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Bucket string `protobuf:"bytes,3,opt,name=bucket,proto3" json:"bucket,omitempty"` Object string `protobuf:"bytes,4,opt,name=object,proto3" json:"object,omitempty"` Method string `protobuf:"bytes,5,opt,name=method,proto3" json:"method,omitempty"` Expiration int64 `protobuf:"varint,6,opt,name=expiration,proto3" json:"expiration,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"` ExpectedUrl string `protobuf:"bytes,8,opt,name=expectedUrl,proto3" json:"expectedUrl,omitempty"` Headers map[string]string `protobuf:"bytes,9,rep,name=headers,proto3" json:"headers,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SigningV4Test) Descriptor ¶
func (*SigningV4Test) Descriptor() ([]byte, []int)
func (*SigningV4Test) GetBucket ¶
func (m *SigningV4Test) GetBucket() string
func (*SigningV4Test) GetDescription ¶
func (m *SigningV4Test) GetDescription() string
func (*SigningV4Test) GetExpectedUrl ¶
func (m *SigningV4Test) GetExpectedUrl() string
func (*SigningV4Test) GetExpiration ¶
func (m *SigningV4Test) GetExpiration() int64
func (*SigningV4Test) GetFileName ¶
func (m *SigningV4Test) GetFileName() string
func (*SigningV4Test) GetHeaders ¶
func (m *SigningV4Test) GetHeaders() map[string]string
func (*SigningV4Test) GetMethod ¶
func (m *SigningV4Test) GetMethod() string
func (*SigningV4Test) GetObject ¶
func (m *SigningV4Test) GetObject() string
func (*SigningV4Test) GetTimestamp ¶
func (m *SigningV4Test) GetTimestamp() *timestamp.Timestamp
func (*SigningV4Test) ProtoMessage ¶
func (*SigningV4Test) ProtoMessage()
func (*SigningV4Test) Reset ¶
func (m *SigningV4Test) Reset()
func (*SigningV4Test) String ¶
func (m *SigningV4Test) String() string
func (*SigningV4Test) XXX_DiscardUnknown ¶
func (m *SigningV4Test) XXX_DiscardUnknown()
func (*SigningV4Test) XXX_Marshal ¶
func (m *SigningV4Test) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SigningV4Test) XXX_Merge ¶
func (dst *SigningV4Test) XXX_Merge(src proto.Message)
func (*SigningV4Test) XXX_Size ¶
func (m *SigningV4Test) XXX_Size() int
func (*SigningV4Test) XXX_Unmarshal ¶
func (m *SigningV4Test) XXX_Unmarshal(b []byte) error
type TestFile ¶
type TestFile struct { SigningV4Tests []*SigningV4Test `protobuf:"bytes,1,rep,name=signing_v4_tests,json=signingV4Tests,proto3" json:"signing_v4_tests,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TestFile) Descriptor ¶
func (*TestFile) GetSigningV4Tests ¶
func (m *TestFile) GetSigningV4Tests() []*SigningV4Test
func (*TestFile) ProtoMessage ¶
func (*TestFile) ProtoMessage()
func (*TestFile) Reset ¶
func (m *TestFile) Reset()
func (*TestFile) String ¶
func (*TestFile) XXX_DiscardUnknown ¶
func (m *TestFile) XXX_DiscardUnknown()
func (*TestFile) XXX_Marshal ¶
func (*TestFile) XXX_Merge ¶
func (*TestFile) XXX_Size ¶
func (*TestFile) XXX_Unmarshal ¶
Source Files ¶
test.pb.go
- Version
- v1.4.0
- Published
- Nov 19, 2019
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 3 hours ago –
Tools for package owners.