PSTopicImpl
gcp4zio.pubsub.topic.PSTopicImpl
case class PSTopicImpl(client: TopicAdminClient) extends PSTopic
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PSTopicclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def addIAMPolicyBindingToTopic(project: String, topic: String, member: String, role: String): Task[Policy]
Value parameters
- member
-
serviceAccount or userAccount name
- project
-
GCP Project ID
- role
-
role which needs to be assigned
- topic
-
The name of topic for policy update
Attributes
- Returns
-
Updated IAM policy
- Definition Classes
Value parameters
- project
-
GCP Project ID
- topic
-
The name of the topic to be created
Attributes
- Definition Classes
Value parameters
- project
-
GCP Project ID
- topic
-
The name of the topic to be deleted
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article