type google.golang.org/api/storage/v1.BucketsGetCall

23 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L3538: type BucketsGetCall struct {
		storage-gen.go#L3548: func (r *BucketsService) Get(bucket string) *BucketsGetCall {
		storage-gen.go#L3549: 	c := &BucketsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L3558: func (c *BucketsGetCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *BucketsGetCall {
		storage-gen.go#L3567: func (c *BucketsGetCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *BucketsGetCall {
		storage-gen.go#L3578: func (c *BucketsGetCall) Projection(projection string) *BucketsGetCall {
		storage-gen.go#L3586: func (c *BucketsGetCall) ProvisionalUserProject(provisionalUserProject string) *BucketsGetCall {
		storage-gen.go#L3593: func (c *BucketsGetCall) UserProject(userProject string) *BucketsGetCall {
		storage-gen.go#L3601: func (c *BucketsGetCall) Fields(s ...googleapi.Field) *BucketsGetCall {
		storage-gen.go#L3611: func (c *BucketsGetCall) IfNoneMatch(entityTag string) *BucketsGetCall {
		storage-gen.go#L3619: func (c *BucketsGetCall) Context(ctx context.Context) *BucketsGetCall {
		storage-gen.go#L3626: func (c *BucketsGetCall) Header() http.Header {
		storage-gen.go#L3633: func (c *BucketsGetCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L3666: func (c *BucketsGetCall) Do(opts ...googleapi.CallOption) (*Bucket, error) {

	cloud.google.com/go/storage
		bucket.go#L177: func (b *BucketHandle) newGetCall() (*raw.BucketsGetCall, error) {