public static final class InputConfig.Builder extends GeneratedMessageV3.Builder<InputConfig.Builder> implements InputConfigOrBuilder
The desired input location and metadata.
Protobuf type google.cloud.enterpriseknowledgegraph.v1.InputConfig
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
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public InputConfig.Builder addAllBigqueryInputConfigs(Iterable<? extends BigQueryInputConfig> values)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig>
|
Returns
public InputConfig.Builder addBigqueryInputConfigs(BigQueryInputConfig value)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter
Returns
public InputConfig.Builder addBigqueryInputConfigs(BigQueryInputConfig.Builder builderForValue)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter
Returns
public InputConfig.Builder addBigqueryInputConfigs(int index, BigQueryInputConfig value)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameters
Returns
public InputConfig.Builder addBigqueryInputConfigs(int index, BigQueryInputConfig.Builder builderForValue)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameters
Returns
public BigQueryInputConfig.Builder addBigqueryInputConfigsBuilder()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Returns
public BigQueryInputConfig.Builder addBigqueryInputConfigsBuilder(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter
Returns
public InputConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public InputConfig build()
Returns
public InputConfig buildPartial()
Returns
public InputConfig.Builder clear()
Returns
Overrides
public InputConfig.Builder clearBigqueryInputConfigs()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Returns
public InputConfig.Builder clearEntityType()
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
Returns
public InputConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public InputConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public InputConfig.Builder clearPreviousResultBigqueryTable()
Optional. Provide the bigquery table containing the previous results if
cluster ID stability is desired. Format is
projects/*/datasets/*/tables/*
.
string previous_result_bigquery_table = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns
public InputConfig.Builder clone()
Returns
Overrides
public BigQueryInputConfig getBigqueryInputConfigs(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter
Returns
public BigQueryInputConfig.Builder getBigqueryInputConfigsBuilder(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter
Returns
public List<BigQueryInputConfig.Builder> getBigqueryInputConfigsBuilderList()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Returns
public int getBigqueryInputConfigsCount()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Returns
public List<BigQueryInputConfig> getBigqueryInputConfigsList()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Returns
public BigQueryInputConfigOrBuilder getBigqueryInputConfigsOrBuilder(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter
Returns
public List<? extends BigQueryInputConfigOrBuilder> getBigqueryInputConfigsOrBuilderList()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Returns
Type | Description |
List<? extends com.google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfigOrBuilder> | |
public InputConfig getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public InputConfig.EntityType getEntityType()
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
Returns
public int getEntityTypeValue()
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
Returns
Type | Description |
int | The enum numeric value on the wire for entityType.
|
public String getPreviousResultBigqueryTable()
Optional. Provide the bigquery table containing the previous results if
cluster ID stability is desired. Format is
projects/*/datasets/*/tables/*
.
string previous_result_bigquery_table = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The previousResultBigqueryTable.
|
public ByteString getPreviousResultBigqueryTableBytes()
Optional. Provide the bigquery table containing the previous results if
cluster ID stability is desired. Format is
projects/*/datasets/*/tables/*
.
string previous_result_bigquery_table = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
ByteString | The bytes for previousResultBigqueryTable.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public InputConfig.Builder mergeFrom(InputConfig other)
Parameter
Returns
public InputConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public InputConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final InputConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public InputConfig.Builder removeBigqueryInputConfigs(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter
Returns
public InputConfig.Builder setBigqueryInputConfigs(int index, BigQueryInputConfig value)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameters
Returns
public InputConfig.Builder setBigqueryInputConfigs(int index, BigQueryInputConfig.Builder builderForValue)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameters
Returns
public InputConfig.Builder setEntityType(InputConfig.EntityType value)
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
Parameter
Returns
public InputConfig.Builder setEntityTypeValue(int value)
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
Parameter
Name | Description |
value | int
The enum numeric value on the wire for entityType to set.
|
Returns
public InputConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public InputConfig.Builder setPreviousResultBigqueryTable(String value)
Optional. Provide the bigquery table containing the previous results if
cluster ID stability is desired. Format is
projects/*/datasets/*/tables/*
.
string previous_result_bigquery_table = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | String
The previousResultBigqueryTable to set.
|
Returns
public InputConfig.Builder setPreviousResultBigqueryTableBytes(ByteString value)
Optional. Provide the bigquery table containing the previous results if
cluster ID stability is desired. Format is
projects/*/datasets/*/tables/*
.
string previous_result_bigquery_table = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | ByteString
The bytes for previousResultBigqueryTable to set.
|
Returns
public InputConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final InputConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides