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 Type
    Method
    Description
    this is user name
    com.google.protobuf.ByteString
    this is user name
    string keyring = 2;
    com.google.protobuf.ByteString
    string keyring = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.