Class ReportRuntimeEventRequest.Builder (1.81.0)

public static final class ReportRuntimeEventRequest.Builder extends GeneratedMessage.Builder<ReportRuntimeEventRequest.Builder> implements ReportRuntimeEventRequestOrBuilder

Request for reporting a Managed Notebook Event.

Protobuf type google.cloud.notebooks.v1.ReportRuntimeEventRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ReportRuntimeEventRequest build()
Returns
Type Description
ReportRuntimeEventRequest

buildPartial()

public ReportRuntimeEventRequest buildPartial()
Returns
Type Description
ReportRuntimeEventRequest

clear()

public ReportRuntimeEventRequest.Builder clear()
Returns
Type Description
ReportRuntimeEventRequest.Builder
Overrides

clearEvent()

public ReportRuntimeEventRequest.Builder clearEvent()

Required. The Event to be reported.

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

Returns
Type Description
ReportRuntimeEventRequest.Builder

clearName()

public ReportRuntimeEventRequest.Builder clearName()

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
ReportRuntimeEventRequest.Builder

This builder for chaining.

clearVmId()

public ReportRuntimeEventRequest.Builder clearVmId()

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
ReportRuntimeEventRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ReportRuntimeEventRequest getDefaultInstanceForType()
Returns
Type Description
ReportRuntimeEventRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEvent()

public 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.

getEventBuilder()

public Event.Builder getEventBuilder()

Required. The Event to be reported.

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

Returns
Type Description
Event.Builder

getEventOrBuilder()

public 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 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 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeEvent(Event value)

public ReportRuntimeEventRequest.Builder mergeEvent(Event value)

Required. The Event to be reported.

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

Parameter
Name Description
value Event
Returns
Type Description
ReportRuntimeEventRequest.Builder

mergeFrom(ReportRuntimeEventRequest other)

public ReportRuntimeEventRequest.Builder mergeFrom(ReportRuntimeEventRequest other)
Parameter
Name Description
other ReportRuntimeEventRequest
Returns
Type Description
ReportRuntimeEventRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ReportRuntimeEventRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportRuntimeEventRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ReportRuntimeEventRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ReportRuntimeEventRequest.Builder
Overrides

setEvent(Event value)

public ReportRuntimeEventRequest.Builder setEvent(Event value)

Required. The Event to be reported.

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

Parameter
Name Description
value Event
Returns
Type Description
ReportRuntimeEventRequest.Builder

setEvent(Event.Builder builderForValue)

public ReportRuntimeEventRequest.Builder setEvent(Event.Builder builderForValue)

Required. The Event to be reported.

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

Parameter
Name Description
builderForValue Event.Builder
Returns
Type Description
ReportRuntimeEventRequest.Builder

setName(String value)

public ReportRuntimeEventRequest.Builder setName(String value)

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

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
ReportRuntimeEventRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ReportRuntimeEventRequest.Builder setNameBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
ReportRuntimeEventRequest.Builder

This builder for chaining.

setVmId(String value)

public ReportRuntimeEventRequest.Builder setVmId(String value)

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];

Parameter
Name Description
value String

The vmId to set.

Returns
Type Description
ReportRuntimeEventRequest.Builder

This builder for chaining.

setVmIdBytes(ByteString value)

public ReportRuntimeEventRequest.Builder setVmIdBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for vmId to set.

Returns
Type Description
ReportRuntimeEventRequest.Builder

This builder for chaining.