Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.ExecutorUserInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.ExecutorUserInternal,CoordinatorInternalOuterClass.ExecutorUserInternal.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.ExecutorUserInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()this is user namecom.google.protobuf.ByteStringthis is user namestring keyring = 2;com.google.protobuf.ByteStringstring keyring = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
String getId()this is user name
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()this is user name
string id = 1;- Returns:
- The bytes for id.
-
getKeyring
String getKeyring()string keyring = 2;- Returns:
- The keyring.
-
getKeyringBytes
com.google.protobuf.ByteString getKeyringBytes()string keyring = 2;- Returns:
- The bytes for keyring.
-