...

Package filestore

import "google.golang.org/genproto/googleapis/cloud/filestore/v1"
Overview
Index

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.

Constants

Deprecated: Please use consts in: cloud.google.com/go/filestore/apiv1/filestorepb

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
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/filestore/apiv1/filestorepb

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
)

func RegisterCloudFilestoreManagerServer

func RegisterCloudFilestoreManagerServer(s *grpc.Server, srv CloudFilestoreManagerServer)

Deprecated: Please use funcs in: cloud.google.com/go/filestore/apiv1/filestorepb

type Backup

A Cloud Filestore backup.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type Backup = src.Backup

type Backup_State

The backup state.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type Backup_State = src.Backup_State

type 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

type CloudFilestoreManagerClient = src.CloudFilestoreManagerClient

func NewCloudFilestoreManagerClient

func NewCloudFilestoreManagerClient(cc grpc.ClientConnInterface) CloudFilestoreManagerClient

Deprecated: Please use funcs in: cloud.google.com/go/filestore/apiv1/filestorepb

type CloudFilestoreManagerServer

CloudFilestoreManagerServer is the server API for CloudFilestoreManager service.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type CloudFilestoreManagerServer = src.CloudFilestoreManagerServer

type CreateBackupRequest

CreateBackupRequest creates a backup.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type CreateBackupRequest = src.CreateBackupRequest

type CreateInstanceRequest

CreateInstanceRequest creates an instance.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type CreateInstanceRequest = src.CreateInstanceRequest

type DeleteBackupRequest

DeleteBackupRequest deletes a backup.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type DeleteBackupRequest = src.DeleteBackupRequest

type DeleteInstanceRequest

DeleteInstanceRequest deletes an instance.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type DeleteInstanceRequest = src.DeleteInstanceRequest

type FileShareConfig

File share configuration for the instance.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type FileShareConfig = src.FileShareConfig

type FileShareConfig_SourceBackup

type FileShareConfig_SourceBackup = src.FileShareConfig_SourceBackup

type GetBackupRequest

GetBackupRequest gets the state of a backup.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type GetBackupRequest = src.GetBackupRequest

type GetInstanceRequest

GetInstanceRequest gets the state of an instance.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type GetInstanceRequest = src.GetInstanceRequest

type Instance

A Cloud Filestore instance.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type Instance = src.Instance

type Instance_State

The instance state.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type Instance_State = src.Instance_State

type Instance_Tier

Available service tiers.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type Instance_Tier = src.Instance_Tier

type ListBackupsRequest

ListBackupsRequest lists backups.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type ListBackupsRequest = src.ListBackupsRequest

type ListBackupsResponse

ListBackupsResponse is the result of ListBackupsRequest.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type ListBackupsResponse = src.ListBackupsResponse

type ListInstancesRequest

ListInstancesRequest lists instances.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type ListInstancesRequest = src.ListInstancesRequest

type ListInstancesResponse

ListInstancesResponse is the result of ListInstancesRequest.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type ListInstancesResponse = src.ListInstancesResponse

type NetworkConfig

Network configuration for the instance.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type NetworkConfig = src.NetworkConfig

type NetworkConfig_AddressMode

Internet protocol versions supported by Cloud Filestore.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type NetworkConfig_AddressMode = src.NetworkConfig_AddressMode

type NfsExportOptions

NFS export options specifications.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type NfsExportOptions = src.NfsExportOptions

type NfsExportOptions_AccessMode

The access mode.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type NfsExportOptions_AccessMode = src.NfsExportOptions_AccessMode

type NfsExportOptions_SquashMode

The squash mode.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type NfsExportOptions_SquashMode = src.NfsExportOptions_SquashMode

type 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 = src.RestoreInstanceRequest

type RestoreInstanceRequest_SourceBackup

type RestoreInstanceRequest_SourceBackup = src.RestoreInstanceRequest_SourceBackup

type UnimplementedCloudFilestoreManagerServer

UnimplementedCloudFilestoreManagerServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type UnimplementedCloudFilestoreManagerServer = src.UnimplementedCloudFilestoreManagerServer

type UpdateBackupRequest

UpdateBackupRequest updates description and/or labels for a backup.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type UpdateBackupRequest = src.UpdateBackupRequest

type UpdateInstanceRequest

UpdateInstanceRequest updates the settings of an instance.

Deprecated: Please use types in: cloud.google.com/go/filestore/apiv1/filestorepb

type UpdateInstanceRequest = src.UpdateInstanceRequest