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