Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.pubsub.v1 |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ProjectName |
ProjectName.Builder.build() |
static ProjectName |
ProjectName.of(String project) |
static ProjectName |
ProjectName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ProjectName> |
ProjectName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
ProjectName.toStringList(List<ProjectName> values) |
Copyright © 2023 Google LLC. All rights reserved.