public interface UpdateDataSourceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataSource()
public abstract 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. |
getDataSourceOrBuilder()
public abstract 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 |
getUpdateMask()
public abstract 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. |
getUpdateMaskOrBuilder()
public abstract 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 abstract 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 abstract 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. |