View Source GoogleApi.ManagedIdentities.V1.Model.ExtendSchemaRequest (google_api_managed_identities v0.18.0)

ExtendSchemaRequest is the request message for ExtendSchema method.

Attributes

  • description (type: String.t, default: nil) - Required. Description for Schema Change.
  • fileContents (type: String.t, default: nil) - File uploaded as a byte stream input.
  • gcsPath (type: String.t, default: nil) - File stored in Cloud Storage bucket and represented in the form projects/{project_id}/buckets/{bucket_name}/objects/{object_name} File should be in the same project as the domain.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ManagedIdentities.V1.Model.ExtendSchemaRequest{
  description: String.t() | nil,
  fileContents: String.t() | nil,
  gcsPath: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.