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

28 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L11783: type ObjectsUpdateCall struct {
		storage-gen.go#L11794: func (r *ObjectsService) Update(bucket string, object string, object2 *Object) *ObjectsUpdateCall {
		storage-gen.go#L11795: 	c := &ObjectsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L11805: func (c *ObjectsUpdateCall) Generation(generation int64) *ObjectsUpdateCall {
		storage-gen.go#L11814: func (c *ObjectsUpdateCall) IfGenerationMatch(ifGenerationMatch int64) *ObjectsUpdateCall {
		storage-gen.go#L11824: func (c *ObjectsUpdateCall) IfGenerationNotMatch(ifGenerationNotMatch int64) *ObjectsUpdateCall {
		storage-gen.go#L11832: func (c *ObjectsUpdateCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *ObjectsUpdateCall {
		storage-gen.go#L11841: func (c *ObjectsUpdateCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *ObjectsUpdateCall {
		storage-gen.go#L11861: func (c *ObjectsUpdateCall) PredefinedAcl(predefinedAcl string) *ObjectsUpdateCall {
		storage-gen.go#L11872: func (c *ObjectsUpdateCall) Projection(projection string) *ObjectsUpdateCall {
		storage-gen.go#L11880: func (c *ObjectsUpdateCall) ProvisionalUserProject(provisionalUserProject string) *ObjectsUpdateCall {
		storage-gen.go#L11887: func (c *ObjectsUpdateCall) UserProject(userProject string) *ObjectsUpdateCall {
		storage-gen.go#L11895: func (c *ObjectsUpdateCall) Fields(s ...googleapi.Field) *ObjectsUpdateCall {
		storage-gen.go#L11903: func (c *ObjectsUpdateCall) Context(ctx context.Context) *ObjectsUpdateCall {
		storage-gen.go#L11910: func (c *ObjectsUpdateCall) Header() http.Header {
		storage-gen.go#L11917: func (c *ObjectsUpdateCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L11953: func (c *ObjectsUpdateCall) Do(opts ...googleapi.CallOption) (*Object, error) {