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 RegistrySettingsRegistrySettings. 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 RegistryStubSettingsRegistryStubSettings.Builder. build()Methods in com.google.cloud.apigeeregistry.v1.stub with parameters of type RegistryStubSettings Modifier and Type Method Description static GrpcRegistryStubGrpcRegistryStub. create(RegistryStubSettings settings)static HttpJsonRegistryStubHttpJsonRegistryStub. 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.
-