public static final class OutputResult.Builder extends GeneratedMessageV3.Builder<OutputResult.Builder> implements OutputResultOrBuilder
Output result that stores the information about where the exported data is
stored.
Protobuf type google.cloud.retail.v2beta.OutputResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllBigqueryResult(Iterable<? extends BigQueryOutputResult> values)
public OutputResult.Builder addAllBigqueryResult(Iterable<? extends BigQueryOutputResult> values)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.retail.v2beta.BigQueryOutputResult>
|
addAllGcsResult(Iterable<? extends GcsOutputResult> values)
public OutputResult.Builder addAllGcsResult(Iterable<? extends GcsOutputResult> values)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.retail.v2beta.GcsOutputResult>
|
addBigqueryResult(BigQueryOutputResult value)
public OutputResult.Builder addBigqueryResult(BigQueryOutputResult value)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
addBigqueryResult(BigQueryOutputResult.Builder builderForValue)
public OutputResult.Builder addBigqueryResult(BigQueryOutputResult.Builder builderForValue)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
addBigqueryResult(int index, BigQueryOutputResult value)
public OutputResult.Builder addBigqueryResult(int index, BigQueryOutputResult value)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
addBigqueryResult(int index, BigQueryOutputResult.Builder builderForValue)
public OutputResult.Builder addBigqueryResult(int index, BigQueryOutputResult.Builder builderForValue)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
addBigqueryResultBuilder()
public BigQueryOutputResult.Builder addBigqueryResultBuilder()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
addBigqueryResultBuilder(int index)
public BigQueryOutputResult.Builder addBigqueryResultBuilder(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
Parameter |
---|
Name | Description |
index | int
|
addGcsResult(GcsOutputResult value)
public OutputResult.Builder addGcsResult(GcsOutputResult value)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
addGcsResult(GcsOutputResult.Builder builderForValue)
public OutputResult.Builder addGcsResult(GcsOutputResult.Builder builderForValue)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
addGcsResult(int index, GcsOutputResult value)
public OutputResult.Builder addGcsResult(int index, GcsOutputResult value)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
addGcsResult(int index, GcsOutputResult.Builder builderForValue)
public OutputResult.Builder addGcsResult(int index, GcsOutputResult.Builder builderForValue)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
addGcsResultBuilder()
public GcsOutputResult.Builder addGcsResultBuilder()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
addGcsResultBuilder(int index)
public GcsOutputResult.Builder addGcsResultBuilder(int index)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OutputResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public OutputResult build()
buildPartial()
public OutputResult buildPartial()
clear()
public OutputResult.Builder clear()
Overrides
clearBigqueryResult()
public OutputResult.Builder clearBigqueryResult()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
clearField(Descriptors.FieldDescriptor field)
public OutputResult.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGcsResult()
public OutputResult.Builder clearGcsResult()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public OutputResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public OutputResult.Builder clone()
Overrides
getBigqueryResult(int index)
public BigQueryOutputResult getBigqueryResult(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
Parameter |
---|
Name | Description |
index | int
|
getBigqueryResultBuilder(int index)
public BigQueryOutputResult.Builder getBigqueryResultBuilder(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
Parameter |
---|
Name | Description |
index | int
|
getBigqueryResultBuilderList()
public List<BigQueryOutputResult.Builder> getBigqueryResultBuilderList()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
getBigqueryResultCount()
public int getBigqueryResultCount()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
Returns |
---|
Type | Description |
int | |
getBigqueryResultList()
public List<BigQueryOutputResult> getBigqueryResultList()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
getBigqueryResultOrBuilder(int index)
public BigQueryOutputResultOrBuilder getBigqueryResultOrBuilder(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
Parameter |
---|
Name | Description |
index | int
|
getBigqueryResultOrBuilderList()
public List<? extends BigQueryOutputResultOrBuilder> getBigqueryResultOrBuilderList()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.retail.v2beta.BigQueryOutputResultOrBuilder> | |
getDefaultInstanceForType()
public OutputResult getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGcsResult(int index)
public GcsOutputResult getGcsResult(int index)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
Parameter |
---|
Name | Description |
index | int
|
getGcsResultBuilder(int index)
public GcsOutputResult.Builder getGcsResultBuilder(int index)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
Parameter |
---|
Name | Description |
index | int
|
getGcsResultBuilderList()
public List<GcsOutputResult.Builder> getGcsResultBuilderList()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
getGcsResultCount()
public int getGcsResultCount()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
Returns |
---|
Type | Description |
int | |
getGcsResultList()
public List<GcsOutputResult> getGcsResultList()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
getGcsResultOrBuilder(int index)
public GcsOutputResultOrBuilder getGcsResultOrBuilder(int index)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
Parameter |
---|
Name | Description |
index | int
|
getGcsResultOrBuilderList()
public List<? extends GcsOutputResultOrBuilder> getGcsResultOrBuilderList()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.retail.v2beta.GcsOutputResultOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(OutputResult other)
public OutputResult.Builder mergeFrom(OutputResult other)
public OutputResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public OutputResult.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OutputResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeBigqueryResult(int index)
public OutputResult.Builder removeBigqueryResult(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
Parameter |
---|
Name | Description |
index | int
|
removeGcsResult(int index)
public OutputResult.Builder removeGcsResult(int index)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
Parameter |
---|
Name | Description |
index | int
|
setBigqueryResult(int index, BigQueryOutputResult value)
public OutputResult.Builder setBigqueryResult(int index, BigQueryOutputResult value)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
setBigqueryResult(int index, BigQueryOutputResult.Builder builderForValue)
public OutputResult.Builder setBigqueryResult(int index, BigQueryOutputResult.Builder builderForValue)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public OutputResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGcsResult(int index, GcsOutputResult value)
public OutputResult.Builder setGcsResult(int index, GcsOutputResult value)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
setGcsResult(int index, GcsOutputResult.Builder builderForValue)
public OutputResult.Builder setGcsResult(int index, GcsOutputResult.Builder builderForValue)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OutputResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final OutputResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides