Package com.google.cloud.retail.v2beta
Class OutputResult.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
- com.google.cloud.retail.v2beta.OutputResult.Builder
-
- All Implemented Interfaces:
OutputResultOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- OutputResult
public static final class OutputResult.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder> implements OutputResultOrBuilder
Output result that stores the information about where the exported data is stored.
Protobuf typegoogle.cloud.retail.v2beta.OutputResult
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputResult.Builder
addAllBigqueryResult(Iterable<? extends BigQueryOutputResult> values)
The BigQuery location where the result is stored.OutputResult.Builder
addAllGcsResult(Iterable<? extends GcsOutputResult> values)
The Google Cloud Storage location where the result is stored.OutputResult.Builder
addBigqueryResult(int index, BigQueryOutputResult value)
The BigQuery location where the result is stored.OutputResult.Builder
addBigqueryResult(int index, BigQueryOutputResult.Builder builderForValue)
The BigQuery location where the result is stored.OutputResult.Builder
addBigqueryResult(BigQueryOutputResult value)
The BigQuery location where the result is stored.OutputResult.Builder
addBigqueryResult(BigQueryOutputResult.Builder builderForValue)
The BigQuery location where the result is stored.BigQueryOutputResult.Builder
addBigqueryResultBuilder()
The BigQuery location where the result is stored.BigQueryOutputResult.Builder
addBigqueryResultBuilder(int index)
The BigQuery location where the result is stored.OutputResult.Builder
addGcsResult(int index, GcsOutputResult value)
The Google Cloud Storage location where the result is stored.OutputResult.Builder
addGcsResult(int index, GcsOutputResult.Builder builderForValue)
The Google Cloud Storage location where the result is stored.OutputResult.Builder
addGcsResult(GcsOutputResult value)
The Google Cloud Storage location where the result is stored.OutputResult.Builder
addGcsResult(GcsOutputResult.Builder builderForValue)
The Google Cloud Storage location where the result is stored.GcsOutputResult.Builder
addGcsResultBuilder()
The Google Cloud Storage location where the result is stored.GcsOutputResult.Builder
addGcsResultBuilder(int index)
The Google Cloud Storage location where the result is stored.OutputResult.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
OutputResult
build()
OutputResult
buildPartial()
OutputResult.Builder
clear()
OutputResult.Builder
clearBigqueryResult()
The BigQuery location where the result is stored.OutputResult.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
OutputResult.Builder
clearGcsResult()
The Google Cloud Storage location where the result is stored.OutputResult.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
OutputResult.Builder
clone()
BigQueryOutputResult
getBigqueryResult(int index)
The BigQuery location where the result is stored.BigQueryOutputResult.Builder
getBigqueryResultBuilder(int index)
The BigQuery location where the result is stored.List<BigQueryOutputResult.Builder>
getBigqueryResultBuilderList()
The BigQuery location where the result is stored.int
getBigqueryResultCount()
The BigQuery location where the result is stored.List<BigQueryOutputResult>
getBigqueryResultList()
The BigQuery location where the result is stored.BigQueryOutputResultOrBuilder
getBigqueryResultOrBuilder(int index)
The BigQuery location where the result is stored.List<? extends BigQueryOutputResultOrBuilder>
getBigqueryResultOrBuilderList()
The BigQuery location where the result is stored.OutputResult
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
GcsOutputResult
getGcsResult(int index)
The Google Cloud Storage location where the result is stored.GcsOutputResult.Builder
getGcsResultBuilder(int index)
The Google Cloud Storage location where the result is stored.List<GcsOutputResult.Builder>
getGcsResultBuilderList()
The Google Cloud Storage location where the result is stored.int
getGcsResultCount()
The Google Cloud Storage location where the result is stored.List<GcsOutputResult>
getGcsResultList()
The Google Cloud Storage location where the result is stored.GcsOutputResultOrBuilder
getGcsResultOrBuilder(int index)
The Google Cloud Storage location where the result is stored.List<? extends GcsOutputResultOrBuilder>
getGcsResultOrBuilderList()
The Google Cloud Storage location where the result is stored.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
OutputResult.Builder
mergeFrom(OutputResult other)
OutputResult.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OutputResult.Builder
mergeFrom(com.google.protobuf.Message other)
OutputResult.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
OutputResult.Builder
removeBigqueryResult(int index)
The BigQuery location where the result is stored.OutputResult.Builder
removeGcsResult(int index)
The Google Cloud Storage location where the result is stored.OutputResult.Builder
setBigqueryResult(int index, BigQueryOutputResult value)
The BigQuery location where the result is stored.OutputResult.Builder
setBigqueryResult(int index, BigQueryOutputResult.Builder builderForValue)
The BigQuery location where the result is stored.OutputResult.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
OutputResult.Builder
setGcsResult(int index, GcsOutputResult value)
The Google Cloud Storage location where the result is stored.OutputResult.Builder
setGcsResult(int index, GcsOutputResult.Builder builderForValue)
The Google Cloud Storage location where the result is stored.OutputResult.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
OutputResult.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
clear
public OutputResult.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
getDefaultInstanceForType
public OutputResult getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public OutputResult build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public OutputResult buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public OutputResult.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
setField
public OutputResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
clearField
public OutputResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
clearOneof
public OutputResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
setRepeatedField
public OutputResult.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
addRepeatedField
public OutputResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
mergeFrom
public OutputResult.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<OutputResult.Builder>
-
mergeFrom
public OutputResult.Builder mergeFrom(OutputResult other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
mergeFrom
public OutputResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<OutputResult.Builder>
- Throws:
IOException
-
getBigqueryResultList
public List<BigQueryOutputResult> getBigqueryResultList()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
- Specified by:
getBigqueryResultList
in interfaceOutputResultOrBuilder
-
getBigqueryResultCount
public int getBigqueryResultCount()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
- Specified by:
getBigqueryResultCount
in interfaceOutputResultOrBuilder
-
getBigqueryResult
public BigQueryOutputResult getBigqueryResult(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
- Specified by:
getBigqueryResult
in interfaceOutputResultOrBuilder
-
setBigqueryResult
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
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;
-
addBigqueryResult
public OutputResult.Builder addBigqueryResult(BigQueryOutputResult value)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
-
addBigqueryResult
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
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
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;
-
addAllBigqueryResult
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;
-
clearBigqueryResult
public OutputResult.Builder clearBigqueryResult()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
-
removeBigqueryResult
public OutputResult.Builder removeBigqueryResult(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
-
getBigqueryResultBuilder
public BigQueryOutputResult.Builder getBigqueryResultBuilder(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
-
getBigqueryResultOrBuilder
public BigQueryOutputResultOrBuilder getBigqueryResultOrBuilder(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
- Specified by:
getBigqueryResultOrBuilder
in interfaceOutputResultOrBuilder
-
getBigqueryResultOrBuilderList
public List<? extends BigQueryOutputResultOrBuilder> getBigqueryResultOrBuilderList()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
- Specified by:
getBigqueryResultOrBuilderList
in interfaceOutputResultOrBuilder
-
addBigqueryResultBuilder
public BigQueryOutputResult.Builder addBigqueryResultBuilder()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
-
addBigqueryResultBuilder
public BigQueryOutputResult.Builder addBigqueryResultBuilder(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
-
getBigqueryResultBuilderList
public List<BigQueryOutputResult.Builder> getBigqueryResultBuilderList()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
-
getGcsResultList
public List<GcsOutputResult> getGcsResultList()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
- Specified by:
getGcsResultList
in interfaceOutputResultOrBuilder
-
getGcsResultCount
public int getGcsResultCount()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
- Specified by:
getGcsResultCount
in interfaceOutputResultOrBuilder
-
getGcsResult
public GcsOutputResult getGcsResult(int index)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
- Specified by:
getGcsResult
in interfaceOutputResultOrBuilder
-
setGcsResult
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
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;
-
addGcsResult
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
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
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
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;
-
addAllGcsResult
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;
-
clearGcsResult
public OutputResult.Builder clearGcsResult()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
-
removeGcsResult
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;
-
getGcsResultBuilder
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;
-
getGcsResultOrBuilder
public GcsOutputResultOrBuilder getGcsResultOrBuilder(int index)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
- Specified by:
getGcsResultOrBuilder
in interfaceOutputResultOrBuilder
-
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;
- Specified by:
getGcsResultOrBuilderList
in interfaceOutputResultOrBuilder
-
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
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;
-
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;
-
setUnknownFields
public final OutputResult.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
mergeUnknownFields
public final OutputResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputResult.Builder>
-
-