C# 클래스 Google.PowerShell.CloudStorage.GoogleCloudStorageProvider.GcsPath

The parsed structure of a path.
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell

공개 메소드들

메소드 설명
GcsPath ( Google.Apis.Storage.v1.Data.Object input ) : Google.Apis.CloudResourceManager.v1
Parse ( string path ) : GcsPath
RelativePathToChild ( string childObjectPath ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
GcsPath ( string bucket, string objectPath ) : Google.Apis.CloudResourceManager.v1

메소드 상세

GcsPath() 공개 메소드

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

Parse() 공개 정적인 메소드

public static Parse ( string path ) : GcsPath
path string
리턴 GcsPath

RelativePathToChild() 공개 메소드

public RelativePathToChild ( string childObjectPath ) : string
childObjectPath string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string