Uses of Class
com.google.cloud.apigeeregistry.v1.stub.RegistryStubSettings
-
Packages that use RegistryStubSettings Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry APIcom.google.cloud.apigeeregistry.v1.stub -
-
Uses of RegistryStubSettings in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 with parameters of type RegistryStubSettings Modifier and Type Method Description static RegistrySettings
RegistrySettings. create(RegistryStubSettings stub)
-
Uses of RegistryStubSettings in com.google.cloud.apigeeregistry.v1.stub
Methods in com.google.cloud.apigeeregistry.v1.stub that return RegistryStubSettings Modifier and Type Method Description RegistryStubSettings
RegistryStubSettings.Builder. build()
Methods in com.google.cloud.apigeeregistry.v1.stub with parameters of type RegistryStubSettings Modifier and Type Method Description static GrpcRegistryStub
GrpcRegistryStub. create(RegistryStubSettings settings)
static HttpJsonRegistryStub
HttpJsonRegistryStub. create(RegistryStubSettings settings)
Constructors in com.google.cloud.apigeeregistry.v1.stub with parameters of type RegistryStubSettings Constructor Description Builder(RegistryStubSettings settings)
GrpcRegistryStub(RegistryStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcRegistryStub, using the given settings.GrpcRegistryStub(RegistryStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcRegistryStub, using the given settings.HttpJsonRegistryStub(RegistryStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonRegistryStub, using the given settings.HttpJsonRegistryStub(RegistryStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRegistryStub, using the given settings.
-