Interface UserSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserSpec, UserSpec.Builder

@Generated(value="protoc", comments="annotations:UserSpecOrBuilder.java.pb.meta") public interface UserSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The access to assigned to the user
    The access to assigned to the user
    The email address associated to the user
    com.google.protobuf.ByteString
    The email address associated to the user
    boolean
    The access to assigned to the user

    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

    • getEmail

      String getEmail()
       The email address associated to the user
       
      string email = 1;
      Returns:
      The email.
    • getEmailBytes

      com.google.protobuf.ByteString getEmailBytes()
       The email address associated to the user
       
      string email = 1;
      Returns:
      The bytes for email.
    • hasAccess

      boolean hasAccess()
       The access to assigned to the user
       
      .temporal.api.cloud.identity.v1.Access access = 2;
      Returns:
      Whether the access field is set.
    • getAccess

      Access getAccess()
       The access to assigned to the user
       
      .temporal.api.cloud.identity.v1.Access access = 2;
      Returns:
      The access.
    • getAccessOrBuilder

      AccessOrBuilder getAccessOrBuilder()
       The access to assigned to the user
       
      .temporal.api.cloud.identity.v1.Access access = 2;