google_api_pub_sub v0.3.0 GoogleApi.PubSub.V1.Model.UpdateSnapshotRequest View Source
Request for the UpdateSnapshot method.<br><br> <b>BETA:</b> This feature is part of a beta release. This API might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.
Attributes
- snapshot (Snapshot): The updated snapshot object. Defaults to:
null
. - updateMask (String.t): Indicates which fields in the provided snapshot to update. Must be specified and non-empty. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.PubSub.V1.Model.UpdateSnapshotRequest{
snapshot: GoogleApi.PubSub.V1.Model.Snapshot.t(),
updateMask: any()
}
t() :: %GoogleApi.PubSub.V1.Model.UpdateSnapshotRequest{ snapshot: GoogleApi.PubSub.V1.Model.Snapshot.t(), updateMask: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.