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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Access getAccess()
      The access to assigned to the user
      AccessOrBuilder getAccessOrBuilder()
      The access to assigned to the user
      java.lang.String getEmail()
      The email address associated to the user
      com.google.protobuf.ByteString getEmailBytes()
      The email address associated to the user
      boolean hasAccess()
      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 Detail

      • getEmail

        java.lang.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;