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

38 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L9873: type ObjectsInsertCall struct {
		storage-gen.go#L9884: func (r *ObjectsService) Insert(bucket string, object *Object) *ObjectsInsertCall {
		storage-gen.go#L9885: 	c := &ObjectsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L9897: func (c *ObjectsInsertCall) ContentEncoding(contentEncoding string) *ObjectsInsertCall {
		storage-gen.go#L9906: func (c *ObjectsInsertCall) IfGenerationMatch(ifGenerationMatch int64) *ObjectsInsertCall {
		storage-gen.go#L9916: func (c *ObjectsInsertCall) IfGenerationNotMatch(ifGenerationNotMatch int64) *ObjectsInsertCall {
		storage-gen.go#L9924: func (c *ObjectsInsertCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *ObjectsInsertCall {
		storage-gen.go#L9933: func (c *ObjectsInsertCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *ObjectsInsertCall {
		storage-gen.go#L9943: func (c *ObjectsInsertCall) KmsKeyName(kmsKeyName string) *ObjectsInsertCall {
		storage-gen.go#L9952: func (c *ObjectsInsertCall) Name(name string) *ObjectsInsertCall {
		storage-gen.go#L9972: func (c *ObjectsInsertCall) PredefinedAcl(predefinedAcl string) *ObjectsInsertCall {
		storage-gen.go#L9984: func (c *ObjectsInsertCall) Projection(projection string) *ObjectsInsertCall {
		storage-gen.go#L9992: func (c *ObjectsInsertCall) ProvisionalUserProject(provisionalUserProject string) *ObjectsInsertCall {
		storage-gen.go#L9999: func (c *ObjectsInsertCall) UserProject(userProject string) *ObjectsInsertCall {
		storage-gen.go#L10012: func (c *ObjectsInsertCall) Media(r io.Reader, options ...googleapi.MediaOption) *ObjectsInsertCall {
		storage-gen.go#L10029: func (c *ObjectsInsertCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *ObjectsInsertCall {
		storage-gen.go#L10039: func (c *ObjectsInsertCall) ProgressUpdater(pu googleapi.ProgressUpdater) *ObjectsInsertCall {
		storage-gen.go#L10047: func (c *ObjectsInsertCall) Fields(s ...googleapi.Field) *ObjectsInsertCall {
		storage-gen.go#L10057: func (c *ObjectsInsertCall) Context(ctx context.Context) *ObjectsInsertCall {
		storage-gen.go#L10064: func (c *ObjectsInsertCall) Header() http.Header {
		storage-gen.go#L10071: func (c *ObjectsInsertCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L10117: func (c *ObjectsInsertCall) Do(opts ...googleapi.CallOption) (*Object, error) {