Class GetListingRequest.Builder (2.78.0)

public static final class GetListingRequest.Builder extends GeneratedMessage.Builder<GetListingRequest.Builder> implements GetListingRequestOrBuilder

Message for getting a listing.

Protobuf type google.cloud.bigquery.dataexchange.v1beta1.GetListingRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetListingRequest build()
Returns
Type Description
GetListingRequest

buildPartial()

public GetListingRequest buildPartial()
Returns
Type Description
GetListingRequest

clear()

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

clearName()

public GetListingRequest.Builder clearName()

Required. The resource name of the listing. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

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

Returns
Type Description
GetListingRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetListingRequest getDefaultInstanceForType()
Returns
Type Description
GetListingRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the listing. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the listing. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetListingRequest.Builder setName(String value)

Required. The resource name of the listing. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetListingRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetListingRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the listing. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

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

This builder for chaining.