type google.golang.org/api/storage/v1.Bucket
28 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L276: type Bucket struct {
storage-gen.go#L428: func (s *Bucket) MarshalJSON() ([]byte, error) {
storage-gen.go#L429: type NoMethod Bucket
storage-gen.go#L1163: Items []*Bucket `json:"items,omitempty"`
storage-gen.go#L3666: func (c *BucketsGetCall) Do(opts ...googleapi.CallOption) (*Bucket, error) {
storage-gen.go#L3685: ret := &Bucket{
storage-gen.go#L3950: bucket *Bucket
storage-gen.go#L3957: func (r *BucketsService) Insert(projectid string, bucket *Bucket) *BucketsInsertCall {
storage-gen.go#L4088: func (c *BucketsInsertCall) Do(opts ...googleapi.CallOption) (*Bucket, error) {
storage-gen.go#L4107: ret := &Bucket{
storage-gen.go#L4553: func (c *BucketsLockRetentionPolicyCall) Do(opts ...googleapi.CallOption) (*Bucket, error) {
storage-gen.go#L4572: ret := &Bucket{
storage-gen.go#L4634: bucket2 *Bucket
storage-gen.go#L4643: func (r *BucketsService) Patch(bucket string, bucket2 *Bucket) *BucketsPatchCall {
storage-gen.go#L4793: func (c *BucketsPatchCall) Do(opts ...googleapi.CallOption) (*Bucket, error) {
storage-gen.go#L4812: ret := &Bucket{
storage-gen.go#L5278: bucket2 *Bucket
storage-gen.go#L5287: func (r *BucketsService) Update(bucket string, bucket2 *Bucket) *BucketsUpdateCall {
storage-gen.go#L5437: func (c *BucketsUpdateCall) Do(opts ...googleapi.CallOption) (*Bucket, error) {
storage-gen.go#L5456: ret := &Bucket{
cloud.google.com/go/storage
bucket.go#L71: var bkt *raw.Bucket
bucket.go#L75: bkt = &raw.Bucket{}
bucket.go#L163: var resp *raw.Bucket
bucket.go#L503: func newBucket(b *raw.Bucket) (*BucketAttrs, error) {
bucket.go#L537: func (b *BucketAttrs) toRawBucket() *raw.Bucket {
bucket.go#L565: return &raw.Bucket{
bucket.go#L697: func (ua *BucketAttrsToUpdate) toRawBucket() *raw.Bucket {
bucket.go#L698: rb := &raw.Bucket{}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |