Class GetPullRequestCommentRequest.Builder (0.53.0)

public static final class GetPullRequestCommentRequest.Builder extends GeneratedMessage.Builder<GetPullRequestCommentRequest.Builder> implements GetPullRequestCommentRequestOrBuilder

The request to get a pull request comment.

Protobuf type google.cloud.securesourcemanager.v1.GetPullRequestCommentRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetPullRequestCommentRequest build()
Returns
Type Description
GetPullRequestCommentRequest

buildPartial()

public GetPullRequestCommentRequest buildPartial()
Returns
Type Description
GetPullRequestCommentRequest

clear()

public GetPullRequestCommentRequest.Builder clear()
Returns
Type Description
GetPullRequestCommentRequest.Builder
Overrides

clearName()

public GetPullRequestCommentRequest.Builder clearName()

Required. Name of the pull request comment to retrieve. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetPullRequestCommentRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetPullRequestCommentRequest getDefaultInstanceForType()
Returns
Type Description
GetPullRequestCommentRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. Name of the pull request comment to retrieve. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the pull request comment to retrieve. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetPullRequestCommentRequest other)

public GetPullRequestCommentRequest.Builder mergeFrom(GetPullRequestCommentRequest other)
Parameter
Name Description
other GetPullRequestCommentRequest
Returns
Type Description
GetPullRequestCommentRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetPullRequestCommentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetPullRequestCommentRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetPullRequestCommentRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetPullRequestCommentRequest.Builder
Overrides

setName(String value)

public GetPullRequestCommentRequest.Builder setName(String value)

Required. Name of the pull request comment to retrieve. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetPullRequestCommentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetPullRequestCommentRequest.Builder setNameBytes(ByteString value)

Required. Name of the pull request comment to retrieve. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetPullRequestCommentRequest.Builder

This builder for chaining.