Package com.google.datastore.admin.v1
Class ImportEntitiesRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ImportEntitiesRequest.Builder>
-
- com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
-
- All Implemented Interfaces:
ImportEntitiesRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ImportEntitiesRequest
public static final class ImportEntitiesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ImportEntitiesRequest.Builder> implements ImportEntitiesRequestOrBuilder
The request for [google.datastore.admin.v1.DatastoreAdmin.ImportEntities][google.datastore.admin.v1.DatastoreAdmin.ImportEntities].
Protobuf typegoogle.datastore.admin.v1.ImportEntitiesRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ImportEntitiesRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ImportEntitiesRequest
build()
ImportEntitiesRequest
buildPartial()
ImportEntitiesRequest.Builder
clear()
ImportEntitiesRequest.Builder
clearEntityFilter()
Optionally specify which kinds/namespaces are to be imported.ImportEntitiesRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ImportEntitiesRequest.Builder
clearInputUrl()
Required.ImportEntitiesRequest.Builder
clearLabels()
ImportEntitiesRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ImportEntitiesRequest.Builder
clearProjectId()
Required.ImportEntitiesRequest.Builder
clone()
boolean
containsLabels(String key)
Client-assigned labels.ImportEntitiesRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
EntityFilter
getEntityFilter()
Optionally specify which kinds/namespaces are to be imported.EntityFilter.Builder
getEntityFilterBuilder()
Optionally specify which kinds/namespaces are to be imported.EntityFilterOrBuilder
getEntityFilterOrBuilder()
Optionally specify which kinds/namespaces are to be imported.String
getInputUrl()
Required.com.google.protobuf.ByteString
getInputUrlBytes()
Required.Map<String,String>
getLabels()
Deprecated.int
getLabelsCount()
Client-assigned labels.Map<String,String>
getLabelsMap()
Client-assigned labels.String
getLabelsOrDefault(String key, String defaultValue)
Client-assigned labels.String
getLabelsOrThrow(String key)
Client-assigned labels.Map<String,String>
getMutableLabels()
Deprecated.String
getProjectId()
Required.com.google.protobuf.ByteString
getProjectIdBytes()
Required.boolean
hasEntityFilter()
Optionally specify which kinds/namespaces are to be imported.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
protected com.google.protobuf.MapField
internalGetMutableMapField(int number)
boolean
isInitialized()
ImportEntitiesRequest.Builder
mergeEntityFilter(EntityFilter value)
Optionally specify which kinds/namespaces are to be imported.ImportEntitiesRequest.Builder
mergeFrom(ImportEntitiesRequest other)
ImportEntitiesRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ImportEntitiesRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ImportEntitiesRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ImportEntitiesRequest.Builder
putAllLabels(Map<String,String> values)
Client-assigned labels.ImportEntitiesRequest.Builder
putLabels(String key, String value)
Client-assigned labels.ImportEntitiesRequest.Builder
removeLabels(String key)
Client-assigned labels.ImportEntitiesRequest.Builder
setEntityFilter(EntityFilter value)
Optionally specify which kinds/namespaces are to be imported.ImportEntitiesRequest.Builder
setEntityFilter(EntityFilter.Builder builderForValue)
Optionally specify which kinds/namespaces are to be imported.ImportEntitiesRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ImportEntitiesRequest.Builder
setInputUrl(String value)
Required.ImportEntitiesRequest.Builder
setInputUrlBytes(com.google.protobuf.ByteString value)
Required.ImportEntitiesRequest.Builder
setProjectId(String value)
Required.ImportEntitiesRequest.Builder
setProjectIdBytes(com.google.protobuf.ByteString value)
Required.ImportEntitiesRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ImportEntitiesRequest.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, 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()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportEntitiesRequest.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportEntitiesRequest.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportEntitiesRequest.Builder>
-
clear
public ImportEntitiesRequest.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<ImportEntitiesRequest.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<ImportEntitiesRequest.Builder>
-
getDefaultInstanceForType
public ImportEntitiesRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ImportEntitiesRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ImportEntitiesRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ImportEntitiesRequest.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<ImportEntitiesRequest.Builder>
-
setField
public ImportEntitiesRequest.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<ImportEntitiesRequest.Builder>
-
clearField
public ImportEntitiesRequest.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<ImportEntitiesRequest.Builder>
-
clearOneof
public ImportEntitiesRequest.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<ImportEntitiesRequest.Builder>
-
setRepeatedField
public ImportEntitiesRequest.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<ImportEntitiesRequest.Builder>
-
addRepeatedField
public ImportEntitiesRequest.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<ImportEntitiesRequest.Builder>
-
mergeFrom
public ImportEntitiesRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ImportEntitiesRequest.Builder>
-
mergeFrom
public ImportEntitiesRequest.Builder mergeFrom(ImportEntitiesRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportEntitiesRequest.Builder>
-
mergeFrom
public ImportEntitiesRequest.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<ImportEntitiesRequest.Builder>
- Throws:
IOException
-
getProjectId
public String getProjectId()
Required. Project ID against which to make the request.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getProjectId
in interfaceImportEntitiesRequestOrBuilder
- Returns:
- The projectId.
-
getProjectIdBytes
public com.google.protobuf.ByteString getProjectIdBytes()
Required. Project ID against which to make the request.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getProjectIdBytes
in interfaceImportEntitiesRequestOrBuilder
- Returns:
- The bytes for projectId.
-
setProjectId
public ImportEntitiesRequest.Builder setProjectId(String value)
Required. Project ID against which to make the request.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The projectId to set.- Returns:
- This builder for chaining.
-
clearProjectId
public ImportEntitiesRequest.Builder clearProjectId()
Required. Project ID against which to make the request.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- This builder for chaining.
-
setProjectIdBytes
public ImportEntitiesRequest.Builder setProjectIdBytes(com.google.protobuf.ByteString value)
Required. Project ID against which to make the request.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The bytes for projectId to set.- Returns:
- This builder for chaining.
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:ImportEntitiesRequestOrBuilder
Client-assigned labels.
map<string, string> labels = 2;
- Specified by:
getLabelsCount
in interfaceImportEntitiesRequestOrBuilder
-
containsLabels
public boolean containsLabels(String key)
Client-assigned labels.
map<string, string> labels = 2;
- Specified by:
containsLabels
in interfaceImportEntitiesRequestOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()
instead.- Specified by:
getLabels
in interfaceImportEntitiesRequestOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
Client-assigned labels.
map<string, string> labels = 2;
- Specified by:
getLabelsMap
in interfaceImportEntitiesRequestOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
Client-assigned labels.
map<string, string> labels = 2;
- Specified by:
getLabelsOrDefault
in interfaceImportEntitiesRequestOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
Client-assigned labels.
map<string, string> labels = 2;
- Specified by:
getLabelsOrThrow
in interfaceImportEntitiesRequestOrBuilder
-
clearLabels
public ImportEntitiesRequest.Builder clearLabels()
-
removeLabels
public ImportEntitiesRequest.Builder removeLabels(String key)
Client-assigned labels.
map<string, string> labels = 2;
-
getMutableLabels
@Deprecated public Map<String,String> getMutableLabels()
Deprecated.Use alternate mutation accessors instead.
-
putLabels
public ImportEntitiesRequest.Builder putLabels(String key, String value)
Client-assigned labels.
map<string, string> labels = 2;
-
putAllLabels
public ImportEntitiesRequest.Builder putAllLabels(Map<String,String> values)
Client-assigned labels.
map<string, string> labels = 2;
-
getInputUrl
public String getInputUrl()
Required. The full resource URL of the external storage location. Currently, only Google Cloud Storage is supported. So input_url should be of the form: `gs://BUCKET_NAME[/NAMESPACE_PATH]/OVERALL_EXPORT_METADATA_FILE`, where `BUCKET_NAME` is the name of the Cloud Storage bucket, `NAMESPACE_PATH` is an optional Cloud Storage namespace path (this is not a Cloud Datastore namespace), and `OVERALL_EXPORT_METADATA_FILE` is the metadata file written by the ExportEntities operation. For more information about Cloud Storage namespace paths, see [Object name considerations](https://cloud.google.com/storage/docs/naming#object-considerations). For more information, see [google.datastore.admin.v1.ExportEntitiesResponse.output_url][google.datastore.admin.v1.ExportEntitiesResponse.output_url].
string input_url = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getInputUrl
in interfaceImportEntitiesRequestOrBuilder
- Returns:
- The inputUrl.
-
getInputUrlBytes
public com.google.protobuf.ByteString getInputUrlBytes()
Required. The full resource URL of the external storage location. Currently, only Google Cloud Storage is supported. So input_url should be of the form: `gs://BUCKET_NAME[/NAMESPACE_PATH]/OVERALL_EXPORT_METADATA_FILE`, where `BUCKET_NAME` is the name of the Cloud Storage bucket, `NAMESPACE_PATH` is an optional Cloud Storage namespace path (this is not a Cloud Datastore namespace), and `OVERALL_EXPORT_METADATA_FILE` is the metadata file written by the ExportEntities operation. For more information about Cloud Storage namespace paths, see [Object name considerations](https://cloud.google.com/storage/docs/naming#object-considerations). For more information, see [google.datastore.admin.v1.ExportEntitiesResponse.output_url][google.datastore.admin.v1.ExportEntitiesResponse.output_url].
string input_url = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getInputUrlBytes
in interfaceImportEntitiesRequestOrBuilder
- Returns:
- The bytes for inputUrl.
-
setInputUrl
public ImportEntitiesRequest.Builder setInputUrl(String value)
Required. The full resource URL of the external storage location. Currently, only Google Cloud Storage is supported. So input_url should be of the form: `gs://BUCKET_NAME[/NAMESPACE_PATH]/OVERALL_EXPORT_METADATA_FILE`, where `BUCKET_NAME` is the name of the Cloud Storage bucket, `NAMESPACE_PATH` is an optional Cloud Storage namespace path (this is not a Cloud Datastore namespace), and `OVERALL_EXPORT_METADATA_FILE` is the metadata file written by the ExportEntities operation. For more information about Cloud Storage namespace paths, see [Object name considerations](https://cloud.google.com/storage/docs/naming#object-considerations). For more information, see [google.datastore.admin.v1.ExportEntitiesResponse.output_url][google.datastore.admin.v1.ExportEntitiesResponse.output_url].
string input_url = 3 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The inputUrl to set.- Returns:
- This builder for chaining.
-
clearInputUrl
public ImportEntitiesRequest.Builder clearInputUrl()
Required. The full resource URL of the external storage location. Currently, only Google Cloud Storage is supported. So input_url should be of the form: `gs://BUCKET_NAME[/NAMESPACE_PATH]/OVERALL_EXPORT_METADATA_FILE`, where `BUCKET_NAME` is the name of the Cloud Storage bucket, `NAMESPACE_PATH` is an optional Cloud Storage namespace path (this is not a Cloud Datastore namespace), and `OVERALL_EXPORT_METADATA_FILE` is the metadata file written by the ExportEntities operation. For more information about Cloud Storage namespace paths, see [Object name considerations](https://cloud.google.com/storage/docs/naming#object-considerations). For more information, see [google.datastore.admin.v1.ExportEntitiesResponse.output_url][google.datastore.admin.v1.ExportEntitiesResponse.output_url].
string input_url = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- This builder for chaining.
-
setInputUrlBytes
public ImportEntitiesRequest.Builder setInputUrlBytes(com.google.protobuf.ByteString value)
Required. The full resource URL of the external storage location. Currently, only Google Cloud Storage is supported. So input_url should be of the form: `gs://BUCKET_NAME[/NAMESPACE_PATH]/OVERALL_EXPORT_METADATA_FILE`, where `BUCKET_NAME` is the name of the Cloud Storage bucket, `NAMESPACE_PATH` is an optional Cloud Storage namespace path (this is not a Cloud Datastore namespace), and `OVERALL_EXPORT_METADATA_FILE` is the metadata file written by the ExportEntities operation. For more information about Cloud Storage namespace paths, see [Object name considerations](https://cloud.google.com/storage/docs/naming#object-considerations). For more information, see [google.datastore.admin.v1.ExportEntitiesResponse.output_url][google.datastore.admin.v1.ExportEntitiesResponse.output_url].
string input_url = 3 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The bytes for inputUrl to set.- Returns:
- This builder for chaining.
-
hasEntityFilter
public boolean hasEntityFilter()
Optionally specify which kinds/namespaces are to be imported. If provided, the list must be a subset of the EntityFilter used in creating the export, otherwise a FAILED_PRECONDITION error will be returned. If no filter is specified then all entities from the export are imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
- Specified by:
hasEntityFilter
in interfaceImportEntitiesRequestOrBuilder
- Returns:
- Whether the entityFilter field is set.
-
getEntityFilter
public EntityFilter getEntityFilter()
Optionally specify which kinds/namespaces are to be imported. If provided, the list must be a subset of the EntityFilter used in creating the export, otherwise a FAILED_PRECONDITION error will be returned. If no filter is specified then all entities from the export are imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
- Specified by:
getEntityFilter
in interfaceImportEntitiesRequestOrBuilder
- Returns:
- The entityFilter.
-
setEntityFilter
public ImportEntitiesRequest.Builder setEntityFilter(EntityFilter value)
Optionally specify which kinds/namespaces are to be imported. If provided, the list must be a subset of the EntityFilter used in creating the export, otherwise a FAILED_PRECONDITION error will be returned. If no filter is specified then all entities from the export are imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
-
setEntityFilter
public ImportEntitiesRequest.Builder setEntityFilter(EntityFilter.Builder builderForValue)
Optionally specify which kinds/namespaces are to be imported. If provided, the list must be a subset of the EntityFilter used in creating the export, otherwise a FAILED_PRECONDITION error will be returned. If no filter is specified then all entities from the export are imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
-
mergeEntityFilter
public ImportEntitiesRequest.Builder mergeEntityFilter(EntityFilter value)
Optionally specify which kinds/namespaces are to be imported. If provided, the list must be a subset of the EntityFilter used in creating the export, otherwise a FAILED_PRECONDITION error will be returned. If no filter is specified then all entities from the export are imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
-
clearEntityFilter
public ImportEntitiesRequest.Builder clearEntityFilter()
Optionally specify which kinds/namespaces are to be imported. If provided, the list must be a subset of the EntityFilter used in creating the export, otherwise a FAILED_PRECONDITION error will be returned. If no filter is specified then all entities from the export are imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
-
getEntityFilterBuilder
public EntityFilter.Builder getEntityFilterBuilder()
Optionally specify which kinds/namespaces are to be imported. If provided, the list must be a subset of the EntityFilter used in creating the export, otherwise a FAILED_PRECONDITION error will be returned. If no filter is specified then all entities from the export are imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
-
getEntityFilterOrBuilder
public EntityFilterOrBuilder getEntityFilterOrBuilder()
Optionally specify which kinds/namespaces are to be imported. If provided, the list must be a subset of the EntityFilter used in creating the export, otherwise a FAILED_PRECONDITION error will be returned. If no filter is specified then all entities from the export are imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
- Specified by:
getEntityFilterOrBuilder
in interfaceImportEntitiesRequestOrBuilder
-
setUnknownFields
public final ImportEntitiesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportEntitiesRequest.Builder>
-
mergeUnknownFields
public final ImportEntitiesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportEntitiesRequest.Builder>
-
-