Home
last modified time | relevance | path

Searched refs:ObjectsComposeCall (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go7167 type ObjectsComposeCall struct { struct
7179 …ationBucket string, destinationObject string, composerequest *ComposeRequest) *ObjectsComposeCall {
7180 c := &ObjectsComposeCall{s: r.s, urlParams_: make(gensupport.URLParams)}
7203 func (c *ObjectsComposeCall) DestinationPredefinedAcl(destinationPredefinedAcl string) *ObjectsComp… argument
7212 func (c *ObjectsComposeCall) IfGenerationMatch(ifGenerationMatch int64) *ObjectsComposeCall { argument
7220 func (c *ObjectsComposeCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *ObjectsComposeCall argument
7230 func (c *ObjectsComposeCall) KmsKeyName(kmsKeyName string) *ObjectsComposeCall { argument
7237 func (c *ObjectsComposeCall) UserProject(userProject string) *ObjectsComposeCall { argument
7245 func (c *ObjectsComposeCall) Fields(s ...googleapi.Field) *ObjectsComposeCall { argument
7253 func (c *ObjectsComposeCall) Context(ctx context.Context) *ObjectsComposeCall { argument
[all …]