Uses of Class
com.google.cloud.notebooks.v2.Event
-
Packages that use Event Package Description com.google.cloud.notebooks.v2 A client to Notebooks API -
-
Uses of Event in com.google.cloud.notebooks.v2
Methods in com.google.cloud.notebooks.v2 that return Event Modifier and Type Method Description Event
Event.Builder. build()
Event
Event.Builder. buildPartial()
static Event
Event. getDefaultInstance()
Event
Event.Builder. getDefaultInstanceForType()
Event
Event. getDefaultInstanceForType()
static Event
Event. parseDelimitedFrom(InputStream input)
static Event
Event. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(byte[] data)
static Event
Event. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(com.google.protobuf.ByteString data)
static Event
Event. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(com.google.protobuf.CodedInputStream input)
static Event
Event. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(InputStream input)
static Event
Event. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(ByteBuffer data)
static Event
Event. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v2 that return types with arguments of type Event Modifier and Type Method Description com.google.protobuf.Parser<Event>
Event. getParserForType()
static com.google.protobuf.Parser<Event>
Event. parser()
Methods in com.google.cloud.notebooks.v2 with parameters of type Event Modifier and Type Method Description Event.Builder
Event.Builder. mergeFrom(Event other)
static Event.Builder
Event. newBuilder(Event prototype)
-