public sealed class RefreshRuntimeTokenInternalRequest : IMessage<RefreshRuntimeTokenInternalRequest>, IEquatable<RefreshRuntimeTokenInternalRequest>, IDeepCloneable<RefreshRuntimeTokenInternalRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class RefreshRuntimeTokenInternalRequest.
Request for getting a new access token.
Implements
IMessageRefreshRuntimeTokenInternalRequest, IEquatableRefreshRuntimeTokenInternalRequest, IDeepCloneableRefreshRuntimeTokenInternalRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
RefreshRuntimeTokenInternalRequest()
public RefreshRuntimeTokenInternalRequest()
RefreshRuntimeTokenInternalRequest(RefreshRuntimeTokenInternalRequest)
public RefreshRuntimeTokenInternalRequest(RefreshRuntimeTokenInternalRequest other)
Parameter | |
---|---|
Name | Description |
other |
RefreshRuntimeTokenInternalRequest |
Properties
Name
public string Name { get; set; }
Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
Property Value | |
---|---|
Type | Description |
string |
RuntimeName
public RuntimeName RuntimeName { get; set; }
RuntimeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |