Class Google::Cloud::Dataflow::V1beta3::ListSnapshotsRequest (v0.1.4)

Request to list snapshots.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#job_id

def job_id() -> ::String
Returns
  • (::String) — If specified, list snapshots created from this job.

#job_id=

def job_id=(value) -> ::String
Parameter
  • value (::String) — If specified, list snapshots created from this job.
Returns
  • (::String) — If specified, list snapshots created from this job.

#location

def location() -> ::String
Returns
  • (::String) — The location to list snapshots in.

#location=

def location=(value) -> ::String
Parameter
  • value (::String) — The location to list snapshots in.
Returns
  • (::String) — The location to list snapshots in.

#project_id

def project_id() -> ::String
Returns
  • (::String) — The project ID to list snapshots for.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — The project ID to list snapshots for.
Returns
  • (::String) — The project ID to list snapshots for.