type google.golang.org/api/storage/v1.ObjectsGetCall
29 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L9381: type ObjectsGetCall struct {
storage-gen.go#L9392: func (r *ObjectsService) Get(bucket string, object string) *ObjectsGetCall {
storage-gen.go#L9393: c := &ObjectsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L9402: func (c *ObjectsGetCall) Generation(generation int64) *ObjectsGetCall {
storage-gen.go#L9411: func (c *ObjectsGetCall) IfGenerationMatch(ifGenerationMatch int64) *ObjectsGetCall {
storage-gen.go#L9421: func (c *ObjectsGetCall) IfGenerationNotMatch(ifGenerationNotMatch int64) *ObjectsGetCall {
storage-gen.go#L9429: func (c *ObjectsGetCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *ObjectsGetCall {
storage-gen.go#L9438: func (c *ObjectsGetCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *ObjectsGetCall {
storage-gen.go#L9449: func (c *ObjectsGetCall) Projection(projection string) *ObjectsGetCall {
storage-gen.go#L9457: func (c *ObjectsGetCall) ProvisionalUserProject(provisionalUserProject string) *ObjectsGetCall {
storage-gen.go#L9464: func (c *ObjectsGetCall) UserProject(userProject string) *ObjectsGetCall {
storage-gen.go#L9472: func (c *ObjectsGetCall) Fields(s ...googleapi.Field) *ObjectsGetCall {
storage-gen.go#L9482: func (c *ObjectsGetCall) IfNoneMatch(entityTag string) *ObjectsGetCall {
storage-gen.go#L9490: func (c *ObjectsGetCall) Context(ctx context.Context) *ObjectsGetCall {
storage-gen.go#L9497: func (c *ObjectsGetCall) Header() http.Header {
storage-gen.go#L9504: func (c *ObjectsGetCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L9534: func (c *ObjectsGetCall) Download(opts ...googleapi.CallOption) (*http.Response, error) {
storage-gen.go#L9554: func (c *ObjectsGetCall) Do(opts ...googleapi.CallOption) (*Object, 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. |