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