Google Cloud Support API . attachments

Instance Methods

close()

Close httplib2 connections.

create(parent, body=None, x__xgafv=None)

Create a file attachment on a case or Cloud resource. The attachment object must have the following fields set: filename.

Method Details

close()
Close httplib2 connections.
create(parent, body=None, x__xgafv=None)
Create a file attachment on a case or Cloud resource. The attachment object must have the following fields set: filename.

Args:
  parent: string, Required. The resource name of the case (or case parent) to which the attachment should be attached. (required)
  body: object, The request body.
    The object takes the form of:

{ # The request message for the CreateAttachment endpoint.
  "attachment": { # Represents a file attached to a support case. # Required. The attachment to be created.
    "createTime": "A String", # Output only. The time at which the attachment was created.
    "creator": { # An object containing information about the effective user and authenticated principal responsible for an action. # Output only. The user who uploaded the attachment. Note, the name and email will be obfuscated if the attachment was uploaded by Google support.
      "displayName": "A String", # The name to display for the actor. If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent.
      "email": "A String", # The email address of the actor. If not provided, it is inferred from credentials supplied during case creation. If the authenticated principal does not have an email address, one must be provided. When a name is provided, an email must also be provided. This will be obfuscated if the user is a Google Support agent.
      "googleSupport": True or False, # Output only. Whether the actor is a Google support actor.
    },
    "filename": "A String", # The filename of the attachment (e.g. `"graph.jpg"`).
    "mimeType": "A String", # Output only. The MIME type of the attachment (e.g. text/plain).
    "name": "A String", # Output only. The resource name of the attachment.
    "sizeBytes": "A String", # Output only. The size of the attachment in bytes.
  },
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Represents a file attached to a support case.
  "createTime": "A String", # Output only. The time at which the attachment was created.
  "creator": { # An object containing information about the effective user and authenticated principal responsible for an action. # Output only. The user who uploaded the attachment. Note, the name and email will be obfuscated if the attachment was uploaded by Google support.
    "displayName": "A String", # The name to display for the actor. If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent.
    "email": "A String", # The email address of the actor. If not provided, it is inferred from credentials supplied during case creation. If the authenticated principal does not have an email address, one must be provided. When a name is provided, an email must also be provided. This will be obfuscated if the user is a Google Support agent.
    "googleSupport": True or False, # Output only. Whether the actor is a Google support actor.
  },
  "filename": "A String", # The filename of the attachment (e.g. `"graph.jpg"`).
  "mimeType": "A String", # Output only. The MIME type of the attachment (e.g. text/plain).
  "name": "A String", # Output only. The resource name of the attachment.
  "sizeBytes": "A String", # Output only. The size of the attachment in bytes.
}