public interface ConfirmIncidentRoleHandoverRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
User |
getNewAssignee()
Required.
|
UserOrBuilder |
getNewAssigneeOrBuilder()
Required.
|
boolean |
hasNewAssignee()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
Required. Resource name of the role assignment.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getNameBytes()
Required. Resource name of the role assignment.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasNewAssignee()
Required. The proposed assignee, who will now be the assignee. This should be the current user; otherwise ForceRoleHandover should be called.
.google.cloud.irm.v1alpha2.User new_assignee = 2 [(.google.api.field_behavior) = REQUIRED];
User getNewAssignee()
Required. The proposed assignee, who will now be the assignee. This should be the current user; otherwise ForceRoleHandover should be called.
.google.cloud.irm.v1alpha2.User new_assignee = 2 [(.google.api.field_behavior) = REQUIRED];
UserOrBuilder getNewAssigneeOrBuilder()
Required. The proposed assignee, who will now be the assignee. This should be the current user; otherwise ForceRoleHandover should be called.
.google.cloud.irm.v1alpha2.User new_assignee = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2020 Google LLC. All rights reserved.