public static final class UpdateIssueCommentRequest.Builder extends GeneratedMessageV3.Builder<UpdateIssueCommentRequest.Builder> implements UpdateIssueCommentRequestOrBuilder
The request to update an issue comment.
Protobuf type google.cloud.securesourcemanager.v1.UpdateIssueCommentRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public UpdateIssueCommentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public UpdateIssueCommentRequest build()
public UpdateIssueCommentRequest buildPartial()
public UpdateIssueCommentRequest.Builder clear()
Overrides
public UpdateIssueCommentRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public UpdateIssueCommentRequest.Builder clearIssueComment()
Required. The issue comment to update.
.google.cloud.securesourcemanager.v1.IssueComment issue_comment = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateIssueCommentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public UpdateIssueCommentRequest.Builder clearUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
issue comment resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask.
The special value "*" means full replacement.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateIssueCommentRequest.Builder clone()
Overrides
public UpdateIssueCommentRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public IssueComment getIssueComment()
Required. The issue comment to update.
.google.cloud.securesourcemanager.v1.IssueComment issue_comment = 1 [(.google.api.field_behavior) = REQUIRED];
public IssueComment.Builder getIssueCommentBuilder()
Required. The issue comment to update.
.google.cloud.securesourcemanager.v1.IssueComment issue_comment = 1 [(.google.api.field_behavior) = REQUIRED];
public IssueCommentOrBuilder getIssueCommentOrBuilder()
Required. The issue comment to update.
.google.cloud.securesourcemanager.v1.IssueComment issue_comment = 1 [(.google.api.field_behavior) = REQUIRED];
public FieldMask getUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
issue comment resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask.
The special value "*" means full replacement.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
public FieldMask.Builder getUpdateMaskBuilder()
Optional. Field mask is used to specify the fields to be overwritten in the
issue comment resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask.
The special value "*" means full replacement.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Field mask is used to specify the fields to be overwritten in the
issue comment resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask.
The special value "*" means full replacement.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public boolean hasIssueComment()
Required. The issue comment to update.
.google.cloud.securesourcemanager.v1.IssueComment issue_comment = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the issueComment field is set.
|
public boolean hasUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
issue comment resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask.
The special value "*" means full replacement.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public UpdateIssueCommentRequest.Builder mergeFrom(UpdateIssueCommentRequest other)
public UpdateIssueCommentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public UpdateIssueCommentRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public UpdateIssueCommentRequest.Builder mergeIssueComment(IssueComment value)
Required. The issue comment to update.
.google.cloud.securesourcemanager.v1.IssueComment issue_comment = 1 [(.google.api.field_behavior) = REQUIRED];
public final UpdateIssueCommentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public UpdateIssueCommentRequest.Builder mergeUpdateMask(FieldMask value)
Optional. Field mask is used to specify the fields to be overwritten in the
issue comment resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask.
The special value "*" means full replacement.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateIssueCommentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public UpdateIssueCommentRequest.Builder setIssueComment(IssueComment value)
Required. The issue comment to update.
.google.cloud.securesourcemanager.v1.IssueComment issue_comment = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateIssueCommentRequest.Builder setIssueComment(IssueComment.Builder builderForValue)
Required. The issue comment to update.
.google.cloud.securesourcemanager.v1.IssueComment issue_comment = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateIssueCommentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final UpdateIssueCommentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public UpdateIssueCommentRequest.Builder setUpdateMask(FieldMask value)
Optional. Field mask is used to specify the fields to be overwritten in the
issue comment resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask.
The special value "*" means full replacement.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateIssueCommentRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Optional. Field mask is used to specify the fields to be overwritten in the
issue comment resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask.
The special value "*" means full replacement.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
builderForValue |
Builder
|