Class PullRequestComment.Review (0.40.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 0.40.0keyboard_arrow_down
public static final class PullRequestComment . Review extends GeneratedMessageV3 implements PullRequestComment . ReviewOrBuilder
The review summary comment.
Protobuf type google.cloud.securesourcemanager.v1.PullRequestComment.Review
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ACTION_TYPE_FIELD_NUMBER
Field Value
Type
Description
int
BODY_FIELD_NUMBER
public static final int BODY_FIELD_NUMBER
Field Value
Type
Description
int
public static final int EFFECTIVE_COMMIT_SHA_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static PullRequestComment . Review getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static PullRequestComment . Review . Builder newBuilder ()
public static PullRequestComment . Review . Builder newBuilder ( PullRequestComment . Review prototype )
public static PullRequestComment . Review parseDelimitedFrom ( InputStream input )
public static PullRequestComment . Review parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static PullRequestComment . Review parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static PullRequestComment . Review parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static PullRequestComment . Review parseFrom ( ByteString data )
public static PullRequestComment . Review parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static PullRequestComment . Review parseFrom ( CodedInputStream input )
public static PullRequestComment . Review parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static PullRequestComment . Review parseFrom ( InputStream input )
public static PullRequestComment . Review parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static PullRequestComment . Review parseFrom ( ByteBuffer data )
public static PullRequestComment . Review parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<PullRequestComment . Review > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public PullRequestComment . Review . ActionType getActionType ()
Required. The review action type.
.google.cloud.securesourcemanager.v1.PullRequestComment.Review.ActionType action_type = 1 [(.google.api.field_behavior) = REQUIRED];
public int getActionTypeValue ()
Required. The review action type.
.google.cloud.securesourcemanager.v1.PullRequestComment.Review.ActionType action_type = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The enum numeric value on the wire for actionType.
getBody()
Optional. The comment body.
string body = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The body.
getBodyBytes()
public ByteString getBodyBytes ()
Optional. The comment body.
string body = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for body.
public PullRequestComment . Review getDefaultInstanceForType ()
public String getEffectiveCommitSha ()
Output only. The effective commit sha this review is pointing to.
string effective_commit_sha = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The effectiveCommitSha.
public ByteString getEffectiveCommitShaBytes ()
Output only. The effective commit sha this review is pointing to.
string effective_commit_sha = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for effectiveCommitSha.
public Parser<PullRequestComment . Review > getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public PullRequestComment . Review . Builder newBuilderForType ()
protected PullRequestComment . Review . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public PullRequestComment . Review . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-16 UTC."],[],[]]