public static final class ForceIncidentRoleHandoverRequest.Builder extends GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder> implements ForceIncidentRoleHandoverRequestOrBuilder
Request to force a role handover.Protobuf type
google.cloud.irm.v1alpha2.ForceIncidentRoleHandoverRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>public ForceIncidentRoleHandoverRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>public ForceIncidentRoleHandoverRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ForceIncidentRoleHandoverRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ForceIncidentRoleHandoverRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ForceIncidentRoleHandoverRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>public ForceIncidentRoleHandoverRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>public ForceIncidentRoleHandoverRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>public ForceIncidentRoleHandoverRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>public ForceIncidentRoleHandoverRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>public ForceIncidentRoleHandoverRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>public ForceIncidentRoleHandoverRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ForceIncidentRoleHandoverRequest.Builder>public ForceIncidentRoleHandoverRequest.Builder mergeFrom(ForceIncidentRoleHandoverRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>public ForceIncidentRoleHandoverRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ForceIncidentRoleHandoverRequest.Builder>IOExceptionpublic String getName()
Required. Resource name of the role assignment.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getName in interface ForceIncidentRoleHandoverRequestOrBuilderpublic ByteString getNameBytes()
Required. Resource name of the role assignment.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getNameBytes in interface ForceIncidentRoleHandoverRequestOrBuilderpublic ForceIncidentRoleHandoverRequest.Builder setName(String value)
Required. Resource name of the role assignment.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The name to set.public ForceIncidentRoleHandoverRequest.Builder clearName()
Required. Resource name of the role assignment.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ForceIncidentRoleHandoverRequest.Builder setNameBytes(ByteString value)
Required. Resource name of the role assignment.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for name to set.public boolean hasNewAssignee()
Required. The proposed assignee, who will now be the assignee. This should not be the current user; otherwise ConfirmRoleHandover should be called.
.google.cloud.irm.v1alpha2.User new_assignee = 2 [(.google.api.field_behavior) = REQUIRED];
hasNewAssignee in interface ForceIncidentRoleHandoverRequestOrBuilderpublic User getNewAssignee()
Required. The proposed assignee, who will now be the assignee. This should not be the current user; otherwise ConfirmRoleHandover should be called.
.google.cloud.irm.v1alpha2.User new_assignee = 2 [(.google.api.field_behavior) = REQUIRED];
getNewAssignee in interface ForceIncidentRoleHandoverRequestOrBuilderpublic ForceIncidentRoleHandoverRequest.Builder setNewAssignee(User value)
Required. The proposed assignee, who will now be the assignee. This should not be the current user; otherwise ConfirmRoleHandover should be called.
.google.cloud.irm.v1alpha2.User new_assignee = 2 [(.google.api.field_behavior) = REQUIRED];
public ForceIncidentRoleHandoverRequest.Builder setNewAssignee(User.Builder builderForValue)
Required. The proposed assignee, who will now be the assignee. This should not be the current user; otherwise ConfirmRoleHandover should be called.
.google.cloud.irm.v1alpha2.User new_assignee = 2 [(.google.api.field_behavior) = REQUIRED];
public ForceIncidentRoleHandoverRequest.Builder mergeNewAssignee(User value)
Required. The proposed assignee, who will now be the assignee. This should not be the current user; otherwise ConfirmRoleHandover should be called.
.google.cloud.irm.v1alpha2.User new_assignee = 2 [(.google.api.field_behavior) = REQUIRED];
public ForceIncidentRoleHandoverRequest.Builder clearNewAssignee()
Required. The proposed assignee, who will now be the assignee. This should not be the current user; otherwise ConfirmRoleHandover should be called.
.google.cloud.irm.v1alpha2.User new_assignee = 2 [(.google.api.field_behavior) = REQUIRED];
public User.Builder getNewAssigneeBuilder()
Required. The proposed assignee, who will now be the assignee. This should not be the current user; otherwise ConfirmRoleHandover should be called.
.google.cloud.irm.v1alpha2.User new_assignee = 2 [(.google.api.field_behavior) = REQUIRED];
public UserOrBuilder getNewAssigneeOrBuilder()
Required. The proposed assignee, who will now be the assignee. This should not be the current user; otherwise ConfirmRoleHandover should be called.
.google.cloud.irm.v1alpha2.User new_assignee = 2 [(.google.api.field_behavior) = REQUIRED];
getNewAssigneeOrBuilder in interface ForceIncidentRoleHandoverRequestOrBuilderpublic final ForceIncidentRoleHandoverRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>public final ForceIncidentRoleHandoverRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ForceIncidentRoleHandoverRequest.Builder>Copyright © 2020 Google LLC. All rights reserved.