Class Event.Builder (1.2.0)

public static final class Event.Builder extends GeneratedMessageV3.Builder<Event.Builder> implements EventOrBuilder

The definition of an Event for a managed / semi-managed notebook instance.

Protobuf type google.cloud.notebooks.v1.Event

Implements

EventOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Event.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Event.Builder
Overrides

build()

public Event build()
Returns
TypeDescription
Event

buildPartial()

public Event buildPartial()
Returns
TypeDescription
Event

clear()

public Event.Builder clear()
Returns
TypeDescription
Event.Builder
Overrides

clearDetails()

public Event.Builder clearDetails()
Returns
TypeDescription
Event.Builder

clearField(Descriptors.FieldDescriptor field)

public Event.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Event.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Event.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Event.Builder
Overrides

clearReportTime()

public Event.Builder clearReportTime()

Event report time.

.google.protobuf.Timestamp report_time = 1;

Returns
TypeDescription
Event.Builder

clearType()

public Event.Builder clearType()

Event type.

.google.cloud.notebooks.v1.Event.EventType type = 2;

Returns
TypeDescription
Event.Builder

This builder for chaining.

clone()

public Event.Builder clone()
Returns
TypeDescription
Event.Builder
Overrides

containsDetails(String key)

public boolean containsDetails(String key)

Optional. Event details. This field is used to pass event information.

map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getDefaultInstanceForType()

public Event getDefaultInstanceForType()
Returns
TypeDescription
Event

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDetails()

public Map<String,String> getDetails()

Use #getDetailsMap() instead.

Returns
TypeDescription
Map<String,String>

getDetailsCount()

public int getDetailsCount()

Optional. Event details. This field is used to pass event information.

map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getDetailsMap()

public Map<String,String> getDetailsMap()

Optional. Event details. This field is used to pass event information.

map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Map<String,String>

getDetailsOrDefault(String key, String defaultValue)

public String getDetailsOrDefault(String key, String defaultValue)

Optional. Event details. This field is used to pass event information.

map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getDetailsOrThrow(String key)

public String getDetailsOrThrow(String key)

Optional. Event details. This field is used to pass event information.

map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getMutableDetails()

public Map<String,String> getMutableDetails()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getReportTime()

public Timestamp getReportTime()

Event report time.

.google.protobuf.Timestamp report_time = 1;

Returns
TypeDescription
Timestamp

The reportTime.

getReportTimeBuilder()

public Timestamp.Builder getReportTimeBuilder()

Event report time.

.google.protobuf.Timestamp report_time = 1;

Returns
TypeDescription
Builder

getReportTimeOrBuilder()

public TimestampOrBuilder getReportTimeOrBuilder()

Event report time.

.google.protobuf.Timestamp report_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getType()

public Event.EventType getType()

Event type.

.google.cloud.notebooks.v1.Event.EventType type = 2;

Returns
TypeDescription
Event.EventType

The type.

getTypeValue()

public int getTypeValue()

Event type.

.google.cloud.notebooks.v1.Event.EventType type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

hasReportTime()

public boolean hasReportTime()

Event report time.

.google.protobuf.Timestamp report_time = 1;

Returns
TypeDescription
boolean

Whether the reportTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

internalGetMutableMapField(int number)

protected MapField internalGetMutableMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Event other)

public Event.Builder mergeFrom(Event other)
Parameter
NameDescription
otherEvent
Returns
TypeDescription
Event.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Event.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Event.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Event.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Event.Builder
Overrides

mergeReportTime(Timestamp value)

public Event.Builder mergeReportTime(Timestamp value)

Event report time.

.google.protobuf.Timestamp report_time = 1;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Event.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Event.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Event.Builder
Overrides

putAllDetails(Map<String,String> values)

public Event.Builder putAllDetails(Map<String,String> values)

Optional. Event details. This field is used to pass event information.

map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
Event.Builder

putDetails(String key, String value)

public Event.Builder putDetails(String key, String value)

Optional. Event details. This field is used to pass event information.

map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Event.Builder

removeDetails(String key)

public Event.Builder removeDetails(String key)

Optional. Event details. This field is used to pass event information.

map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
Event.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Event.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Event.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Event.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Event.Builder
Overrides

setReportTime(Timestamp value)

public Event.Builder setReportTime(Timestamp value)

Event report time.

.google.protobuf.Timestamp report_time = 1;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Event.Builder

setReportTime(Timestamp.Builder builderForValue)

public Event.Builder setReportTime(Timestamp.Builder builderForValue)

Event report time.

.google.protobuf.Timestamp report_time = 1;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Event.Builder

setType(Event.EventType value)

public Event.Builder setType(Event.EventType value)

Event type.

.google.cloud.notebooks.v1.Event.EventType type = 2;

Parameter
NameDescription
valueEvent.EventType

The type to set.

Returns
TypeDescription
Event.Builder

This builder for chaining.

setTypeValue(int value)

public Event.Builder setTypeValue(int value)

Event type.

.google.cloud.notebooks.v1.Event.EventType type = 2;

Parameter
NameDescription
valueint

The enum numeric value on the wire for type to set.

Returns
TypeDescription
Event.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Event.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Event.Builder
Overrides