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

7 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L2057: type Objects struct {
		storage-gen.go#L2095: func (s *Objects) MarshalJSON() ([]byte, error) {
		storage-gen.go#L2096: 	type NoMethod Objects
		storage-gen.go#L10477: func (c *ObjectsListCall) Do(opts ...googleapi.CallOption) (*Objects, error) {
		storage-gen.go#L10496: 	ret := &Objects{
		storage-gen.go#L10607: func (c *ObjectsListCall) Pages(ctx context.Context, f func(*Objects) error) error {

	cloud.google.com/go/storage
		bucket.go#L1165: 	var resp *raw.Objects