C# Class Google.PowerShell.CloudStorage.GoogleCloudStorageProvider.GcsPath

The parsed structure of a path.
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-powershell

Méthodes publiques

Méthode Description
GcsPath ( Google.Apis.Storage.v1.Data.Object input ) : Google.Apis.CloudResourceManager.v1
Parse ( string path ) : GcsPath
RelativePathToChild ( string childObjectPath ) : string
ToString ( ) : string

Private Methods

Méthode Description
GcsPath ( string bucket, string objectPath ) : Google.Apis.CloudResourceManager.v1

Method Details

GcsPath() public méthode

public GcsPath ( Google.Apis.Storage.v1.Data.Object input ) : Google.Apis.CloudResourceManager.v1
input Google.Apis.Storage.v1.Data.Object
Résultat Google.Apis.CloudResourceManager.v1

Parse() public static méthode

public static Parse ( string path ) : GcsPath
path string
Résultat GcsPath

RelativePathToChild() public méthode

public RelativePathToChild ( string childObjectPath ) : string
childObjectPath string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string