Class ImportEntitiesRequest.Builder (2.23.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticfinalclass ImportEntitiesRequest.BuilderextendsGeneratedMessageV3.Builder<ImportEntitiesRequest.Builder>implementsImportEntitiesRequestOrBuilderThe request for google.datastore.admin.v1.DatastoreAdmin.ImportEntities.
Protobuf type google.datastore.admin.v1.ImportEntitiesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ImportEntitiesRequest.BuilderImplements
ImportEntitiesRequestOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicImportEntitiesRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
build()
publicImportEntitiesRequestbuild()| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest |
|
buildPartial()
publicImportEntitiesRequestbuildPartial()| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest |
|
clear()
publicImportEntitiesRequest.Builderclear()| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
clearEntityFilter()
publicImportEntitiesRequest.BuilderclearEntityFilter()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;
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicImportEntitiesRequest.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
clearInputUrl()
publicImportEntitiesRequest.BuilderclearInputUrl() 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.
For more information, see google.datastore.admin.v1.ExportEntitiesResponse.output_url.
string input_url = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
This builder for chaining. |
clearLabels()
publicImportEntitiesRequest.BuilderclearLabels()| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicImportEntitiesRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
clearProjectId()
publicImportEntitiesRequest.BuilderclearProjectId()Required. Project ID against which to make the request.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
This builder for chaining. |
clone()
publicImportEntitiesRequest.Builderclone()| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
containsLabels(String key)
publicbooleancontainsLabels(Stringkey)Client-assigned labels.
map<string, string> labels = 2;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
publicImportEntitiesRequestgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEntityFilter()
publicEntityFiltergetEntityFilter()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;
| Returns | |
|---|---|
| Type | Description |
EntityFilter |
The entityFilter. |
getEntityFilterBuilder()
publicEntityFilter.BuildergetEntityFilterBuilder()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;
| Returns | |
|---|---|
| Type | Description |
EntityFilter.Builder |
|
getEntityFilterOrBuilder()
publicEntityFilterOrBuildergetEntityFilterOrBuilder()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;
| Returns | |
|---|---|
| Type | Description |
EntityFilterOrBuilder |
|
getInputUrl()
publicStringgetInputUrl() 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.
For more information, see google.datastore.admin.v1.ExportEntitiesResponse.output_url.
string input_url = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The inputUrl. |
getInputUrlBytes()
publicByteStringgetInputUrlBytes() 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.
For more information, see google.datastore.admin.v1.ExportEntitiesResponse.output_url.
string input_url = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for inputUrl. |
getLabels() (deprecated)
publicMap<String,String>getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsCount()
publicintgetLabelsCount()Client-assigned labels.
map<string, string> labels = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLabelsMap()
publicMap<String,String>getLabelsMap()Client-assigned labels.
map<string, string> labels = 2;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsOrDefault(String key, String defaultValue)
publicStringgetLabelsOrDefault(Stringkey,StringdefaultValue)Client-assigned labels.
map<string, string> labels = 2;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getLabelsOrThrow(String key)
publicStringgetLabelsOrThrow(Stringkey)Client-assigned labels.
map<string, string> labels = 2;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getMutableLabels() (deprecated)
publicMap<String,String>getMutableLabels()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getProjectId()
publicStringgetProjectId()Required. Project ID against which to make the request.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
publicByteStringgetProjectIdBytes()Required. Project ID against which to make the request.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
hasEntityFilter()
publicbooleanhasEntityFilter()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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entityFilter field is set. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
internalGetMapFieldReflection(int number)
protectedMapFieldReflectionAccessorinternalGetMapFieldReflection(intnumber)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
internalGetMutableMapFieldReflection(int number)
protectedMapFieldReflectionAccessorinternalGetMutableMapFieldReflection(intnumber)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeEntityFilter(EntityFilter value)
publicImportEntitiesRequest.BuildermergeEntityFilter(EntityFiltervalue)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;
| Parameter | |
|---|---|
| Name | Description |
value |
EntityFilter |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
mergeFrom(ImportEntitiesRequest other)
publicImportEntitiesRequest.BuildermergeFrom(ImportEntitiesRequestother)| Parameter | |
|---|---|
| Name | Description |
other |
ImportEntitiesRequest |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicImportEntitiesRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicImportEntitiesRequest.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalImportEntitiesRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
putAllLabels(Map<String,String> values)
publicImportEntitiesRequest.BuilderputAllLabels(Map<String,String>values)Client-assigned labels.
map<string, string> labels = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Map<String,String> |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
putLabels(String key, String value)
publicImportEntitiesRequest.BuilderputLabels(Stringkey,Stringvalue)Client-assigned labels.
map<string, string> labels = 2;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
value |
String |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
removeLabels(String key)
publicImportEntitiesRequest.BuilderremoveLabels(Stringkey)Client-assigned labels.
map<string, string> labels = 2;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
setEntityFilter(EntityFilter value)
publicImportEntitiesRequest.BuildersetEntityFilter(EntityFiltervalue)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;
| Parameter | |
|---|---|
| Name | Description |
value |
EntityFilter |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
setEntityFilter(EntityFilter.Builder builderForValue)
publicImportEntitiesRequest.BuildersetEntityFilter(EntityFilter.BuilderbuilderForValue)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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
EntityFilter.Builder |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicImportEntitiesRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
setInputUrl(String value)
publicImportEntitiesRequest.BuildersetInputUrl(Stringvalue) 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.
For more information, see google.datastore.admin.v1.ExportEntitiesResponse.output_url.
string input_url = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The inputUrl to set. |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
This builder for chaining. |
setInputUrlBytes(ByteString value)
publicImportEntitiesRequest.BuildersetInputUrlBytes(ByteStringvalue) 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.
For more information, see google.datastore.admin.v1.ExportEntitiesResponse.output_url.
string input_url = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for inputUrl to set. |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
This builder for chaining. |
setProjectId(String value)
publicImportEntitiesRequest.BuildersetProjectId(Stringvalue)Required. Project ID against which to make the request.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The projectId to set. |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
publicImportEntitiesRequest.BuildersetProjectIdBytes(ByteStringvalue)Required. Project ID against which to make the request.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for projectId to set. |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicImportEntitiesRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalImportEntitiesRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ImportEntitiesRequest.Builder |
|