All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.pubsub.model.UpdateSnapshotRequest.html Maven / Gradle / Ivy

There is a newer version: v1-rev20240730-2.0.0
Show newest version






UpdateSnapshotRequest (Cloud Pub/Sub API v1-rev20240918-2.0.0)












com.google.api.services.pubsub.model

Class UpdateSnapshotRequest

    • Constructor Detail

      • UpdateSnapshotRequest

        public UpdateSnapshotRequest()
    • Method Detail

      • getSnapshot

        public Snapshot getSnapshot()
        Required. The updated snapshot object.
        Returns:
        value or null for none
      • setSnapshot

        public UpdateSnapshotRequest setSnapshot(Snapshot snapshot)
        Required. The updated snapshot object.
        Parameters:
        snapshot - snapshot or null for none
      • getUpdateMask

        public String getUpdateMask()
        Required. Indicates which fields in the provided snapshot to update. Must be specified and non- empty.
        Returns:
        value or null for none
      • setUpdateMask

        public UpdateSnapshotRequest setUpdateMask(String updateMask)
        Required. Indicates which fields in the provided snapshot to update. Must be specified and non- empty.
        Parameters:
        updateMask - updateMask or null for none
      • clone

        public UpdateSnapshotRequest clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy