Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAllIndexes(Iterable<? extends Index>) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
addAllKinds(Iterable<String>) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
If empty, then this represents all kinds.
addAllNamespaceIds(Iterable<String>) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
An empty list represents all namespaces.
addAllProperties(Iterable<? extends Index.IndexedProperty>) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
addIndexes(int, Index) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
addIndexes(int, Index.Builder) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
addIndexes(Index) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
addIndexes(Index.Builder) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
addIndexesBuilder() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
addIndexesBuilder(int) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
addKinds(String) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
If empty, then this represents all kinds.
addKindsBytes(ByteString) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
If empty, then this represents all kinds.
addNamespaceIds(String) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
An empty list represents all namespaces.
addNamespaceIdsBytes(ByteString) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
An empty list represents all namespaces.
addProperties(int, Index.IndexedProperty) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
addProperties(int, Index.IndexedProperty.Builder) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
addProperties(Index.IndexedProperty) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
addProperties(Index.IndexedProperty.Builder) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
addPropertiesBuilder() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
addPropertiesBuilder(int) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.Index.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.Progress.Builder
 
ALL_ANCESTORS - Enum constant in enum com.google.datastore.admin.v1.Index.AncestorMode
Include all the entity's ancestors in the index.
ALL_ANCESTORS_VALUE - Static variable in enum com.google.datastore.admin.v1.Index.AncestorMode
Include all the entity's ancestors in the index.
ANCESTOR_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.Index
 
ANCESTOR_MODE_UNSPECIFIED - Enum constant in enum com.google.datastore.admin.v1.Index.AncestorMode
The ancestor mode is unspecified.
ANCESTOR_MODE_UNSPECIFIED_VALUE - Static variable in enum com.google.datastore.admin.v1.Index.AncestorMode
The ancestor mode is unspecified.
APPLY_WRITES_SYNCHRONOUSLY - Enum constant in enum com.google.datastore.admin.v1.MigrationStep
Writes are applied synchronously to at least one replica.
APPLY_WRITES_SYNCHRONOUSLY_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationStep
Writes are applied synchronously to at least one replica.
ASCENDING - Enum constant in enum com.google.datastore.admin.v1.Index.Direction
The property's values are indexed so as to support sequencing in ascending order and also query by <, >, <=, >=, and =.
ASCENDING_VALUE - Static variable in enum com.google.datastore.admin.v1.Index.Direction
The property's values are indexed so as to support sequencing in ascending order and also query by <, >, <=, >=, and =.

B

build() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
build() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
build() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
build() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
build() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
build() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
build() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
build() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
build() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
build() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
build() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
build() - Method in class com.google.datastore.admin.v1.Index.Builder
 
build() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
build() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
build() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
build() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
build() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
build() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
build() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
build() - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
build() - Method in class com.google.datastore.admin.v1.Progress.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.Index.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
buildPartial() - Method in class com.google.datastore.admin.v1.Progress.Builder
 

C

CANCELLED - Enum constant in enum com.google.datastore.admin.v1.CommonMetadata.State
Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.
CANCELLED_VALUE - Static variable in enum com.google.datastore.admin.v1.CommonMetadata.State
Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.
CANCELLING - Enum constant in enum com.google.datastore.admin.v1.CommonMetadata.State
Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.
CANCELLING_VALUE - Static variable in enum com.google.datastore.admin.v1.CommonMetadata.State
Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.
clear() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
clear() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
clear() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
clear() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
clear() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
clear() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
clear() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
clear() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
clear() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
clear() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
clear() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
clear() - Method in class com.google.datastore.admin.v1.Index.Builder
 
clear() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
clear() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
clear() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
clear() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
clear() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
clear() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
clear() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
clear() - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
clear() - Method in class com.google.datastore.admin.v1.Progress.Builder
 
clearAncestor() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
clearCommon() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
clearCommon() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
clearCommon() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
Metadata common to all Datastore Admin operations.
clearConcurrencyMode() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.
clearConcurrencyMode() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
Ths concurrency mode for this database.
clearDirection() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
Required.
clearEndTime() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time the operation ended, either successfully or otherwise.
clearEntityFilter() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Description of which entities are being exported.
clearEntityFilter() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Description of what data from the project is included in the export.
clearEntityFilter() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Description of which entities are being imported.
clearEntityFilter() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Optionally specify which kinds/namespaces are to be imported.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.Index.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.datastore.admin.v1.Progress.Builder
 
clearFilter() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
string filter = 3;
clearIndex() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
The index to create.
clearIndexes() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
clearIndexId() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
The resource ID of the index to delete.
clearIndexId() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
The resource ID of the index to get.
clearIndexId() - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
clearIndexId() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
The index resource ID that this operation is acting on.
clearInputUrl() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
The location of the import metadata file.
clearInputUrl() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Required.
clearKind() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
clearKinds() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
If empty, then this represents all kinds.
clearLabels() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
clearLabels() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
clearLabels() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
clearMigrationState() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
clearMigrationStep() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
clearName() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
Required.
clearNamespaceIds() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
An empty list represents all namespaces.
clearNextPageToken() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The standard List next-page token.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.Index.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.datastore.admin.v1.Progress.Builder
 
clearOperationType() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The type of the operation.
clearOutputUrl() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
Location of the output metadata file.
clearOutputUrlPrefix() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Location for the export metadata and data files.
clearOutputUrlPrefix() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Required.
clearPageSize() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
The maximum number of items to return.
clearPageToken() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
The next_page_token value returned from a previous List request, if any.
clearPrepareStepDetails() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `PREPARE` step.
clearProgressBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
clearProgressBytes() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
clearProgressEntities() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of entities processed.
clearProgressEntities() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of entities processed.
clearProgressEntities() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
An estimate of the number of entities processed.
clearProjectId() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
Project ID against which to make the request.
clearProjectId() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
Project ID against which to make the request.
clearProjectId() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Required.
clearProjectId() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
Project ID against which to make the request.
clearProjectId() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Required.
clearProjectId() - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
clearProjectId() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
Project ID against which to make the request.
clearProperties() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
clearRedirectWritesStepDetails() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `REDIRECT_WRITES` step.
clearStartTime() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time that work began on the operation.
clearState() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The current state of the Operation.
clearState() - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
clearState() - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
The new state of the migration.
clearStep() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
The step that is starting.
clearStepDetails() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
clearWorkCompleted() - Method in class com.google.datastore.admin.v1.Progress.Builder
The amount of work that has been completed.
clearWorkEstimated() - Method in class com.google.datastore.admin.v1.Progress.Builder
An estimate of how much work needs to be performed.
clone() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
clone() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
clone() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
clone() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
clone() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
clone() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
clone() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
clone() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
clone() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
clone() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
clone() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
clone() - Method in class com.google.datastore.admin.v1.Index.Builder
 
clone() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
clone() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
clone() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
clone() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
clone() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
clone() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
clone() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
clone() - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
clone() - Method in class com.google.datastore.admin.v1.Progress.Builder
 
com.google.datastore.admin.v1 - package com.google.datastore.admin.v1
 
COMMON_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
COMMON_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
COMMON_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.IndexOperationMetadata
 
CommonMetadata - Class in com.google.datastore.admin.v1
Metadata common to all Datastore Admin operations.
CommonMetadata.Builder - Class in com.google.datastore.admin.v1
Metadata common to all Datastore Admin operations.
CommonMetadata.State - Enum in com.google.datastore.admin.v1
The various possible states for an ongoing Operation.
CommonMetadataOrBuilder - Interface in com.google.datastore.admin.v1
 
COMPLETE - Enum constant in enum com.google.datastore.admin.v1.MigrationState
The migration is complete.
COMPLETE_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationState
The migration is complete.
CONCURRENCY_MODE_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
CONCURRENCY_MODE_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
CONCURRENCY_MODE_UNSPECIFIED - Enum constant in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Unspecified.
CONCURRENCY_MODE_UNSPECIFIED_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Unspecified.
containsLabels(String) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The client-assigned labels which were provided when the operation was created.
containsLabels(String) - Method in class com.google.datastore.admin.v1.CommonMetadata
The client-assigned labels which were provided when the operation was created.
containsLabels(String) - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The client-assigned labels which were provided when the operation was created.
containsLabels(String) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Client-assigned labels.
containsLabels(String) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Client-assigned labels.
containsLabels(String) - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Client-assigned labels.
containsLabels(String) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Client-assigned labels.
containsLabels(String) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Client-assigned labels.
containsLabels(String) - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Client-assigned labels.
COPY_AND_VERIFY - Enum constant in enum com.google.datastore.admin.v1.MigrationStep
Data is copied to Cloud Firestore and then verified to match the data in Cloud Datastore.
COPY_AND_VERIFY_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationStep
Data is copied to Cloud Firestore and then verified to match the data in Cloud Datastore.
CREATE_INDEX - Enum constant in enum com.google.datastore.admin.v1.OperationType
CreateIndex.
CREATE_INDEX_VALUE - Static variable in enum com.google.datastore.admin.v1.OperationType
CreateIndex.
CreateIndexRequest - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.CreateIndex][google.datastore.admin.v1.DatastoreAdmin.CreateIndex].
CreateIndexRequest.Builder - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.CreateIndex][google.datastore.admin.v1.DatastoreAdmin.CreateIndex].
CreateIndexRequestOrBuilder - Interface in com.google.datastore.admin.v1
 
CREATING - Enum constant in enum com.google.datastore.admin.v1.Index.State
The index is being created, and cannot be used by queries.
CREATING_VALUE - Static variable in enum com.google.datastore.admin.v1.Index.State
The index is being created, and cannot be used by queries.

D

DatastoreAdminProto - Class in com.google.datastore.admin.v1
 
DatastoreFirestoreMigrationMetadata - Class in com.google.datastore.admin.v1
Metadata for Datastore to Firestore migration operations.
DatastoreFirestoreMigrationMetadata.Builder - Class in com.google.datastore.admin.v1
Metadata for Datastore to Firestore migration operations.
DatastoreFirestoreMigrationMetadataOrBuilder - Interface in com.google.datastore.admin.v1
 
DELETE_INDEX - Enum constant in enum com.google.datastore.admin.v1.OperationType
DeleteIndex.
DELETE_INDEX_VALUE - Static variable in enum com.google.datastore.admin.v1.OperationType
DeleteIndex.
DeleteIndexRequest - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.DeleteIndex][google.datastore.admin.v1.DatastoreAdmin.DeleteIndex].
DeleteIndexRequest.Builder - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.DeleteIndex][google.datastore.admin.v1.DatastoreAdmin.DeleteIndex].
DeleteIndexRequestOrBuilder - Interface in com.google.datastore.admin.v1
 
DELETING - Enum constant in enum com.google.datastore.admin.v1.Index.State
The index is being deleted, and cannot be used by queries.
DELETING_VALUE - Static variable in enum com.google.datastore.admin.v1.Index.State
The index is being deleted, and cannot be used by queries.
DESCENDING - Enum constant in enum com.google.datastore.admin.v1.Index.Direction
The property's values are indexed so as to support sequencing in descending order and also query by <, >, <=, >=, and =.
DESCENDING_VALUE - Static variable in enum com.google.datastore.admin.v1.Index.Direction
The property's values are indexed so as to support sequencing in descending order and also query by <, >, <=, >=, and =.
DIRECTION_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.Index.IndexedProperty
 
DIRECTION_UNSPECIFIED - Enum constant in enum com.google.datastore.admin.v1.Index.Direction
The direction is unspecified.
DIRECTION_UNSPECIFIED_VALUE - Static variable in enum com.google.datastore.admin.v1.Index.Direction
The direction is unspecified.

E

END_TIME_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.CommonMetadata
 
ENTITY_FILTER_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
ENTITY_FILTER_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
ENTITY_FILTER_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
ENTITY_FILTER_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
EntityFilter - Class in com.google.datastore.admin.v1
Identifies a subset of entities in a project.
EntityFilter.Builder - Class in com.google.datastore.admin.v1
Identifies a subset of entities in a project.
EntityFilterOrBuilder - Interface in com.google.datastore.admin.v1
 
equals(Object) - Method in class com.google.datastore.admin.v1.CommonMetadata
 
equals(Object) - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
equals(Object) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
equals(Object) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
equals(Object) - Method in class com.google.datastore.admin.v1.EntityFilter
 
equals(Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
equals(Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
equals(Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
equals(Object) - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
equals(Object) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
equals(Object) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
equals(Object) - Method in class com.google.datastore.admin.v1.Index
 
equals(Object) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
equals(Object) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
equals(Object) - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
equals(Object) - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
equals(Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
equals(Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
equals(Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
equals(Object) - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
equals(Object) - Method in class com.google.datastore.admin.v1.Progress
 
ERROR - Enum constant in enum com.google.datastore.admin.v1.Index.State
The index was being created or deleted, but something went wrong.
ERROR_VALUE - Static variable in enum com.google.datastore.admin.v1.Index.State
The index was being created or deleted, but something went wrong.
EXPORT_ENTITIES - Enum constant in enum com.google.datastore.admin.v1.OperationType
ExportEntities.
EXPORT_ENTITIES_VALUE - Static variable in enum com.google.datastore.admin.v1.OperationType
ExportEntities.
ExportEntitiesMetadata - Class in com.google.datastore.admin.v1
Metadata for ExportEntities operations.
ExportEntitiesMetadata.Builder - Class in com.google.datastore.admin.v1
Metadata for ExportEntities operations.
ExportEntitiesMetadataOrBuilder - Interface in com.google.datastore.admin.v1
 
ExportEntitiesRequest - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.ExportEntities][google.datastore.admin.v1.DatastoreAdmin.ExportEntities].
ExportEntitiesRequest.Builder - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.ExportEntities][google.datastore.admin.v1.DatastoreAdmin.ExportEntities].
ExportEntitiesRequestOrBuilder - Interface in com.google.datastore.admin.v1
 
ExportEntitiesResponse - Class in com.google.datastore.admin.v1
The response for [google.datastore.admin.v1.DatastoreAdmin.ExportEntities][google.datastore.admin.v1.DatastoreAdmin.ExportEntities].
ExportEntitiesResponse.Builder - Class in com.google.datastore.admin.v1
The response for [google.datastore.admin.v1.DatastoreAdmin.ExportEntities][google.datastore.admin.v1.DatastoreAdmin.ExportEntities].
ExportEntitiesResponseOrBuilder - Interface in com.google.datastore.admin.v1
 

F

FAILED - Enum constant in enum com.google.datastore.admin.v1.CommonMetadata.State
Request has finished being processed, but encountered an error.
FAILED_VALUE - Static variable in enum com.google.datastore.admin.v1.CommonMetadata.State
Request has finished being processed, but encountered an error.
FILTER_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ListIndexesRequest
 
FINALIZING - Enum constant in enum com.google.datastore.admin.v1.CommonMetadata.State
Request has been processed and is in its finalization stage.
FINALIZING_VALUE - Static variable in enum com.google.datastore.admin.v1.CommonMetadata.State
Request has been processed and is in its finalization stage.
forNumber(int) - Static method in enum com.google.datastore.admin.v1.CommonMetadata.State
 
forNumber(int) - Static method in enum com.google.datastore.admin.v1.Index.AncestorMode
 
forNumber(int) - Static method in enum com.google.datastore.admin.v1.Index.Direction
 
forNumber(int) - Static method in enum com.google.datastore.admin.v1.Index.State
 
forNumber(int) - Static method in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
 
forNumber(int) - Static method in enum com.google.datastore.admin.v1.MigrationProgressEvent.StepDetailsCase
 
forNumber(int) - Static method in enum com.google.datastore.admin.v1.MigrationState
 
forNumber(int) - Static method in enum com.google.datastore.admin.v1.MigrationStep
 
forNumber(int) - Static method in enum com.google.datastore.admin.v1.OperationType
 

G

getAncestor() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
getAncestor() - Method in class com.google.datastore.admin.v1.Index
Required.
getAncestor() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Required.
getAncestorValue() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
getAncestorValue() - Method in class com.google.datastore.admin.v1.Index
Required.
getAncestorValue() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Required.
getCommon() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
getCommon() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
Metadata common to all Datastore Admin operations.
getCommon() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
Metadata common to all Datastore Admin operations.
getCommon() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
getCommon() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
Metadata common to all Datastore Admin operations.
getCommon() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
Metadata common to all Datastore Admin operations.
getCommon() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
Metadata common to all Datastore Admin operations.
getCommon() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
Metadata common to all Datastore Admin operations.
getCommon() - Method in interface com.google.datastore.admin.v1.IndexOperationMetadataOrBuilder
Metadata common to all Datastore Admin operations.
getCommonBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
getCommonBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
getCommonBuilder() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
Metadata common to all Datastore Admin operations.
getCommonOrBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
getCommonOrBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
Metadata common to all Datastore Admin operations.
getCommonOrBuilder() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
Metadata common to all Datastore Admin operations.
getCommonOrBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
getCommonOrBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
Metadata common to all Datastore Admin operations.
getCommonOrBuilder() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
Metadata common to all Datastore Admin operations.
getCommonOrBuilder() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
Metadata common to all Datastore Admin operations.
getCommonOrBuilder() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
Metadata common to all Datastore Admin operations.
getCommonOrBuilder() - Method in interface com.google.datastore.admin.v1.IndexOperationMetadataOrBuilder
Metadata common to all Datastore Admin operations.
getConcurrencyMode() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.
getConcurrencyMode() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.
getConcurrencyMode() - Method in interface com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetailsOrBuilder
The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.
getConcurrencyMode() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
Ths concurrency mode for this database.
getConcurrencyMode() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
Ths concurrency mode for this database.
getConcurrencyMode() - Method in interface com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder
Ths concurrency mode for this database.
getConcurrencyModeValue() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.
getConcurrencyModeValue() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.
getConcurrencyModeValue() - Method in interface com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetailsOrBuilder
The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.
getConcurrencyModeValue() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
Ths concurrency mode for this database.
getConcurrencyModeValue() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
Ths concurrency mode for this database.
getConcurrencyModeValue() - Method in interface com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder
Ths concurrency mode for this database.
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.EntityFilter
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.Index
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
getDefaultInstance() - Static method in class com.google.datastore.admin.v1.Progress
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.CommonMetadata
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.EntityFilter
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.Index.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.Index
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.Progress.Builder
 
getDefaultInstanceForType() - Method in class com.google.datastore.admin.v1.Progress
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
getDescriptor() - Static method in enum com.google.datastore.admin.v1.CommonMetadata.State
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.DatastoreAdminProto
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.EntityFilter
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
getDescriptor() - Static method in enum com.google.datastore.admin.v1.Index.AncestorMode
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.Index.Builder
 
getDescriptor() - Static method in enum com.google.datastore.admin.v1.Index.Direction
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.Index
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
getDescriptor() - Static method in enum com.google.datastore.admin.v1.Index.State
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.IndexProto
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
getDescriptor() - Static method in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.MigrationProto
 
getDescriptor() - Static method in enum com.google.datastore.admin.v1.MigrationState
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
getDescriptor() - Static method in enum com.google.datastore.admin.v1.MigrationStep
 
getDescriptor() - Static method in enum com.google.datastore.admin.v1.OperationType
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.Progress.Builder
 
getDescriptor() - Static method in class com.google.datastore.admin.v1.Progress
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
getDescriptorForType() - Method in enum com.google.datastore.admin.v1.CommonMetadata.State
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
getDescriptorForType() - Method in enum com.google.datastore.admin.v1.Index.AncestorMode
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.Index.Builder
 
getDescriptorForType() - Method in enum com.google.datastore.admin.v1.Index.Direction
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
getDescriptorForType() - Method in enum com.google.datastore.admin.v1.Index.State
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
getDescriptorForType() - Method in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
getDescriptorForType() - Method in enum com.google.datastore.admin.v1.MigrationState
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
getDescriptorForType() - Method in enum com.google.datastore.admin.v1.MigrationStep
 
getDescriptorForType() - Method in enum com.google.datastore.admin.v1.OperationType
 
getDescriptorForType() - Method in class com.google.datastore.admin.v1.Progress.Builder
 
getDirection() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
Required.
getDirection() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
Required.
getDirection() - Method in interface com.google.datastore.admin.v1.Index.IndexedPropertyOrBuilder
Required.
getDirectionValue() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
Required.
getDirectionValue() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
Required.
getDirectionValue() - Method in interface com.google.datastore.admin.v1.Index.IndexedPropertyOrBuilder
Required.
getEndTime() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time the operation ended, either successfully or otherwise.
getEndTime() - Method in class com.google.datastore.admin.v1.CommonMetadata
The time the operation ended, either successfully or otherwise.
getEndTime() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The time the operation ended, either successfully or otherwise.
getEndTimeBuilder() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time the operation ended, either successfully or otherwise.
getEndTimeOrBuilder() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time the operation ended, either successfully or otherwise.
getEndTimeOrBuilder() - Method in class com.google.datastore.admin.v1.CommonMetadata
The time the operation ended, either successfully or otherwise.
getEndTimeOrBuilder() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The time the operation ended, either successfully or otherwise.
getEntityFilter() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Description of which entities are being exported.
getEntityFilter() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
Description of which entities are being exported.
getEntityFilter() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
Description of which entities are being exported.
getEntityFilter() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Description of what data from the project is included in the export.
getEntityFilter() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Description of what data from the project is included in the export.
getEntityFilter() - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Description of what data from the project is included in the export.
getEntityFilter() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Description of which entities are being imported.
getEntityFilter() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
Description of which entities are being imported.
getEntityFilter() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
Description of which entities are being imported.
getEntityFilter() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Optionally specify which kinds/namespaces are to be imported.
getEntityFilter() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Optionally specify which kinds/namespaces are to be imported.
getEntityFilter() - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Optionally specify which kinds/namespaces are to be imported.
getEntityFilterBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Description of which entities are being exported.
getEntityFilterBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Description of what data from the project is included in the export.
getEntityFilterBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Description of which entities are being imported.
getEntityFilterBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Optionally specify which kinds/namespaces are to be imported.
getEntityFilterOrBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Description of which entities are being exported.
getEntityFilterOrBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
Description of which entities are being exported.
getEntityFilterOrBuilder() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
Description of which entities are being exported.
getEntityFilterOrBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Description of what data from the project is included in the export.
getEntityFilterOrBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Description of what data from the project is included in the export.
getEntityFilterOrBuilder() - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Description of what data from the project is included in the export.
getEntityFilterOrBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Description of which entities are being imported.
getEntityFilterOrBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
Description of which entities are being imported.
getEntityFilterOrBuilder() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
Description of which entities are being imported.
getEntityFilterOrBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Optionally specify which kinds/namespaces are to be imported.
getEntityFilterOrBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Optionally specify which kinds/namespaces are to be imported.
getEntityFilterOrBuilder() - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Optionally specify which kinds/namespaces are to be imported.
getFilter() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
string filter = 3;
getFilter() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
string filter = 3;
getFilter() - Method in interface com.google.datastore.admin.v1.ListIndexesRequestOrBuilder
string filter = 3;
getFilterBytes() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
string filter = 3;
getFilterBytes() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
string filter = 3;
getFilterBytes() - Method in interface com.google.datastore.admin.v1.ListIndexesRequestOrBuilder
string filter = 3;
getIndex() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
The index to create.
getIndex() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
The index to create.
getIndex() - Method in interface com.google.datastore.admin.v1.CreateIndexRequestOrBuilder
The index to create.
getIndexBuilder() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
The index to create.
getIndexes(int) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
getIndexes(int) - Method in class com.google.datastore.admin.v1.ListIndexesResponse
The indexes.
getIndexes(int) - Method in interface com.google.datastore.admin.v1.ListIndexesResponseOrBuilder
The indexes.
getIndexesBuilder(int) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
getIndexesBuilderList() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
getIndexesCount() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
getIndexesCount() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
The indexes.
getIndexesCount() - Method in interface com.google.datastore.admin.v1.ListIndexesResponseOrBuilder
The indexes.
getIndexesList() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
getIndexesList() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
The indexes.
getIndexesList() - Method in interface com.google.datastore.admin.v1.ListIndexesResponseOrBuilder
The indexes.
getIndexesOrBuilder(int) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
getIndexesOrBuilder(int) - Method in class com.google.datastore.admin.v1.ListIndexesResponse
The indexes.
getIndexesOrBuilder(int) - Method in interface com.google.datastore.admin.v1.ListIndexesResponseOrBuilder
The indexes.
getIndexesOrBuilderList() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
getIndexesOrBuilderList() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
The indexes.
getIndexesOrBuilderList() - Method in interface com.google.datastore.admin.v1.ListIndexesResponseOrBuilder
The indexes.
getIndexId() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
The resource ID of the index to delete.
getIndexId() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
The resource ID of the index to delete.
getIndexId() - Method in interface com.google.datastore.admin.v1.DeleteIndexRequestOrBuilder
The resource ID of the index to delete.
getIndexId() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
The resource ID of the index to get.
getIndexId() - Method in class com.google.datastore.admin.v1.GetIndexRequest
The resource ID of the index to get.
getIndexId() - Method in interface com.google.datastore.admin.v1.GetIndexRequestOrBuilder
The resource ID of the index to get.
getIndexId() - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
getIndexId() - Method in class com.google.datastore.admin.v1.Index
Output only.
getIndexId() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
The index resource ID that this operation is acting on.
getIndexId() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
The index resource ID that this operation is acting on.
getIndexId() - Method in interface com.google.datastore.admin.v1.IndexOperationMetadataOrBuilder
The index resource ID that this operation is acting on.
getIndexId() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Output only.
getIndexIdBytes() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
The resource ID of the index to delete.
getIndexIdBytes() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
The resource ID of the index to delete.
getIndexIdBytes() - Method in interface com.google.datastore.admin.v1.DeleteIndexRequestOrBuilder
The resource ID of the index to delete.
getIndexIdBytes() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
The resource ID of the index to get.
getIndexIdBytes() - Method in class com.google.datastore.admin.v1.GetIndexRequest
The resource ID of the index to get.
getIndexIdBytes() - Method in interface com.google.datastore.admin.v1.GetIndexRequestOrBuilder
The resource ID of the index to get.
getIndexIdBytes() - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
getIndexIdBytes() - Method in class com.google.datastore.admin.v1.Index
Output only.
getIndexIdBytes() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
The index resource ID that this operation is acting on.
getIndexIdBytes() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
The index resource ID that this operation is acting on.
getIndexIdBytes() - Method in interface com.google.datastore.admin.v1.IndexOperationMetadataOrBuilder
The index resource ID that this operation is acting on.
getIndexIdBytes() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Output only.
getIndexOrBuilder() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
The index to create.
getIndexOrBuilder() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
The index to create.
getIndexOrBuilder() - Method in interface com.google.datastore.admin.v1.CreateIndexRequestOrBuilder
The index to create.
GetIndexRequest - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.GetIndex][google.datastore.admin.v1.DatastoreAdmin.GetIndex].
GetIndexRequest.Builder - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.GetIndex][google.datastore.admin.v1.DatastoreAdmin.GetIndex].
GetIndexRequestOrBuilder - Interface in com.google.datastore.admin.v1
 
getInputUrl() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
The location of the import metadata file.
getInputUrl() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
The location of the import metadata file.
getInputUrl() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
The location of the import metadata file.
getInputUrl() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Required.
getInputUrl() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Required.
getInputUrl() - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Required.
getInputUrlBytes() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
The location of the import metadata file.
getInputUrlBytes() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
The location of the import metadata file.
getInputUrlBytes() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
The location of the import metadata file.
getInputUrlBytes() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Required.
getInputUrlBytes() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Required.
getInputUrlBytes() - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Required.
getKind() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
getKind() - Method in class com.google.datastore.admin.v1.Index
Required.
getKind() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Required.
getKindBytes() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
getKindBytes() - Method in class com.google.datastore.admin.v1.Index
Required.
getKindBytes() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Required.
getKinds(int) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
If empty, then this represents all kinds.
getKinds(int) - Method in class com.google.datastore.admin.v1.EntityFilter
If empty, then this represents all kinds.
getKinds(int) - Method in interface com.google.datastore.admin.v1.EntityFilterOrBuilder
If empty, then this represents all kinds.
getKindsBytes(int) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
If empty, then this represents all kinds.
getKindsBytes(int) - Method in class com.google.datastore.admin.v1.EntityFilter
If empty, then this represents all kinds.
getKindsBytes(int) - Method in interface com.google.datastore.admin.v1.EntityFilterOrBuilder
If empty, then this represents all kinds.
getKindsCount() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
If empty, then this represents all kinds.
getKindsCount() - Method in class com.google.datastore.admin.v1.EntityFilter
If empty, then this represents all kinds.
getKindsCount() - Method in interface com.google.datastore.admin.v1.EntityFilterOrBuilder
If empty, then this represents all kinds.
getKindsList() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
If empty, then this represents all kinds.
getKindsList() - Method in class com.google.datastore.admin.v1.EntityFilter
If empty, then this represents all kinds.
getKindsList() - Method in interface com.google.datastore.admin.v1.EntityFilterOrBuilder
If empty, then this represents all kinds.
getLabels() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
Deprecated.
getLabels() - Method in class com.google.datastore.admin.v1.CommonMetadata
Deprecated.
getLabels() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
Deprecated.
getLabels() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Deprecated.
getLabels() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Deprecated.
getLabels() - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Deprecated.
getLabels() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Deprecated.
getLabels() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Deprecated.
getLabels() - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Deprecated.
getLabelsCount() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
getLabelsCount() - Method in class com.google.datastore.admin.v1.CommonMetadata
 
getLabelsCount() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The client-assigned labels which were provided when the operation was created.
getLabelsCount() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
getLabelsCount() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
getLabelsCount() - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Client-assigned labels.
getLabelsCount() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
getLabelsCount() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
getLabelsCount() - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Client-assigned labels.
getLabelsMap() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The client-assigned labels which were provided when the operation was created.
getLabelsMap() - Method in class com.google.datastore.admin.v1.CommonMetadata
The client-assigned labels which were provided when the operation was created.
getLabelsMap() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The client-assigned labels which were provided when the operation was created.
getLabelsMap() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Client-assigned labels.
getLabelsMap() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Client-assigned labels.
getLabelsMap() - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Client-assigned labels.
getLabelsMap() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Client-assigned labels.
getLabelsMap() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Client-assigned labels.
getLabelsMap() - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Client-assigned labels.
getLabelsOrDefault(String, String) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The client-assigned labels which were provided when the operation was created.
getLabelsOrDefault(String, String) - Method in class com.google.datastore.admin.v1.CommonMetadata
The client-assigned labels which were provided when the operation was created.
getLabelsOrDefault(String, String) - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The client-assigned labels which were provided when the operation was created.
getLabelsOrDefault(String, String) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Client-assigned labels.
getLabelsOrDefault(String, String) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Client-assigned labels.
getLabelsOrDefault(String, String) - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Client-assigned labels.
getLabelsOrDefault(String, String) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Client-assigned labels.
getLabelsOrDefault(String, String) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Client-assigned labels.
getLabelsOrDefault(String, String) - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Client-assigned labels.
getLabelsOrThrow(String) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The client-assigned labels which were provided when the operation was created.
getLabelsOrThrow(String) - Method in class com.google.datastore.admin.v1.CommonMetadata
The client-assigned labels which were provided when the operation was created.
getLabelsOrThrow(String) - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The client-assigned labels which were provided when the operation was created.
getLabelsOrThrow(String) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Client-assigned labels.
getLabelsOrThrow(String) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Client-assigned labels.
getLabelsOrThrow(String) - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Client-assigned labels.
getLabelsOrThrow(String) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Client-assigned labels.
getLabelsOrThrow(String) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Client-assigned labels.
getLabelsOrThrow(String) - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Client-assigned labels.
getMigrationState() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMigrationState() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMigrationState() - Method in interface com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadataOrBuilder
The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMigrationStateValue() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMigrationStateValue() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMigrationStateValue() - Method in interface com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadataOrBuilder
The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMigrationStep() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMigrationStep() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMigrationStep() - Method in interface com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadataOrBuilder
The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMigrationStepValue() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMigrationStepValue() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMigrationStepValue() - Method in interface com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadataOrBuilder
The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
getMutableLabels() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
Deprecated.
getMutableLabels() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Deprecated.
getMutableLabels() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Deprecated.
getName() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
Required.
getName() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
Required.
getName() - Method in interface com.google.datastore.admin.v1.Index.IndexedPropertyOrBuilder
Required.
getNameBytes() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
Required.
getNameBytes() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
Required.
getNameBytes() - Method in interface com.google.datastore.admin.v1.Index.IndexedPropertyOrBuilder
Required.
getNamespaceIds(int) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
An empty list represents all namespaces.
getNamespaceIds(int) - Method in class com.google.datastore.admin.v1.EntityFilter
An empty list represents all namespaces.
getNamespaceIds(int) - Method in interface com.google.datastore.admin.v1.EntityFilterOrBuilder
An empty list represents all namespaces.
getNamespaceIdsBytes(int) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
An empty list represents all namespaces.
getNamespaceIdsBytes(int) - Method in class com.google.datastore.admin.v1.EntityFilter
An empty list represents all namespaces.
getNamespaceIdsBytes(int) - Method in interface com.google.datastore.admin.v1.EntityFilterOrBuilder
An empty list represents all namespaces.
getNamespaceIdsCount() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
An empty list represents all namespaces.
getNamespaceIdsCount() - Method in class com.google.datastore.admin.v1.EntityFilter
An empty list represents all namespaces.
getNamespaceIdsCount() - Method in interface com.google.datastore.admin.v1.EntityFilterOrBuilder
An empty list represents all namespaces.
getNamespaceIdsList() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
An empty list represents all namespaces.
getNamespaceIdsList() - Method in class com.google.datastore.admin.v1.EntityFilter
An empty list represents all namespaces.
getNamespaceIdsList() - Method in interface com.google.datastore.admin.v1.EntityFilterOrBuilder
An empty list represents all namespaces.
getNextPageToken() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The standard List next-page token.
getNextPageToken() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
The standard List next-page token.
getNextPageToken() - Method in interface com.google.datastore.admin.v1.ListIndexesResponseOrBuilder
The standard List next-page token.
getNextPageTokenBytes() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The standard List next-page token.
getNextPageTokenBytes() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
The standard List next-page token.
getNextPageTokenBytes() - Method in interface com.google.datastore.admin.v1.ListIndexesResponseOrBuilder
The standard List next-page token.
getNumber() - Method in enum com.google.datastore.admin.v1.CommonMetadata.State
 
getNumber() - Method in enum com.google.datastore.admin.v1.Index.AncestorMode
 
getNumber() - Method in enum com.google.datastore.admin.v1.Index.Direction
 
getNumber() - Method in enum com.google.datastore.admin.v1.Index.State
 
getNumber() - Method in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
 
getNumber() - Method in enum com.google.datastore.admin.v1.MigrationProgressEvent.StepDetailsCase
 
getNumber() - Method in enum com.google.datastore.admin.v1.MigrationState
 
getNumber() - Method in enum com.google.datastore.admin.v1.MigrationStep
 
getNumber() - Method in enum com.google.datastore.admin.v1.OperationType
 
getOperationType() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The type of the operation.
getOperationType() - Method in class com.google.datastore.admin.v1.CommonMetadata
The type of the operation.
getOperationType() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The type of the operation.
getOperationTypeValue() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The type of the operation.
getOperationTypeValue() - Method in class com.google.datastore.admin.v1.CommonMetadata
The type of the operation.
getOperationTypeValue() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The type of the operation.
getOutputUrl() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
Location of the output metadata file.
getOutputUrl() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
Location of the output metadata file.
getOutputUrl() - Method in interface com.google.datastore.admin.v1.ExportEntitiesResponseOrBuilder
Location of the output metadata file.
getOutputUrlBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
Location of the output metadata file.
getOutputUrlBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
Location of the output metadata file.
getOutputUrlBytes() - Method in interface com.google.datastore.admin.v1.ExportEntitiesResponseOrBuilder
Location of the output metadata file.
getOutputUrlPrefix() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Location for the export metadata and data files.
getOutputUrlPrefix() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
Location for the export metadata and data files.
getOutputUrlPrefix() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
Location for the export metadata and data files.
getOutputUrlPrefix() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Required.
getOutputUrlPrefix() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Required.
getOutputUrlPrefix() - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Required.
getOutputUrlPrefixBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Location for the export metadata and data files.
getOutputUrlPrefixBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
Location for the export metadata and data files.
getOutputUrlPrefixBytes() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
Location for the export metadata and data files.
getOutputUrlPrefixBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Required.
getOutputUrlPrefixBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Required.
getOutputUrlPrefixBytes() - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Required.
getPageSize() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
The maximum number of items to return.
getPageSize() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
The maximum number of items to return.
getPageSize() - Method in interface com.google.datastore.admin.v1.ListIndexesRequestOrBuilder
The maximum number of items to return.
getPageToken() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
The next_page_token value returned from a previous List request, if any.
getPageToken() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
The next_page_token value returned from a previous List request, if any.
getPageToken() - Method in interface com.google.datastore.admin.v1.ListIndexesRequestOrBuilder
The next_page_token value returned from a previous List request, if any.
getPageTokenBytes() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
The next_page_token value returned from a previous List request, if any.
getPageTokenBytes() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
The next_page_token value returned from a previous List request, if any.
getPageTokenBytes() - Method in interface com.google.datastore.admin.v1.ListIndexesRequestOrBuilder
The next_page_token value returned from a previous List request, if any.
getParserForType() - Method in class com.google.datastore.admin.v1.CommonMetadata
 
getParserForType() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
getParserForType() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
getParserForType() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
getParserForType() - Method in class com.google.datastore.admin.v1.EntityFilter
 
getParserForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
getParserForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
getParserForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
getParserForType() - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
getParserForType() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
getParserForType() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
getParserForType() - Method in class com.google.datastore.admin.v1.Index
 
getParserForType() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
getParserForType() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
getParserForType() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
getParserForType() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
getParserForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
getParserForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
getParserForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
getParserForType() - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
getParserForType() - Method in class com.google.datastore.admin.v1.Progress
 
getPrepareStepDetails() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `PREPARE` step.
getPrepareStepDetails() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
Details for the `PREPARE` step.
getPrepareStepDetails() - Method in interface com.google.datastore.admin.v1.MigrationProgressEventOrBuilder
Details for the `PREPARE` step.
getPrepareStepDetailsBuilder() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `PREPARE` step.
getPrepareStepDetailsOrBuilder() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `PREPARE` step.
getPrepareStepDetailsOrBuilder() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
Details for the `PREPARE` step.
getPrepareStepDetailsOrBuilder() - Method in interface com.google.datastore.admin.v1.MigrationProgressEventOrBuilder
Details for the `PREPARE` step.
getProgressBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
getProgressBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
An estimate of the number of bytes processed.
getProgressBytes() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
An estimate of the number of bytes processed.
getProgressBytes() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
getProgressBytes() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
An estimate of the number of bytes processed.
getProgressBytes() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
An estimate of the number of bytes processed.
getProgressBytesBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
getProgressBytesBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
getProgressBytesOrBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
getProgressBytesOrBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
An estimate of the number of bytes processed.
getProgressBytesOrBuilder() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
An estimate of the number of bytes processed.
getProgressBytesOrBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
getProgressBytesOrBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
An estimate of the number of bytes processed.
getProgressBytesOrBuilder() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
An estimate of the number of bytes processed.
getProgressEntities() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of entities processed.
getProgressEntities() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
An estimate of the number of entities processed.
getProgressEntities() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
An estimate of the number of entities processed.
getProgressEntities() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of entities processed.
getProgressEntities() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
An estimate of the number of entities processed.
getProgressEntities() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
An estimate of the number of entities processed.
getProgressEntities() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
An estimate of the number of entities processed.
getProgressEntities() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
An estimate of the number of entities processed.
getProgressEntities() - Method in interface com.google.datastore.admin.v1.IndexOperationMetadataOrBuilder
An estimate of the number of entities processed.
getProgressEntitiesBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of entities processed.
getProgressEntitiesBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of entities processed.
getProgressEntitiesBuilder() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
An estimate of the number of entities processed.
getProgressEntitiesOrBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of entities processed.
getProgressEntitiesOrBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
An estimate of the number of entities processed.
getProgressEntitiesOrBuilder() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
An estimate of the number of entities processed.
getProgressEntitiesOrBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of entities processed.
getProgressEntitiesOrBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
An estimate of the number of entities processed.
getProgressEntitiesOrBuilder() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
An estimate of the number of entities processed.
getProgressEntitiesOrBuilder() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
An estimate of the number of entities processed.
getProgressEntitiesOrBuilder() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
An estimate of the number of entities processed.
getProgressEntitiesOrBuilder() - Method in interface com.google.datastore.admin.v1.IndexOperationMetadataOrBuilder
An estimate of the number of entities processed.
getProjectId() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
Project ID against which to make the request.
getProjectId() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
Project ID against which to make the request.
getProjectId() - Method in interface com.google.datastore.admin.v1.CreateIndexRequestOrBuilder
Project ID against which to make the request.
getProjectId() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
Project ID against which to make the request.
getProjectId() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
Project ID against which to make the request.
getProjectId() - Method in interface com.google.datastore.admin.v1.DeleteIndexRequestOrBuilder
Project ID against which to make the request.
getProjectId() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Required.
getProjectId() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Required.
getProjectId() - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Required.
getProjectId() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
Project ID against which to make the request.
getProjectId() - Method in class com.google.datastore.admin.v1.GetIndexRequest
Project ID against which to make the request.
getProjectId() - Method in interface com.google.datastore.admin.v1.GetIndexRequestOrBuilder
Project ID against which to make the request.
getProjectId() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Required.
getProjectId() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Required.
getProjectId() - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Required.
getProjectId() - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
getProjectId() - Method in class com.google.datastore.admin.v1.Index
Output only.
getProjectId() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Output only.
getProjectId() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
Project ID against which to make the request.
getProjectId() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
Project ID against which to make the request.
getProjectId() - Method in interface com.google.datastore.admin.v1.ListIndexesRequestOrBuilder
Project ID against which to make the request.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
Project ID against which to make the request.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
Project ID against which to make the request.
getProjectIdBytes() - Method in interface com.google.datastore.admin.v1.CreateIndexRequestOrBuilder
Project ID against which to make the request.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
Project ID against which to make the request.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
Project ID against which to make the request.
getProjectIdBytes() - Method in interface com.google.datastore.admin.v1.DeleteIndexRequestOrBuilder
Project ID against which to make the request.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Required.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Required.
getProjectIdBytes() - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Required.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
Project ID against which to make the request.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.GetIndexRequest
Project ID against which to make the request.
getProjectIdBytes() - Method in interface com.google.datastore.admin.v1.GetIndexRequestOrBuilder
Project ID against which to make the request.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Required.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Required.
getProjectIdBytes() - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Required.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.Index
Output only.
getProjectIdBytes() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Output only.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
Project ID against which to make the request.
getProjectIdBytes() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
Project ID against which to make the request.
getProjectIdBytes() - Method in interface com.google.datastore.admin.v1.ListIndexesRequestOrBuilder
Project ID against which to make the request.
getProperties(int) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
getProperties(int) - Method in class com.google.datastore.admin.v1.Index
Required.
getProperties(int) - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Required.
getPropertiesBuilder(int) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
getPropertiesBuilderList() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
getPropertiesCount() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
getPropertiesCount() - Method in class com.google.datastore.admin.v1.Index
Required.
getPropertiesCount() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Required.
getPropertiesList() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
getPropertiesList() - Method in class com.google.datastore.admin.v1.Index
Required.
getPropertiesList() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Required.
getPropertiesOrBuilder(int) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
getPropertiesOrBuilder(int) - Method in class com.google.datastore.admin.v1.Index
Required.
getPropertiesOrBuilder(int) - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Required.
getPropertiesOrBuilderList() - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
getPropertiesOrBuilderList() - Method in class com.google.datastore.admin.v1.Index
Required.
getPropertiesOrBuilderList() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Required.
getRedirectWritesStepDetails() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `REDIRECT_WRITES` step.
getRedirectWritesStepDetails() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
Details for the `REDIRECT_WRITES` step.
getRedirectWritesStepDetails() - Method in interface com.google.datastore.admin.v1.MigrationProgressEventOrBuilder
Details for the `REDIRECT_WRITES` step.
getRedirectWritesStepDetailsBuilder() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `REDIRECT_WRITES` step.
getRedirectWritesStepDetailsOrBuilder() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `REDIRECT_WRITES` step.
getRedirectWritesStepDetailsOrBuilder() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
Details for the `REDIRECT_WRITES` step.
getRedirectWritesStepDetailsOrBuilder() - Method in interface com.google.datastore.admin.v1.MigrationProgressEventOrBuilder
Details for the `REDIRECT_WRITES` step.
getSerializedSize() - Method in class com.google.datastore.admin.v1.CommonMetadata
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.EntityFilter
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.Index
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
getSerializedSize() - Method in class com.google.datastore.admin.v1.Progress
 
getStartTime() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time that work began on the operation.
getStartTime() - Method in class com.google.datastore.admin.v1.CommonMetadata
The time that work began on the operation.
getStartTime() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The time that work began on the operation.
getStartTimeBuilder() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time that work began on the operation.
getStartTimeOrBuilder() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time that work began on the operation.
getStartTimeOrBuilder() - Method in class com.google.datastore.admin.v1.CommonMetadata
The time that work began on the operation.
getStartTimeOrBuilder() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The time that work began on the operation.
getState() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The current state of the Operation.
getState() - Method in class com.google.datastore.admin.v1.CommonMetadata
The current state of the Operation.
getState() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The current state of the Operation.
getState() - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
getState() - Method in class com.google.datastore.admin.v1.Index
Output only.
getState() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Output only.
getState() - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
The new state of the migration.
getState() - Method in class com.google.datastore.admin.v1.MigrationStateEvent
The new state of the migration.
getState() - Method in interface com.google.datastore.admin.v1.MigrationStateEventOrBuilder
The new state of the migration.
getStateValue() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The current state of the Operation.
getStateValue() - Method in class com.google.datastore.admin.v1.CommonMetadata
The current state of the Operation.
getStateValue() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The current state of the Operation.
getStateValue() - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
getStateValue() - Method in class com.google.datastore.admin.v1.Index
Output only.
getStateValue() - Method in interface com.google.datastore.admin.v1.IndexOrBuilder
Output only.
getStateValue() - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
The new state of the migration.
getStateValue() - Method in class com.google.datastore.admin.v1.MigrationStateEvent
The new state of the migration.
getStateValue() - Method in interface com.google.datastore.admin.v1.MigrationStateEventOrBuilder
The new state of the migration.
getStep() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
The step that is starting.
getStep() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
The step that is starting.
getStep() - Method in interface com.google.datastore.admin.v1.MigrationProgressEventOrBuilder
The step that is starting.
getStepDetailsCase() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
getStepDetailsCase() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
getStepDetailsCase() - Method in interface com.google.datastore.admin.v1.MigrationProgressEventOrBuilder
 
getStepValue() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
The step that is starting.
getStepValue() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
The step that is starting.
getStepValue() - Method in interface com.google.datastore.admin.v1.MigrationProgressEventOrBuilder
The step that is starting.
getValueDescriptor() - Method in enum com.google.datastore.admin.v1.CommonMetadata.State
 
getValueDescriptor() - Method in enum com.google.datastore.admin.v1.Index.AncestorMode
 
getValueDescriptor() - Method in enum com.google.datastore.admin.v1.Index.Direction
 
getValueDescriptor() - Method in enum com.google.datastore.admin.v1.Index.State
 
getValueDescriptor() - Method in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
 
getValueDescriptor() - Method in enum com.google.datastore.admin.v1.MigrationState
 
getValueDescriptor() - Method in enum com.google.datastore.admin.v1.MigrationStep
 
getValueDescriptor() - Method in enum com.google.datastore.admin.v1.OperationType
 
getWorkCompleted() - Method in class com.google.datastore.admin.v1.Progress.Builder
The amount of work that has been completed.
getWorkCompleted() - Method in class com.google.datastore.admin.v1.Progress
The amount of work that has been completed.
getWorkCompleted() - Method in interface com.google.datastore.admin.v1.ProgressOrBuilder
The amount of work that has been completed.
getWorkEstimated() - Method in class com.google.datastore.admin.v1.Progress.Builder
An estimate of how much work needs to be performed.
getWorkEstimated() - Method in class com.google.datastore.admin.v1.Progress
An estimate of how much work needs to be performed.
getWorkEstimated() - Method in interface com.google.datastore.admin.v1.ProgressOrBuilder
An estimate of how much work needs to be performed.

H

hasCommon() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
hasCommon() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
Metadata common to all Datastore Admin operations.
hasCommon() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
Metadata common to all Datastore Admin operations.
hasCommon() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
hasCommon() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
Metadata common to all Datastore Admin operations.
hasCommon() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
Metadata common to all Datastore Admin operations.
hasCommon() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
Metadata common to all Datastore Admin operations.
hasCommon() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
Metadata common to all Datastore Admin operations.
hasCommon() - Method in interface com.google.datastore.admin.v1.IndexOperationMetadataOrBuilder
Metadata common to all Datastore Admin operations.
hasEndTime() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time the operation ended, either successfully or otherwise.
hasEndTime() - Method in class com.google.datastore.admin.v1.CommonMetadata
The time the operation ended, either successfully or otherwise.
hasEndTime() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The time the operation ended, either successfully or otherwise.
hasEntityFilter() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Description of which entities are being exported.
hasEntityFilter() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
Description of which entities are being exported.
hasEntityFilter() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
Description of which entities are being exported.
hasEntityFilter() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Description of what data from the project is included in the export.
hasEntityFilter() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
Description of what data from the project is included in the export.
hasEntityFilter() - Method in interface com.google.datastore.admin.v1.ExportEntitiesRequestOrBuilder
Description of what data from the project is included in the export.
hasEntityFilter() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Description of which entities are being imported.
hasEntityFilter() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
Description of which entities are being imported.
hasEntityFilter() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
Description of which entities are being imported.
hasEntityFilter() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Optionally specify which kinds/namespaces are to be imported.
hasEntityFilter() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
Optionally specify which kinds/namespaces are to be imported.
hasEntityFilter() - Method in interface com.google.datastore.admin.v1.ImportEntitiesRequestOrBuilder
Optionally specify which kinds/namespaces are to be imported.
hashCode() - Method in class com.google.datastore.admin.v1.CommonMetadata
 
hashCode() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
hashCode() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
hashCode() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
hashCode() - Method in class com.google.datastore.admin.v1.EntityFilter
 
hashCode() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
hashCode() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
hashCode() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
hashCode() - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
hashCode() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
hashCode() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
hashCode() - Method in class com.google.datastore.admin.v1.Index
 
hashCode() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
hashCode() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
hashCode() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
hashCode() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
hashCode() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
hashCode() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
hashCode() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
hashCode() - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
hashCode() - Method in class com.google.datastore.admin.v1.Progress
 
hasIndex() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
The index to create.
hasIndex() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
The index to create.
hasIndex() - Method in interface com.google.datastore.admin.v1.CreateIndexRequestOrBuilder
The index to create.
hasPrepareStepDetails() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `PREPARE` step.
hasPrepareStepDetails() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
Details for the `PREPARE` step.
hasPrepareStepDetails() - Method in interface com.google.datastore.admin.v1.MigrationProgressEventOrBuilder
Details for the `PREPARE` step.
hasProgressBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
hasProgressBytes() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
An estimate of the number of bytes processed.
hasProgressBytes() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
An estimate of the number of bytes processed.
hasProgressBytes() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
hasProgressBytes() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
An estimate of the number of bytes processed.
hasProgressBytes() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
An estimate of the number of bytes processed.
hasProgressEntities() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of entities processed.
hasProgressEntities() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
An estimate of the number of entities processed.
hasProgressEntities() - Method in interface com.google.datastore.admin.v1.ExportEntitiesMetadataOrBuilder
An estimate of the number of entities processed.
hasProgressEntities() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of entities processed.
hasProgressEntities() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
An estimate of the number of entities processed.
hasProgressEntities() - Method in interface com.google.datastore.admin.v1.ImportEntitiesMetadataOrBuilder
An estimate of the number of entities processed.
hasProgressEntities() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
An estimate of the number of entities processed.
hasProgressEntities() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
An estimate of the number of entities processed.
hasProgressEntities() - Method in interface com.google.datastore.admin.v1.IndexOperationMetadataOrBuilder
An estimate of the number of entities processed.
hasRedirectWritesStepDetails() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `REDIRECT_WRITES` step.
hasRedirectWritesStepDetails() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
Details for the `REDIRECT_WRITES` step.
hasRedirectWritesStepDetails() - Method in interface com.google.datastore.admin.v1.MigrationProgressEventOrBuilder
Details for the `REDIRECT_WRITES` step.
hasStartTime() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time that work began on the operation.
hasStartTime() - Method in class com.google.datastore.admin.v1.CommonMetadata
The time that work began on the operation.
hasStartTime() - Method in interface com.google.datastore.admin.v1.CommonMetadataOrBuilder
The time that work began on the operation.

I

IMPORT_ENTITIES - Enum constant in enum com.google.datastore.admin.v1.OperationType
ImportEntities.
IMPORT_ENTITIES_VALUE - Static variable in enum com.google.datastore.admin.v1.OperationType
ImportEntities.
ImportEntitiesMetadata - Class in com.google.datastore.admin.v1
Metadata for ImportEntities operations.
ImportEntitiesMetadata.Builder - Class in com.google.datastore.admin.v1
Metadata for ImportEntities operations.
ImportEntitiesMetadataOrBuilder - Interface in com.google.datastore.admin.v1
 
ImportEntitiesRequest - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.ImportEntities][google.datastore.admin.v1.DatastoreAdmin.ImportEntities].
ImportEntitiesRequest.Builder - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.ImportEntities][google.datastore.admin.v1.DatastoreAdmin.ImportEntities].
ImportEntitiesRequestOrBuilder - Interface in com.google.datastore.admin.v1
 
Index - Class in com.google.datastore.admin.v1
Datastore composite index definition.
INDEX_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.CreateIndexRequest
 
INDEX_ID_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.DeleteIndexRequest
 
INDEX_ID_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.GetIndexRequest
 
INDEX_ID_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.Index
 
INDEX_ID_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.IndexOperationMetadata
 
Index.AncestorMode - Enum in com.google.datastore.admin.v1
For an ordered index, specifies whether each of the entity's ancestors will be included.
Index.Builder - Class in com.google.datastore.admin.v1
Datastore composite index definition.
Index.Direction - Enum in com.google.datastore.admin.v1
The direction determines how a property is indexed.
Index.IndexedProperty - Class in com.google.datastore.admin.v1
A property of an index.
Index.IndexedProperty.Builder - Class in com.google.datastore.admin.v1
A property of an index.
Index.IndexedPropertyOrBuilder - Interface in com.google.datastore.admin.v1
 
Index.State - Enum in com.google.datastore.admin.v1
The possible set of states of an index.
INDEXES_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ListIndexesResponse
 
IndexOperationMetadata - Class in com.google.datastore.admin.v1
Metadata for Index operations.
IndexOperationMetadata.Builder - Class in com.google.datastore.admin.v1
Metadata for Index operations.
IndexOperationMetadataOrBuilder - Interface in com.google.datastore.admin.v1
 
IndexOrBuilder - Interface in com.google.datastore.admin.v1
 
IndexProto - Class in com.google.datastore.admin.v1
 
INITIALIZING - Enum constant in enum com.google.datastore.admin.v1.CommonMetadata.State
Request is being prepared for processing.
INITIALIZING_VALUE - Static variable in enum com.google.datastore.admin.v1.CommonMetadata.State
Request is being prepared for processing.
INPUT_URL_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
INPUT_URL_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.CommonMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.EntityFilter
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.Index.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.Index
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.Progress.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.datastore.admin.v1.Progress
 
internalGetMapFieldReflection(int) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
internalGetMapFieldReflection(int) - Method in class com.google.datastore.admin.v1.CommonMetadata
 
internalGetMapFieldReflection(int) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
internalGetMapFieldReflection(int) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
internalGetMapFieldReflection(int) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
internalGetMapFieldReflection(int) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
internalGetMutableMapFieldReflection(int) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
internalGetMutableMapFieldReflection(int) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
internalGetMutableMapFieldReflection(int) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
internalGetValueMap() - Static method in enum com.google.datastore.admin.v1.CommonMetadata.State
 
internalGetValueMap() - Static method in enum com.google.datastore.admin.v1.Index.AncestorMode
 
internalGetValueMap() - Static method in enum com.google.datastore.admin.v1.Index.Direction
 
internalGetValueMap() - Static method in enum com.google.datastore.admin.v1.Index.State
 
internalGetValueMap() - Static method in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
 
internalGetValueMap() - Static method in enum com.google.datastore.admin.v1.MigrationState
 
internalGetValueMap() - Static method in enum com.google.datastore.admin.v1.MigrationStep
 
internalGetValueMap() - Static method in enum com.google.datastore.admin.v1.OperationType
 
isInitialized() - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.CommonMetadata
 
isInitialized() - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
isInitialized() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
isInitialized() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
isInitialized() - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.EntityFilter
 
isInitialized() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
isInitialized() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
isInitialized() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
isInitialized() - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
isInitialized() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
isInitialized() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
isInitialized() - Method in class com.google.datastore.admin.v1.Index.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
isInitialized() - Method in class com.google.datastore.admin.v1.Index
 
isInitialized() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
isInitialized() - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
isInitialized() - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
isInitialized() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
isInitialized() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
isInitialized() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
isInitialized() - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
isInitialized() - Method in class com.google.datastore.admin.v1.Progress.Builder
 
isInitialized() - Method in class com.google.datastore.admin.v1.Progress
 

K

KIND_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.Index
 
KINDS_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.EntityFilter
 

L

LABELS_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.CommonMetadata
 
LABELS_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
LABELS_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
ListIndexesRequest - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.ListIndexes][google.datastore.admin.v1.DatastoreAdmin.ListIndexes].
ListIndexesRequest.Builder - Class in com.google.datastore.admin.v1
The request for [google.datastore.admin.v1.DatastoreAdmin.ListIndexes][google.datastore.admin.v1.DatastoreAdmin.ListIndexes].
ListIndexesRequestOrBuilder - Interface in com.google.datastore.admin.v1
 
ListIndexesResponse - Class in com.google.datastore.admin.v1
The response for [google.datastore.admin.v1.DatastoreAdmin.ListIndexes][google.datastore.admin.v1.DatastoreAdmin.ListIndexes].
ListIndexesResponse.Builder - Class in com.google.datastore.admin.v1
The response for [google.datastore.admin.v1.DatastoreAdmin.ListIndexes][google.datastore.admin.v1.DatastoreAdmin.ListIndexes].
ListIndexesResponseOrBuilder - Interface in com.google.datastore.admin.v1
 

M

mergeCommon(CommonMetadata) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
mergeCommon(CommonMetadata) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
mergeCommon(CommonMetadata) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
Metadata common to all Datastore Admin operations.
mergeEndTime(Timestamp) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time the operation ended, either successfully or otherwise.
mergeEntityFilter(EntityFilter) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Description of which entities are being exported.
mergeEntityFilter(EntityFilter) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Description of what data from the project is included in the export.
mergeEntityFilter(EntityFilter) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Description of which entities are being imported.
mergeEntityFilter(EntityFilter) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Optionally specify which kinds/namespaces are to be imported.
mergeFrom(CommonMetadata) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
mergeFrom(CreateIndexRequest) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
mergeFrom(DatastoreFirestoreMigrationMetadata) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
mergeFrom(DeleteIndexRequest) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
mergeFrom(EntityFilter) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
mergeFrom(ExportEntitiesMetadata) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
mergeFrom(ExportEntitiesRequest) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
mergeFrom(ExportEntitiesResponse) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
mergeFrom(GetIndexRequest) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
mergeFrom(ImportEntitiesMetadata) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
mergeFrom(ImportEntitiesRequest) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
mergeFrom(Index) - Method in class com.google.datastore.admin.v1.Index.Builder
 
mergeFrom(Index.IndexedProperty) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
mergeFrom(IndexOperationMetadata) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
mergeFrom(ListIndexesRequest) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
mergeFrom(ListIndexesResponse) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
mergeFrom(MigrationProgressEvent) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
mergeFrom(MigrationProgressEvent.PrepareStepDetails) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
mergeFrom(MigrationProgressEvent.RedirectWritesStepDetails) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
mergeFrom(MigrationStateEvent) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
mergeFrom(Progress) - Method in class com.google.datastore.admin.v1.Progress.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.Index.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.datastore.admin.v1.Progress.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.Index.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
mergeFrom(Message) - Method in class com.google.datastore.admin.v1.Progress.Builder
 
mergeIndex(Index) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
The index to create.
mergePrepareStepDetails(MigrationProgressEvent.PrepareStepDetails) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `PREPARE` step.
mergeProgressBytes(Progress) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
mergeProgressBytes(Progress) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
mergeProgressEntities(Progress) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of entities processed.
mergeProgressEntities(Progress) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of entities processed.
mergeProgressEntities(Progress) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
An estimate of the number of entities processed.
mergeRedirectWritesStepDetails(MigrationProgressEvent.RedirectWritesStepDetails) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `REDIRECT_WRITES` step.
mergeStartTime(Timestamp) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time that work began on the operation.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.Index.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.Progress.Builder
 
MIGRATION_STATE_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
MIGRATION_STATE_UNSPECIFIED - Enum constant in enum com.google.datastore.admin.v1.MigrationState
Unspecified.
MIGRATION_STATE_UNSPECIFIED_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationState
Unspecified.
MIGRATION_STEP_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
MIGRATION_STEP_UNSPECIFIED - Enum constant in enum com.google.datastore.admin.v1.MigrationStep
Unspecified.
MIGRATION_STEP_UNSPECIFIED_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationStep
Unspecified.
MigrationProgressEvent - Class in com.google.datastore.admin.v1
An event signifying the start of a new step in a [migration from Cloud Datastore to Cloud Firestore in Datastore mode](https://cloud.google.com/datastore/docs/upgrade-to-firestore).
MigrationProgressEvent.Builder - Class in com.google.datastore.admin.v1
An event signifying the start of a new step in a [migration from Cloud Datastore to Cloud Firestore in Datastore mode](https://cloud.google.com/datastore/docs/upgrade-to-firestore).
MigrationProgressEvent.ConcurrencyMode - Enum in com.google.datastore.admin.v1
Concurrency modes for transactions in Cloud Firestore.
MigrationProgressEvent.PrepareStepDetails - Class in com.google.datastore.admin.v1
Details for the `PREPARE` step.
MigrationProgressEvent.PrepareStepDetails.Builder - Class in com.google.datastore.admin.v1
Details for the `PREPARE` step.
MigrationProgressEvent.PrepareStepDetailsOrBuilder - Interface in com.google.datastore.admin.v1
 
MigrationProgressEvent.RedirectWritesStepDetails - Class in com.google.datastore.admin.v1
Details for the `REDIRECT_WRITES` step.
MigrationProgressEvent.RedirectWritesStepDetails.Builder - Class in com.google.datastore.admin.v1
Details for the `REDIRECT_WRITES` step.
MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder - Interface in com.google.datastore.admin.v1
 
MigrationProgressEvent.StepDetailsCase - Enum in com.google.datastore.admin.v1
 
MigrationProgressEventOrBuilder - Interface in com.google.datastore.admin.v1
 
MigrationProto - Class in com.google.datastore.admin.v1
 
MigrationState - Enum in com.google.datastore.admin.v1
States for a migration.
MigrationStateEvent - Class in com.google.datastore.admin.v1
An event signifying a change in state of a [migration from Cloud Datastore to Cloud Firestore in Datastore mode](https://cloud.google.com/datastore/docs/upgrade-to-firestore).
MigrationStateEvent.Builder - Class in com.google.datastore.admin.v1
An event signifying a change in state of a [migration from Cloud Datastore to Cloud Firestore in Datastore mode](https://cloud.google.com/datastore/docs/upgrade-to-firestore).
MigrationStateEventOrBuilder - Interface in com.google.datastore.admin.v1
 
MigrationStep - Enum in com.google.datastore.admin.v1
Steps in a migration.

N

NAME_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.Index.IndexedProperty
 
NAMESPACE_IDS_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.EntityFilter
 
newBuilder() - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
newBuilder() - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
newBuilder() - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
newBuilder() - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
newBuilder() - Static method in class com.google.datastore.admin.v1.EntityFilter
 
newBuilder() - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
newBuilder() - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
newBuilder() - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
newBuilder() - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
newBuilder() - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
newBuilder() - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
newBuilder() - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
newBuilder() - Static method in class com.google.datastore.admin.v1.Index
 
newBuilder() - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
newBuilder() - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
newBuilder() - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
newBuilder() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
newBuilder() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
newBuilder() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
newBuilder() - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
newBuilder() - Static method in class com.google.datastore.admin.v1.Progress
 
newBuilder(CommonMetadata) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
newBuilder(CreateIndexRequest) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
newBuilder(DatastoreFirestoreMigrationMetadata) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
newBuilder(DeleteIndexRequest) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
newBuilder(EntityFilter) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
newBuilder(ExportEntitiesMetadata) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
newBuilder(ExportEntitiesRequest) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
newBuilder(ExportEntitiesResponse) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
newBuilder(GetIndexRequest) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
newBuilder(ImportEntitiesMetadata) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
newBuilder(ImportEntitiesRequest) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
newBuilder(Index) - Static method in class com.google.datastore.admin.v1.Index
 
newBuilder(Index.IndexedProperty) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
newBuilder(IndexOperationMetadata) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
newBuilder(ListIndexesRequest) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
newBuilder(ListIndexesResponse) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
newBuilder(MigrationProgressEvent) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
newBuilder(MigrationProgressEvent.PrepareStepDetails) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
newBuilder(MigrationProgressEvent.RedirectWritesStepDetails) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
newBuilder(MigrationStateEvent) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
newBuilder(Progress) - Static method in class com.google.datastore.admin.v1.Progress
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.CommonMetadata
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.EntityFilter
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.Index
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
newBuilderForType() - Method in class com.google.datastore.admin.v1.Progress
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.CommonMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.EntityFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.Index
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.datastore.admin.v1.Progress
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.CommonMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.EntityFilter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.Index
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.datastore.admin.v1.Progress
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ListIndexesResponse
 
NONE - Enum constant in enum com.google.datastore.admin.v1.Index.AncestorMode
Do not include the entity's ancestors in the index.
NONE_VALUE - Static variable in enum com.google.datastore.admin.v1.Index.AncestorMode
Do not include the entity's ancestors in the index.

O

OPERATION_TYPE_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.CommonMetadata
 
OPERATION_TYPE_UNSPECIFIED - Enum constant in enum com.google.datastore.admin.v1.OperationType
Unspecified.
OPERATION_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.datastore.admin.v1.OperationType
Unspecified.
OperationType - Enum in com.google.datastore.admin.v1
Operation types.
OPTIMISTIC - Enum constant in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Optimistic concurrency.
OPTIMISTIC_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Optimistic concurrency.
OPTIMISTIC_WITH_ENTITY_GROUPS - Enum constant in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Optimistic concurrency with entity groups.
OPTIMISTIC_WITH_ENTITY_GROUPS_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Optimistic concurrency with entity groups.
OUTPUT_URL_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
OUTPUT_URL_PREFIX_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
OUTPUT_URL_PREFIX_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ExportEntitiesRequest
 

P

PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ListIndexesRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.Index
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseDelimitedFrom(InputStream) - Static method in class com.google.datastore.admin.v1.Progress
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Progress
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.Index
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseFrom(byte[]) - Static method in class com.google.datastore.admin.v1.Progress
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Progress
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.Index
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseFrom(ByteString) - Static method in class com.google.datastore.admin.v1.Progress
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Progress
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.Index
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.datastore.admin.v1.Progress
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Progress
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.Index
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseFrom(InputStream) - Static method in class com.google.datastore.admin.v1.Progress
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Progress
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.Index
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.datastore.admin.v1.Progress
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Index
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.Progress
 
parser() - Static method in class com.google.datastore.admin.v1.CommonMetadata
 
parser() - Static method in class com.google.datastore.admin.v1.CreateIndexRequest
 
parser() - Static method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
parser() - Static method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
parser() - Static method in class com.google.datastore.admin.v1.EntityFilter
 
parser() - Static method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
parser() - Static method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
parser() - Static method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
parser() - Static method in class com.google.datastore.admin.v1.GetIndexRequest
 
parser() - Static method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
parser() - Static method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
parser() - Static method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
parser() - Static method in class com.google.datastore.admin.v1.Index
 
parser() - Static method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
parser() - Static method in class com.google.datastore.admin.v1.ListIndexesRequest
 
parser() - Static method in class com.google.datastore.admin.v1.ListIndexesResponse
 
parser() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
parser() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
parser() - Static method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
parser() - Static method in class com.google.datastore.admin.v1.MigrationStateEvent
 
parser() - Static method in class com.google.datastore.admin.v1.Progress
 
PAUSED - Enum constant in enum com.google.datastore.admin.v1.MigrationState
The migration is paused.
PAUSED_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationState
The migration is paused.
PESSIMISTIC - Enum constant in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Pessimistic concurrency.
PESSIMISTIC_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Pessimistic concurrency.
PREPARE - Enum constant in enum com.google.datastore.admin.v1.MigrationStep
Pre-migration: the database is prepared for migration.
PREPARE_STEP_DETAILS - Enum constant in enum com.google.datastore.admin.v1.MigrationProgressEvent.StepDetailsCase
 
PREPARE_STEP_DETAILS_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.MigrationProgressEvent
 
PREPARE_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationStep
Pre-migration: the database is prepared for migration.
PROCESSING - Enum constant in enum com.google.datastore.admin.v1.CommonMetadata.State
Request is actively being processed.
PROCESSING_VALUE - Static variable in enum com.google.datastore.admin.v1.CommonMetadata.State
Request is actively being processed.
Progress - Class in com.google.datastore.admin.v1
Measures the progress of a particular metric.
PROGRESS_BYTES_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
PROGRESS_BYTES_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
PROGRESS_ENTITIES_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
PROGRESS_ENTITIES_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
PROGRESS_ENTITIES_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.IndexOperationMetadata
 
Progress.Builder - Class in com.google.datastore.admin.v1
Measures the progress of a particular metric.
ProgressOrBuilder - Interface in com.google.datastore.admin.v1
 
PROJECT_ID_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.CreateIndexRequest
 
PROJECT_ID_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.DeleteIndexRequest
 
PROJECT_ID_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
PROJECT_ID_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.GetIndexRequest
 
PROJECT_ID_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
PROJECT_ID_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.Index
 
PROJECT_ID_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.ListIndexesRequest
 
PROPERTIES_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.Index
 
putAllLabels(Map<String, String>) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The client-assigned labels which were provided when the operation was created.
putAllLabels(Map<String, String>) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Client-assigned labels.
putAllLabels(Map<String, String>) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Client-assigned labels.
putLabels(String, String) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The client-assigned labels which were provided when the operation was created.
putLabels(String, String) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Client-assigned labels.
putLabels(String, String) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Client-assigned labels.

R

READY - Enum constant in enum com.google.datastore.admin.v1.Index.State
The index is ready to be used.
READY_VALUE - Static variable in enum com.google.datastore.admin.v1.Index.State
The index is ready to be used.
REDIRECT_EVENTUALLY_CONSISTENT_READS - Enum constant in enum com.google.datastore.admin.v1.MigrationStep
Eventually-consistent reads are redirected to Cloud Firestore.
REDIRECT_EVENTUALLY_CONSISTENT_READS_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationStep
Eventually-consistent reads are redirected to Cloud Firestore.
REDIRECT_STRONGLY_CONSISTENT_READS - Enum constant in enum com.google.datastore.admin.v1.MigrationStep
Strongly-consistent reads are redirected to Cloud Firestore.
REDIRECT_STRONGLY_CONSISTENT_READS_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationStep
Strongly-consistent reads are redirected to Cloud Firestore.
REDIRECT_WRITES - Enum constant in enum com.google.datastore.admin.v1.MigrationStep
Writes are redirected to Cloud Firestore.
REDIRECT_WRITES_STEP_DETAILS - Enum constant in enum com.google.datastore.admin.v1.MigrationProgressEvent.StepDetailsCase
 
REDIRECT_WRITES_STEP_DETAILS_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.MigrationProgressEvent
 
REDIRECT_WRITES_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationStep
Writes are redirected to Cloud Firestore.
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.datastore.admin.v1.DatastoreAdminProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.datastore.admin.v1.IndexProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.datastore.admin.v1.MigrationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.DatastoreAdminProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.IndexProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.datastore.admin.v1.MigrationProto
 
removeIndexes(int) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
removeLabels(String) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The client-assigned labels which were provided when the operation was created.
removeLabels(String) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Client-assigned labels.
removeLabels(String) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Client-assigned labels.
removeProperties(int) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
RUNNING - Enum constant in enum com.google.datastore.admin.v1.MigrationState
The migration is running.
RUNNING_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationState
The migration is running.

S

setAncestor(Index.AncestorMode) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
setAncestorValue(int) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
setCommon(CommonMetadata) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
setCommon(CommonMetadata) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
setCommon(CommonMetadata) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
Metadata common to all Datastore Admin operations.
setCommon(CommonMetadata.Builder) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
setCommon(CommonMetadata.Builder) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Metadata common to all Datastore Admin operations.
setCommon(CommonMetadata.Builder) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
Metadata common to all Datastore Admin operations.
setConcurrencyMode(MigrationProgressEvent.ConcurrencyMode) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.
setConcurrencyMode(MigrationProgressEvent.ConcurrencyMode) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
Ths concurrency mode for this database.
setConcurrencyModeValue(int) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.
setConcurrencyModeValue(int) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
Ths concurrency mode for this database.
setDirection(Index.Direction) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
Required.
setDirectionValue(int) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
Required.
setEndTime(Timestamp) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time the operation ended, either successfully or otherwise.
setEndTime(Timestamp.Builder) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time the operation ended, either successfully or otherwise.
setEntityFilter(EntityFilter) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Description of which entities are being exported.
setEntityFilter(EntityFilter) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Description of what data from the project is included in the export.
setEntityFilter(EntityFilter) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Description of which entities are being imported.
setEntityFilter(EntityFilter) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Optionally specify which kinds/namespaces are to be imported.
setEntityFilter(EntityFilter.Builder) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Description of which entities are being exported.
setEntityFilter(EntityFilter.Builder) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Description of what data from the project is included in the export.
setEntityFilter(EntityFilter.Builder) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
Description of which entities are being imported.
setEntityFilter(EntityFilter.Builder) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Optionally specify which kinds/namespaces are to be imported.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.Index.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.datastore.admin.v1.Progress.Builder
 
setFilter(String) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
string filter = 3;
setFilterBytes(ByteString) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
string filter = 3;
setIndex(Index) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
The index to create.
setIndex(Index.Builder) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
The index to create.
setIndexes(int, Index) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
setIndexes(int, Index.Builder) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The indexes.
setIndexId(String) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
The resource ID of the index to delete.
setIndexId(String) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
The resource ID of the index to get.
setIndexId(String) - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
setIndexId(String) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
The index resource ID that this operation is acting on.
setIndexIdBytes(ByteString) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
The resource ID of the index to delete.
setIndexIdBytes(ByteString) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
The resource ID of the index to get.
setIndexIdBytes(ByteString) - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
setIndexIdBytes(ByteString) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
The index resource ID that this operation is acting on.
setInputUrl(String) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
The location of the import metadata file.
setInputUrl(String) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Required.
setInputUrlBytes(ByteString) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
The location of the import metadata file.
setInputUrlBytes(ByteString) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Required.
setKind(String) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
setKindBytes(ByteString) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
setKinds(int, String) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
If empty, then this represents all kinds.
setMigrationState(MigrationState) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
setMigrationStateValue(int) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
setMigrationStep(MigrationStep) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
setMigrationStepValue(int) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
setName(String) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
Required.
setNamespaceIds(int, String) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
An empty list represents all namespaces.
setNextPageToken(String) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The standard List next-page token.
setNextPageTokenBytes(ByteString) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
The standard List next-page token.
setOperationType(OperationType) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The type of the operation.
setOperationTypeValue(int) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The type of the operation.
setOutputUrl(String) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
Location of the output metadata file.
setOutputUrlBytes(ByteString) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
Location of the output metadata file.
setOutputUrlPrefix(String) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Location for the export metadata and data files.
setOutputUrlPrefix(String) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Required.
setOutputUrlPrefixBytes(ByteString) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
Location for the export metadata and data files.
setOutputUrlPrefixBytes(ByteString) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Required.
setPageSize(int) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
The maximum number of items to return.
setPageToken(String) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
The next_page_token value returned from a previous List request, if any.
setPageTokenBytes(ByteString) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
The next_page_token value returned from a previous List request, if any.
setPrepareStepDetails(MigrationProgressEvent.PrepareStepDetails) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `PREPARE` step.
setPrepareStepDetails(MigrationProgressEvent.PrepareStepDetails.Builder) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `PREPARE` step.
setProgressBytes(Progress) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
setProgressBytes(Progress) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
setProgressBytes(Progress.Builder) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
setProgressBytes(Progress.Builder) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of bytes processed.
setProgressEntities(Progress) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of entities processed.
setProgressEntities(Progress) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of entities processed.
setProgressEntities(Progress) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
An estimate of the number of entities processed.
setProgressEntities(Progress.Builder) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
An estimate of the number of entities processed.
setProgressEntities(Progress.Builder) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
An estimate of the number of entities processed.
setProgressEntities(Progress.Builder) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
An estimate of the number of entities processed.
setProjectId(String) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
Project ID against which to make the request.
setProjectId(String) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
Project ID against which to make the request.
setProjectId(String) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Required.
setProjectId(String) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
Project ID against which to make the request.
setProjectId(String) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Required.
setProjectId(String) - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
setProjectId(String) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
Project ID against which to make the request.
setProjectIdBytes(ByteString) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
Project ID against which to make the request.
setProjectIdBytes(ByteString) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
Project ID against which to make the request.
setProjectIdBytes(ByteString) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
Required.
setProjectIdBytes(ByteString) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
Project ID against which to make the request.
setProjectIdBytes(ByteString) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
Required.
setProjectIdBytes(ByteString) - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
setProjectIdBytes(ByteString) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
Project ID against which to make the request.
setProperties(int, Index.IndexedProperty) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
setProperties(int, Index.IndexedProperty.Builder) - Method in class com.google.datastore.admin.v1.Index.Builder
Required.
setRedirectWritesStepDetails(MigrationProgressEvent.RedirectWritesStepDetails) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `REDIRECT_WRITES` step.
setRedirectWritesStepDetails(MigrationProgressEvent.RedirectWritesStepDetails.Builder) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
Details for the `REDIRECT_WRITES` step.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.Index.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.datastore.admin.v1.Progress.Builder
 
setStartTime(Timestamp) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time that work began on the operation.
setStartTime(Timestamp.Builder) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The time that work began on the operation.
setState(CommonMetadata.State) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The current state of the Operation.
setState(Index.State) - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
setState(MigrationState) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
The new state of the migration.
setStateValue(int) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
The current state of the Operation.
setStateValue(int) - Method in class com.google.datastore.admin.v1.Index.Builder
Output only.
setStateValue(int) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
The new state of the migration.
setStep(MigrationStep) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
The step that is starting.
setStepValue(int) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
The step that is starting.
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.CommonMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.CreateIndexRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.EntityFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.GetIndexRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.Index.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ListIndexesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.ListIndexesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.MigrationStateEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.datastore.admin.v1.Progress.Builder
 
setWorkCompleted(long) - Method in class com.google.datastore.admin.v1.Progress.Builder
The amount of work that has been completed.
setWorkEstimated(long) - Method in class com.google.datastore.admin.v1.Progress.Builder
An estimate of how much work needs to be performed.
START - Enum constant in enum com.google.datastore.admin.v1.MigrationStep
Start of migration.
START_TIME_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.CommonMetadata
 
START_VALUE - Static variable in enum com.google.datastore.admin.v1.MigrationStep
Start of migration.
STATE_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.CommonMetadata
 
STATE_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.Index
 
STATE_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.MigrationStateEvent
 
STATE_UNSPECIFIED - Enum constant in enum com.google.datastore.admin.v1.CommonMetadata.State
Unspecified.
STATE_UNSPECIFIED - Enum constant in enum com.google.datastore.admin.v1.Index.State
The state is unspecified.
STATE_UNSPECIFIED_VALUE - Static variable in enum com.google.datastore.admin.v1.CommonMetadata.State
Unspecified.
STATE_UNSPECIFIED_VALUE - Static variable in enum com.google.datastore.admin.v1.Index.State
The state is unspecified.
STEP_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.MigrationProgressEvent
 
STEPDETAILS_NOT_SET - Enum constant in enum com.google.datastore.admin.v1.MigrationProgressEvent.StepDetailsCase
 
SUCCESSFUL - Enum constant in enum com.google.datastore.admin.v1.CommonMetadata.State
Request has completed successfully.
SUCCESSFUL_VALUE - Static variable in enum com.google.datastore.admin.v1.CommonMetadata.State
Request has completed successfully.

T

toBuilder() - Method in class com.google.datastore.admin.v1.CommonMetadata
 
toBuilder() - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
toBuilder() - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
toBuilder() - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
toBuilder() - Method in class com.google.datastore.admin.v1.EntityFilter
 
toBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
toBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
toBuilder() - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
toBuilder() - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
toBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
toBuilder() - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
toBuilder() - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
toBuilder() - Method in class com.google.datastore.admin.v1.Index
 
toBuilder() - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
toBuilder() - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
toBuilder() - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
toBuilder() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
toBuilder() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
toBuilder() - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
toBuilder() - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
toBuilder() - Method in class com.google.datastore.admin.v1.Progress
 

U

UNRECOGNIZED - Enum constant in enum com.google.datastore.admin.v1.CommonMetadata.State
 
UNRECOGNIZED - Enum constant in enum com.google.datastore.admin.v1.Index.AncestorMode
 
UNRECOGNIZED - Enum constant in enum com.google.datastore.admin.v1.Index.Direction
 
UNRECOGNIZED - Enum constant in enum com.google.datastore.admin.v1.Index.State
 
UNRECOGNIZED - Enum constant in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
 
UNRECOGNIZED - Enum constant in enum com.google.datastore.admin.v1.MigrationState
 
UNRECOGNIZED - Enum constant in enum com.google.datastore.admin.v1.MigrationStep
 
UNRECOGNIZED - Enum constant in enum com.google.datastore.admin.v1.OperationType
 

V

valueOf(int) - Static method in enum com.google.datastore.admin.v1.CommonMetadata.State
Deprecated.
valueOf(int) - Static method in enum com.google.datastore.admin.v1.Index.AncestorMode
Deprecated.
valueOf(int) - Static method in enum com.google.datastore.admin.v1.Index.Direction
Deprecated.
valueOf(int) - Static method in enum com.google.datastore.admin.v1.Index.State
Deprecated.
valueOf(int) - Static method in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Deprecated.
valueOf(int) - Static method in enum com.google.datastore.admin.v1.MigrationProgressEvent.StepDetailsCase
Deprecated.
valueOf(int) - Static method in enum com.google.datastore.admin.v1.MigrationState
Deprecated.
valueOf(int) - Static method in enum com.google.datastore.admin.v1.MigrationStep
Deprecated.
valueOf(int) - Static method in enum com.google.datastore.admin.v1.OperationType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.datastore.admin.v1.CommonMetadata.State
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.datastore.admin.v1.Index.AncestorMode
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.datastore.admin.v1.Index.Direction
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.datastore.admin.v1.Index.State
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.datastore.admin.v1.MigrationState
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.datastore.admin.v1.MigrationStep
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.datastore.admin.v1.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.datastore.admin.v1.CommonMetadata.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.datastore.admin.v1.Index.AncestorMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.datastore.admin.v1.Index.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.datastore.admin.v1.Index.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.datastore.admin.v1.MigrationProgressEvent.StepDetailsCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.datastore.admin.v1.MigrationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.datastore.admin.v1.MigrationStep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.datastore.admin.v1.OperationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.datastore.admin.v1.CommonMetadata.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.datastore.admin.v1.Index.AncestorMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.datastore.admin.v1.Index.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.datastore.admin.v1.Index.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.datastore.admin.v1.MigrationProgressEvent.StepDetailsCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.datastore.admin.v1.MigrationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.datastore.admin.v1.MigrationStep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.datastore.admin.v1.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORK_COMPLETED_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.Progress
 
WORK_ESTIMATED_FIELD_NUMBER - Static variable in class com.google.datastore.admin.v1.Progress
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.CommonMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.CreateIndexRequest
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.DatastoreFirestoreMigrationMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.DeleteIndexRequest
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.EntityFilter
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.ExportEntitiesMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.ExportEntitiesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.ExportEntitiesResponse
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.GetIndexRequest
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.ImportEntitiesMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.ImportEntitiesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.Index.IndexedProperty
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.Index
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.IndexOperationMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.ListIndexesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.ListIndexesResponse
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.MigrationProgressEvent
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.MigrationStateEvent
 
writeTo(CodedOutputStream) - Method in class com.google.datastore.admin.v1.Progress
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form