HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.addAllEventTypeSkipLists(Iterable<String> values)
repeated string event_type_skip_lists = 3;
|
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.addEventTypeSkipLists(String value)
repeated string event_type_skip_lists = 3;
|
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.addEventTypeSkipListsBytes(com.google.protobuf.ByteString value)
repeated string event_type_skip_lists = 3;
|
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.clear() |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.clearEventTypeSkipLists()
repeated string event_type_skip_lists = 3;
|
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.clearLastEvent()
int64 last_event = 1;
|
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.clearMaxEvents()
int32 max_events = 2;
|
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.clone() |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.mergeFrom(HiveMetastore.GetNextNotificationRequest other) |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.newBuilder() |
static HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.newBuilder(HiveMetastore.GetNextNotificationRequest prototype) |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.newBuilderForType() |
protected HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.setEventTypeSkipLists(int index,
String value)
repeated string event_type_skip_lists = 3;
|
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.setLastEvent(long value)
int64 last_event = 1;
|
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.setMaxEvents(int value)
int32 max_events = 2;
|
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.GetNextNotificationRequest.Builder |
HiveMetastore.GetNextNotificationRequest.toBuilder() |