Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go2847 type BucketsGetCall struct { struct
2857 func (r *BucketsService) Get(bucket string) *BucketsGetCall {
2858 c := &BucketsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
2867 func (c *BucketsGetCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *BucketsGetCall { argument
2876 func (c *BucketsGetCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *BucketsGetCall { argument
2887 func (c *BucketsGetCall) Projection(projection string) *BucketsGetCall { argument
2894 func (c *BucketsGetCall) UserProject(userProject string) *BucketsGetCall { argument
2902 func (c *BucketsGetCall) Fields(s ...googleapi.Field) *BucketsGetCall { argument
2912 func (c *BucketsGetCall) IfNoneMatch(entityTag string) *BucketsGetCall { argument
2920 func (c *BucketsGetCall) Context(ctx context.Context) *BucketsGetCall { argument
[all …]
/external/syzkaller/vendor/cloud.google.com/go/storage/
Dbucket.go161 func (b *BucketHandle) newGetCall() (*raw.BucketsGetCall, error) {