public static final class Table.UpdateDatabaseInfoEntry.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder> implements Table.UpdateDatabaseInfoEntryOrBuilder
next available id: 6Protobuf type
alluxio.proto.journal.UpdateDatabaseInfoEntry
Modifier and Type | Method and Description |
---|---|
Table.UpdateDatabaseInfoEntry.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Table.UpdateDatabaseInfoEntry |
build() |
Table.UpdateDatabaseInfoEntry |
buildPartial() |
Table.UpdateDatabaseInfoEntry.Builder |
clear() |
Table.UpdateDatabaseInfoEntry.Builder |
clearComment()
optional string comment = 6; |
Table.UpdateDatabaseInfoEntry.Builder |
clearDbName()
optional string db_name = 1; |
Table.UpdateDatabaseInfoEntry.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Table.UpdateDatabaseInfoEntry.Builder |
clearLocation()
optional string location = 2; |
Table.UpdateDatabaseInfoEntry.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Table.UpdateDatabaseInfoEntry.Builder |
clearOwnerName()
optional string owner_name = 4; |
Table.UpdateDatabaseInfoEntry.Builder |
clearOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 5; |
Table.UpdateDatabaseInfoEntry.Builder |
clearParameter() |
Table.UpdateDatabaseInfoEntry.Builder |
clone() |
boolean |
containsParameter(String key)
map<string, string> parameter = 3; |
String |
getComment()
optional string comment = 6; |
com.google.protobuf.ByteString |
getCommentBytes()
optional string comment = 6; |
String |
getDbName()
optional string db_name = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
optional string db_name = 1; |
Table.UpdateDatabaseInfoEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getLocation()
optional string location = 2; |
com.google.protobuf.ByteString |
getLocationBytes()
optional string location = 2; |
Map<String,String> |
getMutableParameter()
Deprecated.
|
String |
getOwnerName()
optional string owner_name = 4; |
com.google.protobuf.ByteString |
getOwnerNameBytes()
optional string owner_name = 4; |
PrincipalType |
getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 5; |
Map<String,String> |
getParameter()
Deprecated.
|
int |
getParameterCount()
map<string, string> parameter = 3; |
Map<String,String> |
getParameterMap()
map<string, string> parameter = 3; |
String |
getParameterOrDefault(String key,
String defaultValue)
map<string, string> parameter = 3; |
String |
getParameterOrThrow(String key)
map<string, string> parameter = 3; |
boolean |
hasComment()
optional string comment = 6; |
boolean |
hasDbName()
optional string db_name = 1; |
boolean |
hasLocation()
optional string location = 2; |
boolean |
hasOwnerName()
optional string owner_name = 4; |
boolean |
hasOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
Table.UpdateDatabaseInfoEntry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Table.UpdateDatabaseInfoEntry.Builder |
mergeFrom(com.google.protobuf.Message other) |
Table.UpdateDatabaseInfoEntry.Builder |
mergeFrom(Table.UpdateDatabaseInfoEntry other) |
Table.UpdateDatabaseInfoEntry.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Table.UpdateDatabaseInfoEntry.Builder |
putAllParameter(Map<String,String> values)
map<string, string> parameter = 3; |
Table.UpdateDatabaseInfoEntry.Builder |
putParameter(String key,
String value)
map<string, string> parameter = 3; |
Table.UpdateDatabaseInfoEntry.Builder |
removeParameter(String key)
map<string, string> parameter = 3; |
Table.UpdateDatabaseInfoEntry.Builder |
setComment(String value)
optional string comment = 6; |
Table.UpdateDatabaseInfoEntry.Builder |
setCommentBytes(com.google.protobuf.ByteString value)
optional string comment = 6; |
Table.UpdateDatabaseInfoEntry.Builder |
setDbName(String value)
optional string db_name = 1; |
Table.UpdateDatabaseInfoEntry.Builder |
setDbNameBytes(com.google.protobuf.ByteString value)
optional string db_name = 1; |
Table.UpdateDatabaseInfoEntry.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Table.UpdateDatabaseInfoEntry.Builder |
setLocation(String value)
optional string location = 2; |
Table.UpdateDatabaseInfoEntry.Builder |
setLocationBytes(com.google.protobuf.ByteString value)
optional string location = 2; |
Table.UpdateDatabaseInfoEntry.Builder |
setOwnerName(String value)
optional string owner_name = 4; |
Table.UpdateDatabaseInfoEntry.Builder |
setOwnerNameBytes(com.google.protobuf.ByteString value)
optional string owner_name = 4; |
Table.UpdateDatabaseInfoEntry.Builder |
setOwnerType(PrincipalType value)
optional .alluxio.grpc.table.PrincipalType owner_type = 5; |
Table.UpdateDatabaseInfoEntry.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Table.UpdateDatabaseInfoEntry.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public Table.UpdateDatabaseInfoEntry.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public Table.UpdateDatabaseInfoEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Table.UpdateDatabaseInfoEntry build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Table.UpdateDatabaseInfoEntry buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Table.UpdateDatabaseInfoEntry.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public Table.UpdateDatabaseInfoEntry.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public Table.UpdateDatabaseInfoEntry.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public Table.UpdateDatabaseInfoEntry.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public Table.UpdateDatabaseInfoEntry.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public Table.UpdateDatabaseInfoEntry.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public Table.UpdateDatabaseInfoEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public Table.UpdateDatabaseInfoEntry.Builder mergeFrom(Table.UpdateDatabaseInfoEntry other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public Table.UpdateDatabaseInfoEntry.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Table.UpdateDatabaseInfoEntry.Builder>
IOException
public boolean hasDbName()
optional string db_name = 1;
hasDbName
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public String getDbName()
optional string db_name = 1;
getDbName
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public com.google.protobuf.ByteString getDbNameBytes()
optional string db_name = 1;
getDbNameBytes
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public Table.UpdateDatabaseInfoEntry.Builder setDbName(String value)
optional string db_name = 1;
value
- The dbName to set.public Table.UpdateDatabaseInfoEntry.Builder clearDbName()
optional string db_name = 1;
public Table.UpdateDatabaseInfoEntry.Builder setDbNameBytes(com.google.protobuf.ByteString value)
optional string db_name = 1;
value
- The bytes for dbName to set.public boolean hasLocation()
optional string location = 2;
hasLocation
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public String getLocation()
optional string location = 2;
getLocation
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public com.google.protobuf.ByteString getLocationBytes()
optional string location = 2;
getLocationBytes
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public Table.UpdateDatabaseInfoEntry.Builder setLocation(String value)
optional string location = 2;
value
- The location to set.public Table.UpdateDatabaseInfoEntry.Builder clearLocation()
optional string location = 2;
public Table.UpdateDatabaseInfoEntry.Builder setLocationBytes(com.google.protobuf.ByteString value)
optional string location = 2;
value
- The bytes for location to set.public int getParameterCount()
Table.UpdateDatabaseInfoEntryOrBuilder
map<string, string> parameter = 3;
getParameterCount
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public boolean containsParameter(String key)
map<string, string> parameter = 3;
containsParameter
in interface Table.UpdateDatabaseInfoEntryOrBuilder
@Deprecated public Map<String,String> getParameter()
getParameterMap()
instead.getParameter
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public Map<String,String> getParameterMap()
map<string, string> parameter = 3;
getParameterMap
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public String getParameterOrDefault(String key, String defaultValue)
map<string, string> parameter = 3;
getParameterOrDefault
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public String getParameterOrThrow(String key)
map<string, string> parameter = 3;
getParameterOrThrow
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public Table.UpdateDatabaseInfoEntry.Builder clearParameter()
public Table.UpdateDatabaseInfoEntry.Builder removeParameter(String key)
map<string, string> parameter = 3;
@Deprecated public Map<String,String> getMutableParameter()
public Table.UpdateDatabaseInfoEntry.Builder putParameter(String key, String value)
map<string, string> parameter = 3;
public Table.UpdateDatabaseInfoEntry.Builder putAllParameter(Map<String,String> values)
map<string, string> parameter = 3;
public boolean hasOwnerName()
optional string owner_name = 4;
hasOwnerName
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public String getOwnerName()
optional string owner_name = 4;
getOwnerName
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public com.google.protobuf.ByteString getOwnerNameBytes()
optional string owner_name = 4;
getOwnerNameBytes
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public Table.UpdateDatabaseInfoEntry.Builder setOwnerName(String value)
optional string owner_name = 4;
value
- The ownerName to set.public Table.UpdateDatabaseInfoEntry.Builder clearOwnerName()
optional string owner_name = 4;
public Table.UpdateDatabaseInfoEntry.Builder setOwnerNameBytes(com.google.protobuf.ByteString value)
optional string owner_name = 4;
value
- The bytes for ownerName to set.public boolean hasOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 5;
hasOwnerType
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public PrincipalType getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 5;
getOwnerType
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public Table.UpdateDatabaseInfoEntry.Builder setOwnerType(PrincipalType value)
optional .alluxio.grpc.table.PrincipalType owner_type = 5;
value
- The ownerType to set.public Table.UpdateDatabaseInfoEntry.Builder clearOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 5;
public boolean hasComment()
optional string comment = 6;
hasComment
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public String getComment()
optional string comment = 6;
getComment
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public com.google.protobuf.ByteString getCommentBytes()
optional string comment = 6;
getCommentBytes
in interface Table.UpdateDatabaseInfoEntryOrBuilder
public Table.UpdateDatabaseInfoEntry.Builder setComment(String value)
optional string comment = 6;
value
- The comment to set.public Table.UpdateDatabaseInfoEntry.Builder clearComment()
optional string comment = 6;
public Table.UpdateDatabaseInfoEntry.Builder setCommentBytes(com.google.protobuf.ByteString value)
optional string comment = 6;
value
- The bytes for comment to set.public final Table.UpdateDatabaseInfoEntry.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
public final Table.UpdateDatabaseInfoEntry.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Table.UpdateDatabaseInfoEntry.Builder>
Copyright © 2023. All Rights Reserved.