Uses of Class
com.google.cloud.pubsub.v1.SchemaServiceClient
-
Packages that use SchemaServiceClient Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub API -
-
Uses of SchemaServiceClient in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return SchemaServiceClient Modifier and Type Method Description static SchemaServiceClient
SchemaServiceClient. create()
Constructs an instance of SchemaServiceClient with default settings.static SchemaServiceClient
SchemaServiceClient. create(SchemaServiceSettings settings)
Constructs an instance of SchemaServiceClient, using the given settings.static SchemaServiceClient
SchemaServiceClient. create(SchemaServiceStub stub)
Constructs an instance of SchemaServiceClient, using the given stub for making calls.
-