public static final class UpdateDataSourceRequest.Builder extends GeneratedMessageV3.Builder<UpdateDataSourceRequest.Builder> implements UpdateDataSourceRequestOrBuilder
Request message for the UpdateDataSource method.
Protobuf type google.shopping.merchant.datasources.v1beta.UpdateDataSourceRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateDataSourceRequest.BuilderImplements
UpdateDataSourceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateDataSourceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
build()
public UpdateDataSourceRequest build()
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest |
buildPartial()
public UpdateDataSourceRequest buildPartial()
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest |
clear()
public UpdateDataSourceRequest.Builder clear()
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
clearDataSource()
public UpdateDataSourceRequest.Builder clearDataSource()
Required. The data source resource to update.
.google.shopping.merchant.datasources.v1beta.DataSource data_source = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public UpdateDataSourceRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateDataSourceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
clearUpdateMask()
public UpdateDataSourceRequest.Builder clearUpdateMask()
Required. The list of data source fields to be updated.
Fields specified in the update mask without a value specified in the body will be deleted from the data source.
Providing special "*" value for full data source replacement is not supported.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
clone()
public UpdateDataSourceRequest.Builder clone()
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
getDataSource()
public DataSource getDataSource()
Required. The data source resource to update.
.google.shopping.merchant.datasources.v1beta.DataSource data_source = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DataSource |
The dataSource. |
getDataSourceBuilder()
public DataSource.Builder getDataSourceBuilder()
Required. The data source resource to update.
.google.shopping.merchant.datasources.v1beta.DataSource data_source = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DataSource.Builder |
getDataSourceOrBuilder()
public DataSourceOrBuilder getDataSourceOrBuilder()
Required. The data source resource to update.
.google.shopping.merchant.datasources.v1beta.DataSource data_source = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DataSourceOrBuilder |
getDefaultInstanceForType()
public UpdateDataSourceRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getUpdateMask()
public FieldMask getUpdateMask()
Required. The list of data source fields to be updated.
Fields specified in the update mask without a value specified in the body will be deleted from the data source.
Providing special "*" value for full data source replacement is not supported.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
Required. The list of data source fields to be updated.
Fields specified in the update mask without a value specified in the body will be deleted from the data source.
Providing special "*" value for full data source replacement is not supported.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Builder |
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of data source fields to be updated.
Fields specified in the update mask without a value specified in the body will be deleted from the data source.
Providing special "*" value for full data source replacement is not supported.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasDataSource()
public boolean hasDataSource()
Required. The data source resource to update.
.google.shopping.merchant.datasources.v1beta.DataSource data_source = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the dataSource field is set. |
hasUpdateMask()
public boolean hasUpdateMask()
Required. The list of data source fields to be updated.
Fields specified in the update mask without a value specified in the body will be deleted from the data source.
Providing special "*" value for full data source replacement is not supported.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeDataSource(DataSource value)
public UpdateDataSourceRequest.Builder mergeDataSource(DataSource value)
Required. The data source resource to update.
.google.shopping.merchant.datasources.v1beta.DataSource data_source = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
DataSource |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateDataSourceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public UpdateDataSourceRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
mergeFrom(UpdateDataSourceRequest other)
public UpdateDataSourceRequest.Builder mergeFrom(UpdateDataSourceRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateDataSourceRequest |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateDataSourceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
mergeUpdateMask(FieldMask value)
public UpdateDataSourceRequest.Builder mergeUpdateMask(FieldMask value)
Required. The list of data source fields to be updated.
Fields specified in the update mask without a value specified in the body will be deleted from the data source.
Providing special "*" value for full data source replacement is not supported.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
FieldMask |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
setDataSource(DataSource value)
public UpdateDataSourceRequest.Builder setDataSource(DataSource value)
Required. The data source resource to update.
.google.shopping.merchant.datasources.v1beta.DataSource data_source = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
DataSource |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
setDataSource(DataSource.Builder builderForValue)
public UpdateDataSourceRequest.Builder setDataSource(DataSource.Builder builderForValue)
Required. The data source resource to update.
.google.shopping.merchant.datasources.v1beta.DataSource data_source = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
builderForValue |
DataSource.Builder |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateDataSourceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateDataSourceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateDataSourceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
setUpdateMask(FieldMask value)
public UpdateDataSourceRequest.Builder setUpdateMask(FieldMask value)
Required. The list of data source fields to be updated.
Fields specified in the update mask without a value specified in the body will be deleted from the data source.
Providing special "*" value for full data source replacement is not supported.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
FieldMask |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateDataSourceRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Required. The list of data source fields to be updated.
Fields specified in the update mask without a value specified in the body will be deleted from the data source.
Providing special "*" value for full data source replacement is not supported.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
UpdateDataSourceRequest.Builder |