Interface ReportRuntimeEventRequestOrBuilder (1.35.0)

public interface ReportRuntimeEventRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvent()

public abstract Event getEvent()

Required. The Event to be reported.

.google.cloud.notebooks.v1.Event event = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Event

The event.

getEventOrBuilder()

public abstract EventOrBuilder getEventOrBuilder()

Required. The Event to be reported.

.google.cloud.notebooks.v1.Event event = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EventOrBuilder

getName()

public abstract String getName()

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

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getVmId()

public abstract String getVmId()

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

string vm_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The vmId.

getVmIdBytes()

public abstract ByteString getVmIdBytes()

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

string vm_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for vmId.

hasEvent()

public abstract boolean hasEvent()

Required. The Event to be reported.

.google.cloud.notebooks.v1.Event event = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the event field is set.