Class GetPullRequestRequest.Builder (0.55.0)

public static final class GetPullRequestRequest.Builder extends GeneratedMessage.Builder<GetPullRequestRequest.Builder> implements GetPullRequestRequestOrBuilder

GetPullRequestRequest is the request to get a pull request.

Protobuf type google.cloud.securesourcemanager.v1.GetPullRequestRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetPullRequestRequest build()
Returns
Type Description
GetPullRequestRequest

buildPartial()

public GetPullRequestRequest buildPartial()
Returns
Type Description
GetPullRequestRequest

clear()

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

clearName()

public GetPullRequestRequest.Builder clearName()

Required. Name of the pull request to retrieve. The format is projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request}.

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

Returns
Type Description
GetPullRequestRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetPullRequestRequest getDefaultInstanceForType()
Returns
Type Description
GetPullRequestRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the pull request to retrieve. The format is projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request}.

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 to retrieve. The format is projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request}.

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(GetPullRequestRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetPullRequestRequest.Builder setName(String value)

Required. Name of the pull request to retrieve. The format is projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetPullRequestRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetPullRequestRequest.Builder setNameBytes(ByteString value)

Required. Name of the pull request to retrieve. The format is projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request}.

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
GetPullRequestRequest.Builder

This builder for chaining.