C# 클래스 Google.PowerShell.PubSub.GcpsCmdlet

Base class for Google Cloud PubSub cmdlets.
상속: GCloudCmdlet
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell

공개 메소드들

메소드 설명
GcpsCmdlet ( ) : Google.Apis.Pubsub.v1

보호된 메소드들

메소드 설명
GetProjectPrefixForSubscription ( string subscriptionName, string project ) : string

Prefix projects/{project name}/subscriptions/{subscriptions} to subscriptionName if not present.

GetProjectPrefixForTopic ( string topicName, string project ) : string

Prefix projects/{project name}/topics/{topic} to topicName if not present.

메소드 상세

GcpsCmdlet() 공개 메소드

public GcpsCmdlet ( ) : Google.Apis.Pubsub.v1
리턴 Google.Apis.Pubsub.v1

GetProjectPrefixForSubscription() 보호된 메소드

Prefix projects/{project name}/subscriptions/{subscriptions} to subscriptionName if not present.
protected GetProjectPrefixForSubscription ( string subscriptionName, string project ) : string
subscriptionName string
project string
리턴 string

GetProjectPrefixForTopic() 보호된 메소드

Prefix projects/{project name}/topics/{topic} to topicName if not present.
protected GetProjectPrefixForTopic ( string topicName, string project ) : string
topicName string
project string
리턴 string