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 MetadataServiceSettings
MetadataServiceSettings. 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 MetadataServiceStubSettings
MetadataServiceStubSettings.Builder. build()
Methods in com.google.cloud.dataplex.v1.stub with parameters of type MetadataServiceStubSettings Modifier and Type Method Description static GrpcMetadataServiceStub
GrpcMetadataServiceStub. create(MetadataServiceStubSettings settings)
static HttpJsonMetadataServiceStub
HttpJsonMetadataServiceStub. 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.
-