public interface UpdatePullRequestCommentRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPullRequestComment()
public abstract PullRequestComment getPullRequestComment()
Required. The pull request comment to update.
.google.cloud.securesourcemanager.v1.PullRequestComment pull_request_comment = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PullRequestComment |
The pullRequestComment. |
getPullRequestCommentOrBuilder()
public abstract PullRequestCommentOrBuilder getPullRequestCommentOrBuilder()
Required. The pull request comment to update.
.google.cloud.securesourcemanager.v1.PullRequestComment pull_request_comment = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PullRequestCommentOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
pull request comment resource by the update. Updatable fields are
body
.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Field mask is used to specify the fields to be overwritten in the
pull request comment resource by the update. Updatable fields are
body
.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasPullRequestComment()
public abstract boolean hasPullRequestComment()
Required. The pull request comment to update.
.google.cloud.securesourcemanager.v1.PullRequestComment pull_request_comment = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the pullRequestComment field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
pull request comment resource by the update. Updatable fields are
body
.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |