Uses of Class
com.google.cloud.discoveryengine.v1.stub.SchemaServiceStubSettings
-
Packages that use SchemaServiceStubSettings Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine APIcom.google.cloud.discoveryengine.v1.stub -
-
Uses of SchemaServiceStubSettings in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 with parameters of type SchemaServiceStubSettings Modifier and Type Method Description static SchemaServiceSettingsSchemaServiceSettings. create(SchemaServiceStubSettings stub) -
Uses of SchemaServiceStubSettings in com.google.cloud.discoveryengine.v1.stub
Methods in com.google.cloud.discoveryengine.v1.stub that return SchemaServiceStubSettings Modifier and Type Method Description SchemaServiceStubSettingsSchemaServiceStubSettings.Builder. build()Methods in com.google.cloud.discoveryengine.v1.stub with parameters of type SchemaServiceStubSettings Modifier and Type Method Description static GrpcSchemaServiceStubGrpcSchemaServiceStub. create(SchemaServiceStubSettings settings)static HttpJsonSchemaServiceStubHttpJsonSchemaServiceStub. create(SchemaServiceStubSettings settings)Constructors in com.google.cloud.discoveryengine.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.
-