Interface UserOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
User,User.Builder
@Generated(value="protoc", comments="annotations:UserOrBuilder.java.pb.meta") public interface UserOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsyncOperationId()The id of the async operation that is creating/updating/deleting the user, if anycom.google.protobuf.ByteStringgetAsyncOperationIdBytes()The id of the async operation that is creating/updating/deleting the user, if anycom.google.protobuf.TimestampgetCreatedTime()The date and time when the user was createdcom.google.protobuf.TimestampOrBuildergetCreatedTimeOrBuilder()The date and time when the user was createdjava.lang.StringgetId()The id of the usercom.google.protobuf.ByteStringgetIdBytes()The id of the userInvitationgetInvitation()The details of the open invitation sent to the user, if anyInvitationOrBuildergetInvitationOrBuilder()The details of the open invitation sent to the user, if anycom.google.protobuf.TimestampgetLastModifiedTime()The date and time when the user was last modified Will not be set if the user has never been modifiedcom.google.protobuf.TimestampOrBuildergetLastModifiedTimeOrBuilder()The date and time when the user was last modified Will not be set if the user has never been modifiedjava.lang.StringgetResourceVersion()The current version of the user specification The next update operation will have to include this versioncom.google.protobuf.ByteStringgetResourceVersionBytes()The current version of the user specification The next update operation will have to include this versionUserSpecgetSpec()The user specificationUserSpecOrBuildergetSpecOrBuilder()The user specificationjava.lang.StringgetState()The current state of the usercom.google.protobuf.ByteStringgetStateBytes()The current state of the userbooleanhasCreatedTime()The date and time when the user was createdbooleanhasInvitation()The details of the open invitation sent to the user, if anybooleanhasLastModifiedTime()The date and time when the user was last modified Will not be set if the user has never been modifiedbooleanhasSpec()The user specification-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
The id of the user
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
The id of the user
string id = 1;- Returns:
- The bytes for id.
-
getResourceVersion
java.lang.String getResourceVersion()
The current version of the user specification The next update operation will have to include this version
string resource_version = 2;- Returns:
- The resourceVersion.
-
getResourceVersionBytes
com.google.protobuf.ByteString getResourceVersionBytes()
The current version of the user specification The next update operation will have to include this version
string resource_version = 2;- Returns:
- The bytes for resourceVersion.
-
hasSpec
boolean hasSpec()
The user specification
.temporal.api.cloud.identity.v1.UserSpec spec = 3;- Returns:
- Whether the spec field is set.
-
getSpec
UserSpec getSpec()
The user specification
.temporal.api.cloud.identity.v1.UserSpec spec = 3;- Returns:
- The spec.
-
getSpecOrBuilder
UserSpecOrBuilder getSpecOrBuilder()
The user specification
.temporal.api.cloud.identity.v1.UserSpec spec = 3;
-
getState
java.lang.String getState()
The current state of the user
string state = 4;- Returns:
- The state.
-
getStateBytes
com.google.protobuf.ByteString getStateBytes()
The current state of the user
string state = 4;- Returns:
- The bytes for state.
-
getAsyncOperationId
java.lang.String getAsyncOperationId()
The id of the async operation that is creating/updating/deleting the user, if any
string async_operation_id = 5;- Returns:
- The asyncOperationId.
-
getAsyncOperationIdBytes
com.google.protobuf.ByteString getAsyncOperationIdBytes()
The id of the async operation that is creating/updating/deleting the user, if any
string async_operation_id = 5;- Returns:
- The bytes for asyncOperationId.
-
hasInvitation
boolean hasInvitation()
The details of the open invitation sent to the user, if any
.temporal.api.cloud.identity.v1.Invitation invitation = 6;- Returns:
- Whether the invitation field is set.
-
getInvitation
Invitation getInvitation()
The details of the open invitation sent to the user, if any
.temporal.api.cloud.identity.v1.Invitation invitation = 6;- Returns:
- The invitation.
-
getInvitationOrBuilder
InvitationOrBuilder getInvitationOrBuilder()
The details of the open invitation sent to the user, if any
.temporal.api.cloud.identity.v1.Invitation invitation = 6;
-
hasCreatedTime
boolean hasCreatedTime()
The date and time when the user was created
.google.protobuf.Timestamp created_time = 7;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
com.google.protobuf.Timestamp getCreatedTime()
The date and time when the user was created
.google.protobuf.Timestamp created_time = 7;- Returns:
- The createdTime.
-
getCreatedTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedTimeOrBuilder()
The date and time when the user was created
.google.protobuf.Timestamp created_time = 7;
-
hasLastModifiedTime
boolean hasLastModifiedTime()
The date and time when the user was last modified Will not be set if the user has never been modified
.google.protobuf.Timestamp last_modified_time = 8;- Returns:
- Whether the lastModifiedTime field is set.
-
getLastModifiedTime
com.google.protobuf.Timestamp getLastModifiedTime()
The date and time when the user was last modified Will not be set if the user has never been modified
.google.protobuf.Timestamp last_modified_time = 8;- Returns:
- The lastModifiedTime.
-
getLastModifiedTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLastModifiedTimeOrBuilder()
The date and time when the user was last modified Will not be set if the user has never been modified
.google.protobuf.Timestamp last_modified_time = 8;
-
-