public sealed class RollbackInstanceRequest : IMessage<RollbackInstanceRequest>, IEquatable<RollbackInstanceRequest>, IDeepCloneable<RollbackInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class RollbackInstanceRequest.
Request for rollbacking a notebook instance
Implements
IMessageRollbackInstanceRequest, IEquatableRollbackInstanceRequest, IDeepCloneableRollbackInstanceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V2Assembly
Google.Cloud.Notebooks.V2.dll
Constructors
RollbackInstanceRequest()
public RollbackInstanceRequest()
RollbackInstanceRequest(RollbackInstanceRequest)
public RollbackInstanceRequest(RollbackInstanceRequest other)
Parameter | |
---|---|
Name | Description |
other |
RollbackInstanceRequest |
Properties
InstanceName
public InstanceName InstanceName { get; set; }
InstanceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |
Name
public string Name { get; set; }
Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
Property Value | |
---|---|
Type | Description |
string |
RevisionId
public string RevisionId { get; set; }
Required. Output only. Revision Id
Property Value | |
---|---|
Type | Description |
string |
TargetSnapshot
public string TargetSnapshot { get; set; }
Required. The snapshot for rollback. Example: "projects/test-project/global/snapshots/krwlzipynril".
Property Value | |
---|---|
Type | Description |
string |