type google.golang.org/api/storage/v1.ObjectsListCall
35 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L10296: type ObjectsListCall struct {
storage-gen.go#L10306: func (r *ObjectsService) List(bucket string) *ObjectsListCall {
storage-gen.go#L10307: c := &ObjectsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L10318: func (c *ObjectsListCall) Delimiter(delimiter string) *ObjectsListCall {
storage-gen.go#L10327: func (c *ObjectsListCall) EndOffset(endOffset string) *ObjectsListCall {
storage-gen.go#L10336: func (c *ObjectsListCall) IncludeTrailingDelimiter(includeTrailingDelimiter bool) *ObjectsListCall {
storage-gen.go#L10346: func (c *ObjectsListCall) MaxResults(maxResults int64) *ObjectsListCall {
storage-gen.go#L10354: func (c *ObjectsListCall) PageToken(pageToken string) *ObjectsListCall {
storage-gen.go#L10361: func (c *ObjectsListCall) Prefix(prefix string) *ObjectsListCall {
storage-gen.go#L10372: func (c *ObjectsListCall) Projection(projection string) *ObjectsListCall {
storage-gen.go#L10380: func (c *ObjectsListCall) ProvisionalUserProject(provisionalUserProject string) *ObjectsListCall {
storage-gen.go#L10389: func (c *ObjectsListCall) StartOffset(startOffset string) *ObjectsListCall {
storage-gen.go#L10396: func (c *ObjectsListCall) UserProject(userProject string) *ObjectsListCall {
storage-gen.go#L10404: func (c *ObjectsListCall) Versions(versions bool) *ObjectsListCall {
storage-gen.go#L10412: func (c *ObjectsListCall) Fields(s ...googleapi.Field) *ObjectsListCall {
storage-gen.go#L10422: func (c *ObjectsListCall) IfNoneMatch(entityTag string) *ObjectsListCall {
storage-gen.go#L10430: func (c *ObjectsListCall) Context(ctx context.Context) *ObjectsListCall {
storage-gen.go#L10437: func (c *ObjectsListCall) Header() http.Header {
storage-gen.go#L10444: func (c *ObjectsListCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L10477: func (c *ObjectsListCall) Do(opts ...googleapi.CallOption) (*Objects, error) {
storage-gen.go#L10607: func (c *ObjectsListCall) Pages(ctx context.Context, f func(*Objects) error) error {
![]() |
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. |