Documentation ¶
Overview ¶
Package filestore aliases all exported identifiers in package "cloud.google.com/go/filestore/apiv1/filestorepb".
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterCloudFilestoreManagerServer(s *grpc.Server, srv CloudFilestoreManagerServer)deprecated
- type Backupdeprecated
- type Backup_Statedeprecated
- type CloudFilestoreManagerClientdeprecated
- type CloudFilestoreManagerServerdeprecated
- type CreateBackupRequestdeprecated
- type CreateInstanceRequestdeprecated
- type DeleteBackupRequestdeprecated
- type DeleteInstanceRequestdeprecated
- type FileShareConfigdeprecated
- type FileShareConfig_SourceBackup
- type GetBackupRequestdeprecated
- type GetInstanceRequestdeprecated
- type Instancedeprecated
- type Instance_Statedeprecated
- type Instance_Tierdeprecated
- type ListBackupsRequestdeprecated
- type ListBackupsResponsedeprecated
- type ListInstancesRequestdeprecated
- type ListInstancesResponsedeprecated
- type NetworkConfigdeprecated
- type NetworkConfig_AddressModedeprecated
- type NfsExportOptionsdeprecated
- type NfsExportOptions_AccessModedeprecated
- type NfsExportOptions_SquashModedeprecated
- type RestoreInstanceRequestdeprecated
- type RestoreInstanceRequest_SourceBackup
- type UnimplementedCloudFilestoreManagerServerdeprecated
- type UpdateBackupRequestdeprecated
- type UpdateInstanceRequestdeprecated
Constants ¶
const ( Backup_CREATING = src.Backup_CREATING Backup_DELETING = src.Backup_DELETING Backup_FINALIZING = src.Backup_FINALIZING Backup_READY = src.Backup_READY Backup_STATE_UNSPECIFIED = src.Backup_STATE_UNSPECIFIED Instance_BASIC_HDD = src.Instance_BASIC_HDD Instance_BASIC_SSD = src.Instance_BASIC_SSD Instance_CREATING = src.Instance_CREATING Instance_DELETING = src.Instance_DELETING Instance_ERROR = src.Instance_ERROR Instance_HIGH_SCALE_SSD = src.Instance_HIGH_SCALE_SSD Instance_PREMIUM = src.Instance_PREMIUM Instance_READY = src.Instance_READY Instance_REPAIRING = src.Instance_REPAIRING Instance_RESTORING = src.Instance_RESTORING Instance_STANDARD = src.Instance_STANDARD Instance_STATE_UNSPECIFIED = src.Instance_STATE_UNSPECIFIED Instance_TIER_UNSPECIFIED = src.Instance_TIER_UNSPECIFIED NetworkConfig_ADDRESS_MODE_UNSPECIFIED = src.NetworkConfig_ADDRESS_MODE_UNSPECIFIED NetworkConfig_MODE_IPV4 = src.NetworkConfig_MODE_IPV4 NfsExportOptions_ACCESS_MODE_UNSPECIFIED = src.NfsExportOptions_ACCESS_MODE_UNSPECIFIED NfsExportOptions_NO_ROOT_SQUASH = src.NfsExportOptions_NO_ROOT_SQUASH NfsExportOptions_READ_ONLY = src.NfsExportOptions_READ_ONLY NfsExportOptions_READ_WRITE = src.NfsExportOptions_READ_WRITE NfsExportOptions_ROOT_SQUASH = src.NfsExportOptions_ROOT_SQUASH NfsExportOptions_SQUASH_MODE_UNSPECIFIED = src.NfsExportOptions_SQUASH_MODE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/filestore/apiv1/filestorepb
Variables ¶
var ( Backup_State_name = src.Backup_State_name Backup_State_value = src.Backup_State_value File_google_cloud_filestore_v1_cloud_filestore_service_proto = src.File_google_cloud_filestore_v1_cloud_filestore_service_proto Instance_State_name = src.Instance_State_name Instance_State_value = src.Instance_State_value Instance_Tier_name = src.Instance_Tier_name Instance_Tier_value = src.Instance_Tier_value NetworkConfig_AddressMode_name = src.NetworkConfig_AddressMode_name NetworkConfig_AddressMode_value = src.NetworkConfig_AddressMode_value NfsExportOptions_AccessMode_name = src.NfsExportOptions_AccessMode_name NfsExportOptions_AccessMode_value = src.NfsExportOptions_AccessMode_value NfsExportOptions_SquashMode_name = src.NfsExportOptions_SquashMode_name NfsExportOptions_SquashMode_value = src.NfsExportOptions_SquashMode_value )
Deprecated: Please use vars in: cloud.google.com/go/filestore/apiv1/filestorepb
Functions ¶
func RegisterCloudFilestoreManagerServer
deprecated
func RegisterCloudFilestoreManagerServer(s *grpc.Server, srv CloudFilestoreManagerServer)
Deprecated: Please use funcs in: cloud.google.com/go/filestore/apiv1/filestorepb
Types ¶
type Backup_State
deprecated
type Backup_State = src.Backup_State
The backup state.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type CloudFilestoreManagerClient
deprecated
type CloudFilestoreManagerClient = src.CloudFilestoreManagerClient
CloudFilestoreManagerClient is the client API for CloudFilestoreManager 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/filestore/apiv1/filestorepb
func NewCloudFilestoreManagerClient
deprecated
func NewCloudFilestoreManagerClient(cc grpc.ClientConnInterface) CloudFilestoreManagerClient
Deprecated: Please use funcs in: cloud.google.com/go/filestore/apiv1/filestorepb
type CloudFilestoreManagerServer
deprecated
type CloudFilestoreManagerServer = src.CloudFilestoreManagerServer
CloudFilestoreManagerServer is the server API for CloudFilestoreManager service.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type CreateBackupRequest
deprecated
type CreateBackupRequest = src.CreateBackupRequest
CreateBackupRequest creates a backup.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type CreateInstanceRequest
deprecated
type CreateInstanceRequest = src.CreateInstanceRequest
CreateInstanceRequest creates an instance.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type DeleteBackupRequest
deprecated
type DeleteBackupRequest = src.DeleteBackupRequest
DeleteBackupRequest deletes a backup.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type DeleteInstanceRequest
deprecated
type DeleteInstanceRequest = src.DeleteInstanceRequest
DeleteInstanceRequest deletes an instance.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type FileShareConfig
deprecated
type FileShareConfig = src.FileShareConfig
File share configuration for the instance.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type FileShareConfig_SourceBackup ¶
type FileShareConfig_SourceBackup = src.FileShareConfig_SourceBackup
type GetBackupRequest
deprecated
type GetBackupRequest = src.GetBackupRequest
GetBackupRequest gets the state of a backup.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type GetInstanceRequest
deprecated
type GetInstanceRequest = src.GetInstanceRequest
GetInstanceRequest gets the state of an instance.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type Instance_State
deprecated
type Instance_State = src.Instance_State
The instance state.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type Instance_Tier
deprecated
type Instance_Tier = src.Instance_Tier
Available service tiers.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type ListBackupsRequest
deprecated
type ListBackupsRequest = src.ListBackupsRequest
ListBackupsRequest lists backups.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type ListBackupsResponse
deprecated
type ListBackupsResponse = src.ListBackupsResponse
ListBackupsResponse is the result of ListBackupsRequest.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type ListInstancesRequest
deprecated
type ListInstancesRequest = src.ListInstancesRequest
ListInstancesRequest lists instances.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type ListInstancesResponse
deprecated
type ListInstancesResponse = src.ListInstancesResponse
ListInstancesResponse is the result of ListInstancesRequest.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type NetworkConfig
deprecated
type NetworkConfig = src.NetworkConfig
Network configuration for the instance.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type NetworkConfig_AddressMode
deprecated
type NetworkConfig_AddressMode = src.NetworkConfig_AddressMode
Internet protocol versions supported by Cloud Filestore.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type NfsExportOptions
deprecated
type NfsExportOptions = src.NfsExportOptions
NFS export options specifications.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type NfsExportOptions_AccessMode
deprecated
type NfsExportOptions_AccessMode = src.NfsExportOptions_AccessMode
The access mode.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type NfsExportOptions_SquashMode
deprecated
type NfsExportOptions_SquashMode = src.NfsExportOptions_SquashMode
The squash mode.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type RestoreInstanceRequest
deprecated
type RestoreInstanceRequest = src.RestoreInstanceRequest
RestoreInstanceRequest restores an existing instances's file share from a backup.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type RestoreInstanceRequest_SourceBackup ¶
type RestoreInstanceRequest_SourceBackup = src.RestoreInstanceRequest_SourceBackup
type UnimplementedCloudFilestoreManagerServer
deprecated
type UnimplementedCloudFilestoreManagerServer = src.UnimplementedCloudFilestoreManagerServer
UnimplementedCloudFilestoreManagerServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type UpdateBackupRequest
deprecated
type UpdateBackupRequest = src.UpdateBackupRequest
UpdateBackupRequest updates description and/or labels for a backup.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb
type UpdateInstanceRequest
deprecated
type UpdateInstanceRequest = src.UpdateInstanceRequest
UpdateInstanceRequest updates the settings of an instance.
Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb