Class RefreshRuntimeTokenInternalRequest (1.0.0-beta04)

public sealed class RefreshRuntimeTokenInternalRequest : IMessage<RefreshRuntimeTokenInternalRequest>, IEquatable<RefreshRuntimeTokenInternalRequest>, IDeepCloneable<RefreshRuntimeTokenInternalRequest>, IBufferMessage, IMessage

Request for getting a new access token.

Inheritance

Object > RefreshRuntimeTokenInternalRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

RefreshRuntimeTokenInternalRequest()

public RefreshRuntimeTokenInternalRequest()

RefreshRuntimeTokenInternalRequest(RefreshRuntimeTokenInternalRequest)

public RefreshRuntimeTokenInternalRequest(RefreshRuntimeTokenInternalRequest other)
Parameter
NameDescription
otherRefreshRuntimeTokenInternalRequest

Properties

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtime_id}

Property Value
TypeDescription
String

RuntimeName

public RuntimeName RuntimeName { get; set; }

RuntimeName-typed view over the Name resource name property.

Property Value
TypeDescription
RuntimeName

VmId

public string VmId { get; set; }

Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity

Property Value
TypeDescription
String