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 SchemaSchemaServiceClient. commitSchema(SchemaName name, Schema schema)Commits a new schema revision to an existing schema.voidSchemaServiceClient. deleteSchema(SchemaName name)Deletes a schema.SchemaSchemaServiceClient. deleteSchemaRevision(SchemaName name, String revisionId)Deletes a specific schema revision.SchemaSchemaServiceClient. getSchema(SchemaName name)Gets a schema.SchemaServiceClient.ListSchemaRevisionsPagedResponseSchemaServiceClient. listSchemaRevisions(SchemaName name)Lists all schema revisions for the named schema.SchemaSchemaServiceClient. 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 SchemaNameSchemaName.Builder. build()static SchemaNameSchemaName. of(String project, String schema)static SchemaNameSchemaName. 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)
-