Uses of Class
com.google.pubsub.v1.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.pubsub.v1 -
-
Uses of ProjectName in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 with parameters of type ProjectName Modifier and Type Method Description Schema
SchemaServiceClient. createSchema(ProjectName parent, Schema schema, String schemaId)
Creates a schema.SchemaServiceClient.ListSchemasPagedResponse
SchemaServiceClient. listSchemas(ProjectName parent)
Lists schemas in a project.SubscriptionAdminClient.ListSnapshotsPagedResponse
SubscriptionAdminClient. listSnapshots(ProjectName project)
Lists the existing snapshots.SubscriptionAdminClient.ListSubscriptionsPagedResponse
SubscriptionAdminClient. listSubscriptions(ProjectName project)
Lists matching subscriptions.TopicAdminClient.ListTopicsPagedResponse
TopicAdminClient. listTopics(ProjectName project)
Lists matching topics.ValidateSchemaResponse
SchemaServiceClient. validateSchema(ProjectName parent, Schema schema)
Validates a schema. -
Uses of ProjectName in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return ProjectName Modifier and Type Method Description ProjectName
ProjectName.Builder. build()
static ProjectName
ProjectName. of(String project)
static ProjectName
ProjectName. parse(String formattedString)
Methods in com.google.pubsub.v1 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>
ProjectName. parseList(List<String> formattedStrings)
Method parameters in com.google.pubsub.v1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>
ProjectName. toStringList(List<ProjectName> values)
-