public interface ReportRuntimeEventRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvent()
public abstract Event getEvent()Required. The Event to be reported.
.google.cloud.notebooks.v1.Event event = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the event field is set. |