public interface FileUploadOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataSourceId()
public abstract long getDataSourceId()
Output only. The data source id.
int64 data_source_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The dataSourceId. |
getIssues(int index)
public abstract FileUpload.Issue getIssues(int index)
Output only. The list of issues occurring in the data source.
repeated .google.shopping.merchant.datasources.v1beta.FileUpload.Issue issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FileUpload.Issue |
getIssuesCount()
public abstract int getIssuesCount()
Output only. The list of issues occurring in the data source.
repeated .google.shopping.merchant.datasources.v1beta.FileUpload.Issue issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getIssuesList()
public abstract List<FileUpload.Issue> getIssuesList()
Output only. The list of issues occurring in the data source.
repeated .google.shopping.merchant.datasources.v1beta.FileUpload.Issue issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<Issue> |
getIssuesOrBuilder(int index)
public abstract FileUpload.IssueOrBuilder getIssuesOrBuilder(int index)
Output only. The list of issues occurring in the data source.
repeated .google.shopping.merchant.datasources.v1beta.FileUpload.Issue issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FileUpload.IssueOrBuilder |
getIssuesOrBuilderList()
public abstract List<? extends FileUpload.IssueOrBuilder> getIssuesOrBuilderList()
Output only. The list of issues occurring in the data source.
repeated .google.shopping.merchant.datasources.v1beta.FileUpload.Issue issues = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.datasources.v1beta.FileUpload.IssueOrBuilder> |
getItemsCreated()
public abstract long getItemsCreated()
Output only. The number of items in the data source that were created.
int64 items_created = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The itemsCreated. |
getItemsTotal()
public abstract long getItemsTotal()
Output only. The number of items in the data source that were processed.
int64 items_total = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The itemsTotal. |
getItemsUpdated()
public abstract long getItemsUpdated()
Output only. The number of items in the data source that were updated.
int64 items_updated = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The itemsUpdated. |
getName()
public abstract String getName()
Identifier. The name of the data source file upload.
Format:
{datasource.name=accounts/{account}/dataSources/{datasource}/fileUploads/{fileupload}}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. The name of the data source file upload.
Format:
{datasource.name=accounts/{account}/dataSources/{datasource}/fileUploads/{fileupload}}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getProcessingState()
public abstract FileUpload.ProcessingState getProcessingState()
Output only. The processing state of the data source.
.google.shopping.merchant.datasources.v1beta.FileUpload.ProcessingState processing_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
FileUpload.ProcessingState |
The processingState. |
getProcessingStateValue()
public abstract int getProcessingStateValue()
Output only. The processing state of the data source.
.google.shopping.merchant.datasources.v1beta.FileUpload.ProcessingState processing_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for processingState. |
getUploadTime()
public abstract Timestamp getUploadTime()
Output only. The date at which the file of the data source was uploaded.
.google.protobuf.Timestamp upload_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The uploadTime. |
getUploadTimeOrBuilder()
public abstract TimestampOrBuilder getUploadTimeOrBuilder()
Output only. The date at which the file of the data source was uploaded.
.google.protobuf.Timestamp upload_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasUploadTime()
public abstract boolean hasUploadTime()
Output only. The date at which the file of the data source was uploaded.
.google.protobuf.Timestamp upload_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the uploadTime field is set. |