Uses of Class
com.google.cloud.servicedirectory.v1.stub.LookupServiceStubSettings
-
Packages that use LookupServiceStubSettings Package Description com.google.cloud.servicedirectory.v1 A client to Service Directory APIcom.google.cloud.servicedirectory.v1.stub -
-
Uses of LookupServiceStubSettings in com.google.cloud.servicedirectory.v1
Methods in com.google.cloud.servicedirectory.v1 with parameters of type LookupServiceStubSettings Modifier and Type Method Description static LookupServiceSettingsLookupServiceSettings. create(LookupServiceStubSettings stub) -
Uses of LookupServiceStubSettings in com.google.cloud.servicedirectory.v1.stub
Methods in com.google.cloud.servicedirectory.v1.stub that return LookupServiceStubSettings Modifier and Type Method Description LookupServiceStubSettingsLookupServiceStubSettings.Builder. build()Methods in com.google.cloud.servicedirectory.v1.stub with parameters of type LookupServiceStubSettings Modifier and Type Method Description static GrpcLookupServiceStubGrpcLookupServiceStub. create(LookupServiceStubSettings settings)static HttpJsonLookupServiceStubHttpJsonLookupServiceStub. create(LookupServiceStubSettings settings)Constructors in com.google.cloud.servicedirectory.v1.stub with parameters of type LookupServiceStubSettings Constructor Description Builder(LookupServiceStubSettings settings)GrpcLookupServiceStub(LookupServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcLookupServiceStub, using the given settings.GrpcLookupServiceStub(LookupServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcLookupServiceStub, using the given settings.HttpJsonLookupServiceStub(LookupServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonLookupServiceStub, using the given settings.HttpJsonLookupServiceStub(LookupServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonLookupServiceStub, using the given settings.
-