View Source GoogleApi.ArtifactRegistry.V1.Model.UploadFileRequest (google_api_artifact_registry v0.22.1)

The request to upload a file.

Attributes

  • fileId (type: String.t, default: nil) - Optional. The ID of the file. If left empty will default to sha256 digest of the content uploaded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.UploadFileRequest{
  fileId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.