type google.golang.org/api/storage/v1.ObjectsCopyCall
38 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L8754: type ObjectsCopyCall struct {
storage-gen.go#L8768: func (r *ObjectsService) Copy(sourceBucket string, sourceObject string, destinationBucket string, destinationObject string, object *Object) *ObjectsCopyCall {
storage-gen.go#L8769: c := &ObjectsCopyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L8784: func (c *ObjectsCopyCall) DestinationKmsKeyName(destinationKmsKeyName string) *ObjectsCopyCall {
storage-gen.go#L8805: func (c *ObjectsCopyCall) DestinationPredefinedAcl(destinationPredefinedAcl string) *ObjectsCopyCall {
storage-gen.go#L8814: func (c *ObjectsCopyCall) IfGenerationMatch(ifGenerationMatch int64) *ObjectsCopyCall {
storage-gen.go#L8825: func (c *ObjectsCopyCall) IfGenerationNotMatch(ifGenerationNotMatch int64) *ObjectsCopyCall {
storage-gen.go#L8834: func (c *ObjectsCopyCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *ObjectsCopyCall {
storage-gen.go#L8843: func (c *ObjectsCopyCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *ObjectsCopyCall {
storage-gen.go#L8851: func (c *ObjectsCopyCall) IfSourceGenerationMatch(ifSourceGenerationMatch int64) *ObjectsCopyCall {
storage-gen.go#L8860: func (c *ObjectsCopyCall) IfSourceGenerationNotMatch(ifSourceGenerationNotMatch int64) *ObjectsCopyCall {
storage-gen.go#L8869: func (c *ObjectsCopyCall) IfSourceMetagenerationMatch(ifSourceMetagenerationMatch int64) *ObjectsCopyCall {
storage-gen.go#L8878: func (c *ObjectsCopyCall) IfSourceMetagenerationNotMatch(ifSourceMetagenerationNotMatch int64) *ObjectsCopyCall {
storage-gen.go#L8890: func (c *ObjectsCopyCall) Projection(projection string) *ObjectsCopyCall {
storage-gen.go#L8898: func (c *ObjectsCopyCall) ProvisionalUserProject(provisionalUserProject string) *ObjectsCopyCall {
storage-gen.go#L8906: func (c *ObjectsCopyCall) SourceGeneration(sourceGeneration int64) *ObjectsCopyCall {
storage-gen.go#L8913: func (c *ObjectsCopyCall) UserProject(userProject string) *ObjectsCopyCall {
storage-gen.go#L8921: func (c *ObjectsCopyCall) Fields(s ...googleapi.Field) *ObjectsCopyCall {
storage-gen.go#L8929: func (c *ObjectsCopyCall) Context(ctx context.Context) *ObjectsCopyCall {
storage-gen.go#L8936: func (c *ObjectsCopyCall) Header() http.Header {
storage-gen.go#L8943: func (c *ObjectsCopyCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L8981: func (c *ObjectsCopyCall) 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. |