• Home
  • Raw
  • Download

Lines Matching full:snapshot

82 <p class="firstline">Deletes a snapshot.</p>
85 <p class="firstline">Gets information about a snapshot.</p>
97 <pre>Deletes a snapshot.
100 projectId: string, The ID of the Cloud Platform project that the snapshot belongs to. (required)
101 location: string, The location that contains this snapshot. (required)
102 snapshotId: string, The ID of the snapshot. (required)
111 { # Response from deleting a snapshot.
117 <pre>Gets information about a snapshot.
120 projectId: string, The ID of the Cloud Platform project that the snapshot belongs to. (required)
121 location: string, The location that contains this snapshot. (required)
122 snapshotId: string, The ID of the snapshot. (required)
131 { # Represents a snapshot of a job.
132 &quot;creationTime&quot;: &quot;A String&quot;, # The time this snapshot was created.
133 …&quot;description&quot;: &quot;A String&quot;, # User specified description of the snapshot. Maybe…
134 …&quot;diskSizeBytes&quot;: &quot;A String&quot;, # The disk byte size of the snapshot. Only availa…
135 &quot;id&quot;: &quot;A String&quot;, # The unique ID of this snapshot.
136 &quot;projectId&quot;: &quot;A String&quot;, # The project this snapshot belongs to.
137 &quot;pubsubMetadata&quot;: [ # Pub/Sub snapshot metadata.
138 { # Represents a Pubsub snapshot.
139 &quot;expireTime&quot;: &quot;A String&quot;, # The expire time of the Pubsub snapshot.
140 &quot;snapshotName&quot;: &quot;A String&quot;, # The name of the Pubsub snapshot.
144 …&quot;region&quot;: &quot;A String&quot;, # Cloud region where this snapshot lives in, e.g., &quot…
145 &quot;sourceJobId&quot;: &quot;A String&quot;, # The job this snapshot was created from.
146 &quot;state&quot;: &quot;A String&quot;, # State of the snapshot.
147 …&quot;ttl&quot;: &quot;A String&quot;, # The time after which this snapshot will be automatically …
169 { # Represents a snapshot of a job.
170 &quot;creationTime&quot;: &quot;A String&quot;, # The time this snapshot was created.
171 …&quot;description&quot;: &quot;A String&quot;, # User specified description of the snapshot. Maybe…
172 …&quot;diskSizeBytes&quot;: &quot;A String&quot;, # The disk byte size of the snapshot. Only availa…
173 &quot;id&quot;: &quot;A String&quot;, # The unique ID of this snapshot.
174 &quot;projectId&quot;: &quot;A String&quot;, # The project this snapshot belongs to.
175 &quot;pubsubMetadata&quot;: [ # Pub/Sub snapshot metadata.
176 { # Represents a Pubsub snapshot.
177 &quot;expireTime&quot;: &quot;A String&quot;, # The expire time of the Pubsub snapshot.
178 &quot;snapshotName&quot;: &quot;A String&quot;, # The name of the Pubsub snapshot.
182 …&quot;region&quot;: &quot;A String&quot;, # Cloud region where this snapshot lives in, e.g., &quot…
183 &quot;sourceJobId&quot;: &quot;A String&quot;, # The job this snapshot was created from.
184 &quot;state&quot;: &quot;A String&quot;, # State of the snapshot.
185 …&quot;ttl&quot;: &quot;A String&quot;, # The time after which this snapshot will be automatically …