Class GetRuntimeProjectAttachmentRequest.Builder (0.36.0)

public static final class GetRuntimeProjectAttachmentRequest.Builder extends GeneratedMessage.Builder<GetRuntimeProjectAttachmentRequest.Builder> implements GetRuntimeProjectAttachmentRequestOrBuilder

The GetRuntimeProjectAttachment method's request.

Protobuf type google.cloud.apihub.v1.GetRuntimeProjectAttachmentRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetRuntimeProjectAttachmentRequest build()
Returns
Type Description
GetRuntimeProjectAttachmentRequest

buildPartial()

public GetRuntimeProjectAttachmentRequest buildPartial()
Returns
Type Description
GetRuntimeProjectAttachmentRequest

clear()

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

clearName()

public GetRuntimeProjectAttachmentRequest.Builder clearName()

Required. The name of the API resource to retrieve. Format: projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}

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

Returns
Type Description
GetRuntimeProjectAttachmentRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetRuntimeProjectAttachmentRequest getDefaultInstanceForType()
Returns
Type Description
GetRuntimeProjectAttachmentRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the API resource to retrieve. Format: projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the API resource to retrieve. Format: projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetRuntimeProjectAttachmentRequest.Builder setName(String value)

Required. The name of the API resource to retrieve. Format: projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetRuntimeProjectAttachmentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetRuntimeProjectAttachmentRequest.Builder setNameBytes(ByteString value)

Required. The name of the API resource to retrieve. Format: projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}

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

This builder for chaining.