Uses of Class
com.google.cloud.dataplex.v1.stub.MetadataServiceStubSettings
-
Packages that use MetadataServiceStubSettings Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of MetadataServiceStubSettings in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 with parameters of type MetadataServiceStubSettings Modifier and Type Method Description static MetadataServiceSettingsMetadataServiceSettings. create(MetadataServiceStubSettings stub) -
Uses of MetadataServiceStubSettings in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return MetadataServiceStubSettings Modifier and Type Method Description MetadataServiceStubSettingsMetadataServiceStubSettings.Builder. build()Methods in com.google.cloud.dataplex.v1.stub with parameters of type MetadataServiceStubSettings Modifier and Type Method Description static GrpcMetadataServiceStubGrpcMetadataServiceStub. create(MetadataServiceStubSettings settings)static HttpJsonMetadataServiceStubHttpJsonMetadataServiceStub. create(MetadataServiceStubSettings settings)Constructors in com.google.cloud.dataplex.v1.stub with parameters of type MetadataServiceStubSettings Constructor Description Builder(MetadataServiceStubSettings settings)GrpcMetadataServiceStub(MetadataServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcMetadataServiceStub, using the given settings.GrpcMetadataServiceStub(MetadataServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcMetadataServiceStub, using the given settings.HttpJsonMetadataServiceStub(MetadataServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonMetadataServiceStub, using the given settings.HttpJsonMetadataServiceStub(MetadataServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonMetadataServiceStub, using the given settings.
-