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

28 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L10627: type ObjectsPatchCall struct {
		storage-gen.go#L10638: func (r *ObjectsService) Patch(bucket string, object string, object2 *Object) *ObjectsPatchCall {
		storage-gen.go#L10639: 	c := &ObjectsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L10649: func (c *ObjectsPatchCall) Generation(generation int64) *ObjectsPatchCall {
		storage-gen.go#L10658: func (c *ObjectsPatchCall) IfGenerationMatch(ifGenerationMatch int64) *ObjectsPatchCall {
		storage-gen.go#L10668: func (c *ObjectsPatchCall) IfGenerationNotMatch(ifGenerationNotMatch int64) *ObjectsPatchCall {
		storage-gen.go#L10676: func (c *ObjectsPatchCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *ObjectsPatchCall {
		storage-gen.go#L10685: func (c *ObjectsPatchCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *ObjectsPatchCall {
		storage-gen.go#L10705: func (c *ObjectsPatchCall) PredefinedAcl(predefinedAcl string) *ObjectsPatchCall {
		storage-gen.go#L10716: func (c *ObjectsPatchCall) Projection(projection string) *ObjectsPatchCall {
		storage-gen.go#L10724: func (c *ObjectsPatchCall) ProvisionalUserProject(provisionalUserProject string) *ObjectsPatchCall {
		storage-gen.go#L10731: func (c *ObjectsPatchCall) UserProject(userProject string) *ObjectsPatchCall {
		storage-gen.go#L10739: func (c *ObjectsPatchCall) Fields(s ...googleapi.Field) *ObjectsPatchCall {
		storage-gen.go#L10747: func (c *ObjectsPatchCall) Context(ctx context.Context) *ObjectsPatchCall {
		storage-gen.go#L10754: func (c *ObjectsPatchCall) Header() http.Header {
		storage-gen.go#L10761: func (c *ObjectsPatchCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L10797: func (c *ObjectsPatchCall) Do(opts ...googleapi.CallOption) (*Object, error) {