Uses of Class
com.google.pubsub.v1.SchemaName
-
Packages that use SchemaName Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.pubsub.v1 -
-
Uses of SchemaName in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 with parameters of type SchemaName Modifier and Type Method Description Schema
SchemaServiceClient. commitSchema(SchemaName name, Schema schema)
Commits a new schema revision to an existing schema.void
SchemaServiceClient. deleteSchema(SchemaName name)
Deletes a schema.Schema
SchemaServiceClient. deleteSchemaRevision(SchemaName name, String revisionId)
Deletes a specific schema revision.Schema
SchemaServiceClient. getSchema(SchemaName name)
Gets a schema.SchemaServiceClient.ListSchemaRevisionsPagedResponse
SchemaServiceClient. listSchemaRevisions(SchemaName name)
Lists all schema revisions for the named schema.Schema
SchemaServiceClient. rollbackSchema(SchemaName name, String revisionId)
Creates a new schema revision that is a copy of the provided revision_id. -
Uses of SchemaName in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return SchemaName Modifier and Type Method Description SchemaName
SchemaName.Builder. build()
static SchemaName
SchemaName. of(String project, String schema)
static SchemaName
SchemaName. parse(String formattedString)
Methods in com.google.pubsub.v1 that return types with arguments of type SchemaName Modifier and Type Method Description static List<SchemaName>
SchemaName. parseList(List<String> formattedStrings)
Method parameters in com.google.pubsub.v1 with type arguments of type SchemaName Modifier and Type Method Description static List<String>
SchemaName. toStringList(List<SchemaName> values)
-