Package com.buildless

Interface User.NameOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
User.Name, User.Name.Builder
Enclosing class:
User

public static interface User.NameOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Rendered display name for this user, which should be used in UI circumstances.
    com.google.protobuf.ByteString
    Rendered display name for this user, which should be used in UI circumstances.
    Family name of the user, also known as the user's "last" name.
    com.google.protobuf.ByteString
    Family name of the user, also known as the user's "last" name.
    Given name of the user, also known as the user's "first" name.
    com.google.protobuf.ByteString
    Given name of the user, also known as the user's "first" name.

    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

    • getGiven

      String getGiven()
       Given name of the user, also known as the user's "first" name.
       
      string given = 1 [json_name = "given", (.google.api.field_behavior) = REQUIRED];
      Returns:
      The given.
    • getGivenBytes

      com.google.protobuf.ByteString getGivenBytes()
       Given name of the user, also known as the user's "first" name.
       
      string given = 1 [json_name = "given", (.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for given.
    • getFamily

      String getFamily()
       Family name of the user, also known as the user's "last" name.
       
      string family = 2 [json_name = "family", (.google.api.field_behavior) = REQUIRED];
      Returns:
      The family.
    • getFamilyBytes

      com.google.protobuf.ByteString getFamilyBytes()
       Family name of the user, also known as the user's "last" name.
       
      string family = 2 [json_name = "family", (.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for family.
    • getDisplay

      String getDisplay()
       Rendered display name for this user, which should be used in UI circumstances.
       
      string display = 3 [json_name = "display", (.google.api.field_behavior) = REQUIRED];
      Returns:
      The display.
    • getDisplayBytes

      com.google.protobuf.ByteString getDisplayBytes()
       Rendered display name for this user, which should be used in UI circumstances.
       
      string display = 3 [json_name = "display", (.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for display.