Uses of Class
com.google.cloud.dataplex.v1.ContentServiceSettings
-
Packages that use ContentServiceSettings Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of ContentServiceSettings in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ContentServiceSettings Modifier and Type Method Description ContentServiceSettings
ContentServiceSettings.Builder. build()
static ContentServiceSettings
ContentServiceSettings. create(ContentServiceStubSettings stub)
ContentServiceSettings
ContentServiceClient. getSettings()
Methods in com.google.cloud.dataplex.v1 with parameters of type ContentServiceSettings Modifier and Type Method Description static ContentServiceClient
ContentServiceClient. create(ContentServiceSettings settings)
Constructs an instance of ContentServiceClient, using the given settings.Constructors in com.google.cloud.dataplex.v1 with parameters of type ContentServiceSettings Constructor Description Builder(ContentServiceSettings settings)
ContentServiceClient(ContentServiceSettings settings)
Constructs an instance of ContentServiceClient, using the given settings.
-