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

The parsed structure of a path.
Show file Open project: GoogleCloudPlatform/google-cloud-powershell

Public Methods

Method 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

Method Description
GcsPath ( string bucket, string objectPath ) : Google.Apis.CloudResourceManager.v1

Method Details

GcsPath() public method

public GcsPath ( Google.Apis.Storage.v1.Data.Object input ) : Google.Apis.CloudResourceManager.v1
input Google.Apis.Storage.v1.Data.Object
return Google.Apis.CloudResourceManager.v1

Parse() public static method

public static Parse ( string path ) : GcsPath
path string
return GcsPath

RelativePathToChild() public method

public RelativePathToChild ( string childObjectPath ) : string
childObjectPath string
return string

ToString() public method

public ToString ( ) : string
return string