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 TypeMethodDescriptionThe access to assigned to the userThe access to assigned to the usergetEmail()The email address associated to the usercom.google.protobuf.ByteStringThe email address associated to the userbooleanThe access to assigned to the userMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEmail
-
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;
-