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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
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>
|
public InputConfig.Builder addBigqueryInputConfigs(BigQueryInputConfig value)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
public InputConfig.Builder addBigqueryInputConfigs(BigQueryInputConfig.Builder builderForValue)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
public InputConfig.Builder addBigqueryInputConfigs(int index, BigQueryInputConfig value)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
public InputConfig.Builder addBigqueryInputConfigs(int index, BigQueryInputConfig.Builder builderForValue)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
public BigQueryInputConfig.Builder addBigqueryInputConfigsBuilder()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
public BigQueryInputConfig.Builder addBigqueryInputConfigsBuilder(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter |
Name |
Description |
index |
int
|
public InputConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public InputConfig build()
public InputConfig buildPartial()
public InputConfig.Builder clear()
Overrides
public InputConfig.Builder clearBigqueryInputConfigs()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
public InputConfig.Builder clearEntityType()
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
public InputConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public InputConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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) = { ... }
public InputConfig.Builder clone()
Overrides
public BigQueryInputConfig getBigqueryInputConfigs(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter |
Name |
Description |
index |
int
|
public BigQueryInputConfig.Builder getBigqueryInputConfigsBuilder(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter |
Name |
Description |
index |
int
|
public List<BigQueryInputConfig.Builder> getBigqueryInputConfigsBuilderList()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
public int getBigqueryInputConfigsCount()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Returns |
Type |
Description |
int |
|
public List<BigQueryInputConfig> getBigqueryInputConfigsList()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
public BigQueryInputConfigOrBuilder getBigqueryInputConfigsOrBuilder(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter |
Name |
Description |
index |
int
|
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()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public InputConfig.EntityType getEntityType()
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
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()
Overrides
public final boolean isInitialized()
Overrides
public InputConfig.Builder mergeFrom(InputConfig other)
public InputConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public InputConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final InputConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public InputConfig.Builder removeBigqueryInputConfigs(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Parameter |
Name |
Description |
index |
int
|
public InputConfig.Builder setBigqueryInputConfigs(int index, BigQueryInputConfig value)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
public InputConfig.Builder setBigqueryInputConfigs(int index, BigQueryInputConfig.Builder builderForValue)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
public InputConfig.Builder setEntityType(InputConfig.EntityType value)
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
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.
|
public InputConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
public InputConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final InputConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides