Class FetchDataSourceRequest.Builder (1.13.0)

public static final class FetchDataSourceRequest.Builder extends GeneratedMessage.Builder<FetchDataSourceRequest.Builder> implements FetchDataSourceRequestOrBuilder

Request message for the FetchDataSource method.

Protobuf type google.shopping.merchant.datasources.v1.FetchDataSourceRequest

Static Methods

getDescriptor()

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

Methods

build()

public FetchDataSourceRequest build()
Returns
Type Description
FetchDataSourceRequest

buildPartial()

public FetchDataSourceRequest buildPartial()
Returns
Type Description
FetchDataSourceRequest

clear()

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

clearName()

public FetchDataSourceRequest.Builder clearName()

Required. The name of the data source resource to fetch. Format: accounts/{account}/dataSources/{datasource}

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

Returns
Type Description
FetchDataSourceRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public FetchDataSourceRequest getDefaultInstanceForType()
Returns
Type Description
FetchDataSourceRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the data source resource to fetch. Format: accounts/{account}/dataSources/{datasource}

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 data source resource to fetch. Format: accounts/{account}/dataSources/{datasource}

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(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(FetchDataSourceRequest other)

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

setName(String value)

public FetchDataSourceRequest.Builder setName(String value)

Required. The name of the data source resource to fetch. Format: accounts/{account}/dataSources/{datasource}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
FetchDataSourceRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public FetchDataSourceRequest.Builder setNameBytes(ByteString value)

Required. The name of the data source resource to fetch. Format: accounts/{account}/dataSources/{datasource}

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

This builder for chaining.