google.golang.org/api/storage/v1.ObjectsListCall.Prefix (method)

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L10361: func (c *ObjectsListCall) Prefix(prefix string) *ObjectsListCall {

	cloud.google.com/go/storage
		bucket.go#L1153: 	req.Prefix(it.query.Prefix)