Uses of Class
com.google.cloud.pubsub.v1.stub.SchemaServiceStubSettings
-
Packages that use SchemaServiceStubSettings Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub -
-
Uses of SchemaServiceStubSettings in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 with parameters of type SchemaServiceStubSettings Modifier and Type Method Description static SchemaServiceSettings
SchemaServiceSettings. create(SchemaServiceStubSettings stub)
-
Uses of SchemaServiceStubSettings in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return SchemaServiceStubSettings Modifier and Type Method Description SchemaServiceStubSettings
SchemaServiceStubSettings.Builder. build()
Methods in com.google.cloud.pubsub.v1.stub with parameters of type SchemaServiceStubSettings Modifier and Type Method Description static GrpcSchemaServiceStub
GrpcSchemaServiceStub. create(SchemaServiceStubSettings settings)
static HttpJsonSchemaServiceStub
HttpJsonSchemaServiceStub. create(SchemaServiceStubSettings settings)
Constructors in com.google.cloud.pubsub.v1.stub with parameters of type SchemaServiceStubSettings Constructor Description Builder(SchemaServiceStubSettings settings)
GrpcSchemaServiceStub(SchemaServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcSchemaServiceStub, using the given settings.GrpcSchemaServiceStub(SchemaServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSchemaServiceStub, using the given settings.HttpJsonSchemaServiceStub(SchemaServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonSchemaServiceStub, using the given settings.HttpJsonSchemaServiceStub(SchemaServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSchemaServiceStub, using the given settings.
-