Interface SetUserNamespaceAccessRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetUserNamespaceAccessRequest,SetUserNamespaceAccessRequest.Builder
@Generated(value="protoc",
comments="annotations:SetUserNamespaceAccessRequestOrBuilder.java.pb.meta")
public interface SetUserNamespaceAccessRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe namespace access to assign the userThe namespace access to assign the userThe id to use for this async operation - optionalcom.google.protobuf.ByteStringThe id to use for this async operation - optionalThe namespace to set permissions forcom.google.protobuf.ByteStringThe namespace to set permissions forThe version of the user for which this update is intended for The latest version can be found in the GetUser operation responsecom.google.protobuf.ByteStringThe version of the user for which this update is intended for The latest version can be found in the GetUser operation responseThe id of the user to set permissions forcom.google.protobuf.ByteStringThe id of the user to set permissions forbooleanThe namespace access to assign 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
-
getNamespace
String getNamespace()The namespace to set permissions for
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()The namespace to set permissions for
string namespace = 1;- Returns:
- The bytes for namespace.
-
getUserId
String getUserId()The id of the user to set permissions for
string user_id = 2;- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()The id of the user to set permissions for
string user_id = 2;- Returns:
- The bytes for userId.
-
hasAccess
boolean hasAccess()The namespace access to assign the user
.temporal.api.cloud.identity.v1.NamespaceAccess access = 3;- Returns:
- Whether the access field is set.
-
getAccess
NamespaceAccess getAccess()The namespace access to assign the user
.temporal.api.cloud.identity.v1.NamespaceAccess access = 3;- Returns:
- The access.
-
getAccessOrBuilder
NamespaceAccessOrBuilder getAccessOrBuilder()The namespace access to assign the user
.temporal.api.cloud.identity.v1.NamespaceAccess access = 3; -
getResourceVersion
String getResourceVersion()The version of the user for which this update is intended for The latest version can be found in the GetUser operation response
string resource_version = 4;- Returns:
- The resourceVersion.
-
getResourceVersionBytes
com.google.protobuf.ByteString getResourceVersionBytes()The version of the user for which this update is intended for The latest version can be found in the GetUser operation response
string resource_version = 4;- Returns:
- The bytes for resourceVersion.
-
getAsyncOperationId
String getAsyncOperationId()The id to use for this async operation - optional
string async_operation_id = 5;- Returns:
- The asyncOperationId.
-
getAsyncOperationIdBytes
com.google.protobuf.ByteString getAsyncOperationIdBytes()The id to use for this async operation - optional
string async_operation_id = 5;- Returns:
- The bytes for asyncOperationId.
-