Interface EventDetail.UserDetailOrBuilder

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

public static interface EventDetail.UserDetailOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Email address for the user account which relates to this event.
    ID of the user account which relates to this event.
    com.google.protobuf.ByteString
    ID of the user account which relates to this event.
    Username for the user which relates to this event, as applicable.
    com.google.protobuf.ByteString
    Username for the user which relates to this event, as applicable.

    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

    • getUid

      String getUid()
       ID of the user account which relates to this event.
       
      string uid = 1 [json_name = "uid", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The uid.
    • getUidBytes

      com.google.protobuf.ByteString getUidBytes()
       ID of the user account which relates to this event.
       
      string uid = 1 [json_name = "uid", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The bytes for uid.
    • getEmail

      com.google.protobuf.ByteString getEmail()
       Email address for the user account which relates to this event. Hashed with SHA-256.
       
      bytes email = 2 [json_name = "email", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The email.
    • getUsername

      String getUsername()
       Username for the user which relates to this event, as applicable. If this event is a tenant-bound event, this
       username will be the user's in-context tenant username, as applicable.
       
      string username = 3 [json_name = "username", (.google.api.field_behavior) = OPTIONAL, (.validate.rules) = { ... }
      Returns:
      The username.
    • getUsernameBytes

      com.google.protobuf.ByteString getUsernameBytes()
       Username for the user which relates to this event, as applicable. If this event is a tenant-bound event, this
       username will be the user's in-context tenant username, as applicable.
       
      string username = 3 [json_name = "username", (.google.api.field_behavior) = OPTIONAL, (.validate.rules) = { ... }
      Returns:
      The bytes for username.