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

20 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L3948: type BucketsInsertCall struct {
		storage-gen.go#L3957: func (r *BucketsService) Insert(projectid string, bucket *Bucket) *BucketsInsertCall {
		storage-gen.go#L3958: 	c := &BucketsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L3977: func (c *BucketsInsertCall) PredefinedAcl(predefinedAcl string) *BucketsInsertCall {
		storage-gen.go#L3998: func (c *BucketsInsertCall) PredefinedDefaultObjectAcl(predefinedDefaultObjectAcl string) *BucketsInsertCall {
		storage-gen.go#L4011: func (c *BucketsInsertCall) Projection(projection string) *BucketsInsertCall {
		storage-gen.go#L4019: func (c *BucketsInsertCall) ProvisionalUserProject(provisionalUserProject string) *BucketsInsertCall {
		storage-gen.go#L4026: func (c *BucketsInsertCall) UserProject(userProject string) *BucketsInsertCall {
		storage-gen.go#L4034: func (c *BucketsInsertCall) Fields(s ...googleapi.Field) *BucketsInsertCall {
		storage-gen.go#L4042: func (c *BucketsInsertCall) Context(ctx context.Context) *BucketsInsertCall {
		storage-gen.go#L4049: func (c *BucketsInsertCall) Header() http.Header {
		storage-gen.go#L4056: func (c *BucketsInsertCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L4088: func (c *BucketsInsertCall) Do(opts ...googleapi.CallOption) (*Bucket, error) {