Class: Google::Pubsub::V1::UpdateSnapshotRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb

Overview

Request for the UpdateSnapshot method.

ALPHA: This feature is part of an alpha 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.

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotGoogle::Pubsub::V1::Snapshot

Returns The updated snapshot object.

Returns:



517
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 517

class UpdateSnapshotRequest; end

#update_maskGoogle::Protobuf::FieldMask

Returns Indicates which fields in the provided snapshot to update. Must be specified and non-empty.

Returns:



517
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 517

class UpdateSnapshotRequest; end