View Source GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaBatchUpdateServicesRequest (google_api_firebase_app_check v0.6.1)

Request message for the BatchUpdateServices method.

Attributes

  • requests (type: list(GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaUpdateServiceRequest.t), default: nil) - Required. The request messages specifying the Services to update. A maximum of 100 objects can be updated in a batch.
  • updateMask (type: String.t, default: nil) - Optional. A comma-separated list of names of fields in the Services to update. Example: display_name. If the update_mask field is set in both this request and any of the UpdateServiceRequest messages, they must match or the entire batch fails and no updates will be committed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaBatchUpdateServicesRequest{
    requests:
      [
        GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaUpdateServiceRequest.t()
      ]
      | nil,
    updateMask: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.