Documentation ¶
Overview ¶
Package admin aliases all exported identifiers in package "cloud.google.com/go/firestore/apiv1/admin/adminpb".
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterFirestoreAdminServer(s *grpc.Server, srv FirestoreAdminServer)deprecated
- type CreateIndexRequestdeprecated
- type Databasedeprecated
- type Database_AppEngineIntegrationModedeprecated
- type Database_ConcurrencyModedeprecated
- type Database_DatabaseTypedeprecated
- type DeleteIndexRequestdeprecated
- type ExportDocumentsMetadatadeprecated
- type ExportDocumentsRequestdeprecated
- type ExportDocumentsResponsedeprecated
- type Fielddeprecated
- type FieldOperationMetadatadeprecated
- type FieldOperationMetadata_IndexConfigDeltadeprecated
- type FieldOperationMetadata_IndexConfigDelta_ChangeTypedeprecated
- type FieldOperationMetadata_TtlConfigDeltadeprecated
- type FieldOperationMetadata_TtlConfigDelta_ChangeTypedeprecated
- type Field_IndexConfigdeprecated
- type Field_TtlConfigdeprecated
- type Field_TtlConfig_Statedeprecated
- type FirestoreAdminClientdeprecated
- type FirestoreAdminServerdeprecated
- type GetDatabaseRequestdeprecated
- type GetFieldRequestdeprecated
- type GetIndexRequestdeprecated
- type ImportDocumentsMetadatadeprecated
- type ImportDocumentsRequestdeprecated
- type Indexdeprecated
- type IndexOperationMetadatadeprecated
- type Index_IndexFielddeprecated
- type Index_IndexField_ArrayConfigdeprecated
- type Index_IndexField_ArrayConfig_
- type Index_IndexField_Orderdeprecated
- type Index_IndexField_Order_
- type Index_QueryScopedeprecated
- type Index_Statedeprecated
- type ListDatabasesRequestdeprecated
- type ListDatabasesResponsedeprecated
- type ListFieldsRequestdeprecated
- type ListFieldsResponsedeprecated
- type ListIndexesRequestdeprecated
- type ListIndexesResponsedeprecated
- type LocationMetadatadeprecated
- type OperationStatedeprecated
- type Progressdeprecated
- type UnimplementedFirestoreAdminServerdeprecated
- type UpdateDatabaseMetadatadeprecated
- type UpdateDatabaseRequestdeprecated
- type UpdateFieldRequestdeprecated
Constants ¶
const ( Database_APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED = src.Database_APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED Database_CONCURRENCY_MODE_UNSPECIFIED = src.Database_CONCURRENCY_MODE_UNSPECIFIED Database_DATABASE_TYPE_UNSPECIFIED = src.Database_DATABASE_TYPE_UNSPECIFIED Database_DATASTORE_MODE = src.Database_DATASTORE_MODE Database_DISABLED = src.Database_DISABLED Database_ENABLED = src.Database_ENABLED Database_FIRESTORE_NATIVE = src.Database_FIRESTORE_NATIVE Database_OPTIMISTIC = src.Database_OPTIMISTIC Database_OPTIMISTIC_WITH_ENTITY_GROUPS = src.Database_OPTIMISTIC_WITH_ENTITY_GROUPS Database_PESSIMISTIC = src.Database_PESSIMISTIC FieldOperationMetadata_IndexConfigDelta_ADD = src.FieldOperationMetadata_IndexConfigDelta_ADD FieldOperationMetadata_IndexConfigDelta_CHANGE_TYPE_UNSPECIFIED = src.FieldOperationMetadata_IndexConfigDelta_CHANGE_TYPE_UNSPECIFIED FieldOperationMetadata_IndexConfigDelta_REMOVE = src.FieldOperationMetadata_IndexConfigDelta_REMOVE FieldOperationMetadata_TtlConfigDelta_ADD = src.FieldOperationMetadata_TtlConfigDelta_ADD FieldOperationMetadata_TtlConfigDelta_CHANGE_TYPE_UNSPECIFIED = src.FieldOperationMetadata_TtlConfigDelta_CHANGE_TYPE_UNSPECIFIED FieldOperationMetadata_TtlConfigDelta_REMOVE = src.FieldOperationMetadata_TtlConfigDelta_REMOVE Field_TtlConfig_ACTIVE = src.Field_TtlConfig_ACTIVE Field_TtlConfig_CREATING = src.Field_TtlConfig_CREATING Field_TtlConfig_NEEDS_REPAIR = src.Field_TtlConfig_NEEDS_REPAIR Field_TtlConfig_STATE_UNSPECIFIED = src.Field_TtlConfig_STATE_UNSPECIFIED Index_COLLECTION = src.Index_COLLECTION Index_COLLECTION_GROUP = src.Index_COLLECTION_GROUP Index_CREATING = src.Index_CREATING Index_IndexField_ARRAY_CONFIG_UNSPECIFIED = src.Index_IndexField_ARRAY_CONFIG_UNSPECIFIED Index_IndexField_ASCENDING = src.Index_IndexField_ASCENDING Index_IndexField_CONTAINS = src.Index_IndexField_CONTAINS Index_IndexField_DESCENDING = src.Index_IndexField_DESCENDING Index_IndexField_ORDER_UNSPECIFIED = src.Index_IndexField_ORDER_UNSPECIFIED Index_NEEDS_REPAIR = src.Index_NEEDS_REPAIR Index_QUERY_SCOPE_UNSPECIFIED = src.Index_QUERY_SCOPE_UNSPECIFIED Index_READY = src.Index_READY Index_STATE_UNSPECIFIED = src.Index_STATE_UNSPECIFIED OperationState_CANCELLED = src.OperationState_CANCELLED OperationState_CANCELLING = src.OperationState_CANCELLING OperationState_FAILED = src.OperationState_FAILED OperationState_FINALIZING = src.OperationState_FINALIZING OperationState_INITIALIZING = src.OperationState_INITIALIZING OperationState_OPERATION_STATE_UNSPECIFIED = src.OperationState_OPERATION_STATE_UNSPECIFIED OperationState_PROCESSING = src.OperationState_PROCESSING OperationState_SUCCESSFUL = src.OperationState_SUCCESSFUL )
Deprecated: Please use consts in: cloud.google.com/go/firestore/apiv1/admin/adminpb
Variables ¶
var ( Database_AppEngineIntegrationMode_name = src.Database_AppEngineIntegrationMode_name Database_AppEngineIntegrationMode_value = src.Database_AppEngineIntegrationMode_value Database_ConcurrencyMode_name = src.Database_ConcurrencyMode_name Database_ConcurrencyMode_value = src.Database_ConcurrencyMode_value Database_DatabaseType_name = src.Database_DatabaseType_name Database_DatabaseType_value = src.Database_DatabaseType_value FieldOperationMetadata_IndexConfigDelta_ChangeType_name = src.FieldOperationMetadata_IndexConfigDelta_ChangeType_name FieldOperationMetadata_IndexConfigDelta_ChangeType_value = src.FieldOperationMetadata_IndexConfigDelta_ChangeType_value FieldOperationMetadata_TtlConfigDelta_ChangeType_name = src.FieldOperationMetadata_TtlConfigDelta_ChangeType_name FieldOperationMetadata_TtlConfigDelta_ChangeType_value = src.FieldOperationMetadata_TtlConfigDelta_ChangeType_value Field_TtlConfig_State_name = src.Field_TtlConfig_State_name Field_TtlConfig_State_value = src.Field_TtlConfig_State_value File_google_firestore_admin_v1_database_proto = src.File_google_firestore_admin_v1_database_proto File_google_firestore_admin_v1_field_proto = src.File_google_firestore_admin_v1_field_proto File_google_firestore_admin_v1_firestore_admin_proto = src.File_google_firestore_admin_v1_firestore_admin_proto File_google_firestore_admin_v1_index_proto = src.File_google_firestore_admin_v1_index_proto File_google_firestore_admin_v1_location_proto = src.File_google_firestore_admin_v1_location_proto File_google_firestore_admin_v1_operation_proto = src.File_google_firestore_admin_v1_operation_proto Index_IndexField_ArrayConfig_name = src.Index_IndexField_ArrayConfig_name Index_IndexField_ArrayConfig_value = src.Index_IndexField_ArrayConfig_value Index_IndexField_Order_name = src.Index_IndexField_Order_name Index_IndexField_Order_value = src.Index_IndexField_Order_value Index_QueryScope_name = src.Index_QueryScope_name Index_QueryScope_value = src.Index_QueryScope_value Index_State_name = src.Index_State_name Index_State_value = src.Index_State_value OperationState_name = src.OperationState_name OperationState_value = src.OperationState_value )
Deprecated: Please use vars in: cloud.google.com/go/firestore/apiv1/admin/adminpb
Functions ¶
func RegisterFirestoreAdminServer
deprecated
func RegisterFirestoreAdminServer(s *grpc.Server, srv FirestoreAdminServer)
Deprecated: Please use funcs in: cloud.google.com/go/firestore/apiv1/admin/adminpb
Types ¶
type CreateIndexRequest
deprecated
type CreateIndexRequest = src.CreateIndexRequest
The request for [FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type Database_AppEngineIntegrationMode
deprecated
type Database_AppEngineIntegrationMode = src.Database_AppEngineIntegrationMode
The type of App Engine integration mode.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type Database_ConcurrencyMode
deprecated
type Database_ConcurrencyMode = src.Database_ConcurrencyMode
The type of concurrency control mode for transactions.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type Database_DatabaseType
deprecated
type Database_DatabaseType = src.Database_DatabaseType
The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose. Mode changes are only allowed if the database is empty.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type DeleteIndexRequest
deprecated
type DeleteIndexRequest = src.DeleteIndexRequest
The request for [FirestoreAdmin.DeleteIndex][google.firestore.admin.v1.FirestoreAdmin.DeleteIndex].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type ExportDocumentsMetadata
deprecated
type ExportDocumentsMetadata = src.ExportDocumentsMetadata
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.ExportDocuments][google.firestore.admin.v1.FirestoreAdmin.ExportDocuments].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type ExportDocumentsRequest
deprecated
type ExportDocumentsRequest = src.ExportDocumentsRequest
The request for [FirestoreAdmin.ExportDocuments][google.firestore.admin.v1.FirestoreAdmin.ExportDocuments].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type ExportDocumentsResponse
deprecated
type ExportDocumentsResponse = src.ExportDocumentsResponse
Returned in the [google.longrunning.Operation][google.longrunning.Operation] response field.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type FieldOperationMetadata
deprecated
type FieldOperationMetadata = src.FieldOperationMetadata
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type FieldOperationMetadata_IndexConfigDelta
deprecated
type FieldOperationMetadata_IndexConfigDelta = src.FieldOperationMetadata_IndexConfigDelta
Information about an index configuration change.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type FieldOperationMetadata_IndexConfigDelta_ChangeType
deprecated
type FieldOperationMetadata_IndexConfigDelta_ChangeType = src.FieldOperationMetadata_IndexConfigDelta_ChangeType
Specifies how the index is changing.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type FieldOperationMetadata_TtlConfigDelta
deprecated
type FieldOperationMetadata_TtlConfigDelta = src.FieldOperationMetadata_TtlConfigDelta
Information about an TTL configuration change.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type FieldOperationMetadata_TtlConfigDelta_ChangeType
deprecated
type FieldOperationMetadata_TtlConfigDelta_ChangeType = src.FieldOperationMetadata_TtlConfigDelta_ChangeType
Specifies how the TTL config is changing.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type Field_IndexConfig
deprecated
type Field_IndexConfig = src.Field_IndexConfig
The index configuration for this field.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type Field_TtlConfig
deprecated
type Field_TtlConfig = src.Field_TtlConfig
The TTL (time-to-live) configuration for documents that have this `Field` set. Storing a timestamp value into a TTL-enabled field will be treated as the document's absolute expiration time. Using any other data type or leaving the field absent will disable the TTL for the individual document.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type Field_TtlConfig_State
deprecated
type Field_TtlConfig_State = src.Field_TtlConfig_State
The state of applying the TTL configuration to all documents.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type FirestoreAdminClient
deprecated
type FirestoreAdminClient = src.FirestoreAdminClient
FirestoreAdminClient is the client API for FirestoreAdmin service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
func NewFirestoreAdminClient
deprecated
func NewFirestoreAdminClient(cc grpc.ClientConnInterface) FirestoreAdminClient
Deprecated: Please use funcs in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type FirestoreAdminServer
deprecated
type FirestoreAdminServer = src.FirestoreAdminServer
FirestoreAdminServer is the server API for FirestoreAdmin service.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type GetDatabaseRequest
deprecated
type GetDatabaseRequest = src.GetDatabaseRequest
The request for [FirestoreAdmin.GetDatabase][google.firestore.admin.v1.FirestoreAdmin.GetDatabase].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type GetFieldRequest
deprecated
type GetFieldRequest = src.GetFieldRequest
The request for [FirestoreAdmin.GetField][google.firestore.admin.v1.FirestoreAdmin.GetField].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type GetIndexRequest
deprecated
type GetIndexRequest = src.GetIndexRequest
The request for [FirestoreAdmin.GetIndex][google.firestore.admin.v1.FirestoreAdmin.GetIndex].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type ImportDocumentsMetadata
deprecated
type ImportDocumentsMetadata = src.ImportDocumentsMetadata
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.ImportDocuments][google.firestore.admin.v1.FirestoreAdmin.ImportDocuments].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type ImportDocumentsRequest
deprecated
type ImportDocumentsRequest = src.ImportDocumentsRequest
The request for [FirestoreAdmin.ImportDocuments][google.firestore.admin.v1.FirestoreAdmin.ImportDocuments].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type IndexOperationMetadata
deprecated
type IndexOperationMetadata = src.IndexOperationMetadata
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type Index_IndexField
deprecated
type Index_IndexField = src.Index_IndexField
A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type Index_IndexField_ArrayConfig
deprecated
type Index_IndexField_ArrayConfig = src.Index_IndexField_ArrayConfig
The supported array value configurations.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type Index_IndexField_ArrayConfig_ ¶
type Index_IndexField_ArrayConfig_ = src.Index_IndexField_ArrayConfig_
type Index_IndexField_Order
deprecated
type Index_IndexField_Order = src.Index_IndexField_Order
The supported orderings.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type Index_IndexField_Order_ ¶
type Index_IndexField_Order_ = src.Index_IndexField_Order_
type Index_QueryScope
deprecated
type Index_QueryScope = src.Index_QueryScope
Query Scope defines the scope at which a query is run. This is specified on a StructuredQuery's `from` field.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type Index_State
deprecated
type Index_State = src.Index_State
The state of an index. During index creation, an index will be in the `CREATING` state. If the index is created successfully, it will transition to the `READY` state. If the index creation encounters a problem, the index will transition to the `NEEDS_REPAIR` state.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type ListDatabasesRequest
deprecated
type ListDatabasesRequest = src.ListDatabasesRequest
A request to list the Firestore Databases in all locations for a project.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type ListDatabasesResponse
deprecated
type ListDatabasesResponse = src.ListDatabasesResponse
The list of databases for a project.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type ListFieldsRequest
deprecated
type ListFieldsRequest = src.ListFieldsRequest
The request for [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type ListFieldsResponse
deprecated
type ListFieldsResponse = src.ListFieldsResponse
The response for [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type ListIndexesRequest
deprecated
type ListIndexesRequest = src.ListIndexesRequest
The request for [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type ListIndexesResponse
deprecated
type ListIndexesResponse = src.ListIndexesResponse
The response for [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type LocationMetadata
deprecated
type LocationMetadata = src.LocationMetadata
The metadata message for [google.cloud.location.Location.metadata][google.cloud.location.Location.metadata].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type OperationState
deprecated
type OperationState = src.OperationState
Describes the state of the operation.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type UnimplementedFirestoreAdminServer
deprecated
type UnimplementedFirestoreAdminServer = src.UnimplementedFirestoreAdminServer
UnimplementedFirestoreAdminServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type UpdateDatabaseMetadata
deprecated
type UpdateDatabaseMetadata = src.UpdateDatabaseMetadata
Metadata related to the update database operation.
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type UpdateDatabaseRequest
deprecated
type UpdateDatabaseRequest = src.UpdateDatabaseRequest
The request for [FirestoreAdmin.UpdateDatabase][google.firestore.admin.v1.FirestoreAdmin.UpdateDatabase].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb
type UpdateFieldRequest
deprecated
type UpdateFieldRequest = src.UpdateFieldRequest
The request for [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].
Deprecated: Please use types in: cloud.google.com/go/firestore/apiv1/admin/adminpb