Uses of Class
com.google.cloud.datalabeling.v1beta1.stub.DataLabelingServiceStubSettings
-
Packages that use DataLabelingServiceStubSettings Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of DataLabelingServiceStubSettings in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type DataLabelingServiceStubSettings Modifier and Type Method Description static DataLabelingServiceSettingsDataLabelingServiceSettings. create(DataLabelingServiceStubSettings stub) -
Uses of DataLabelingServiceStubSettings in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return DataLabelingServiceStubSettings Modifier and Type Method Description DataLabelingServiceStubSettingsDataLabelingServiceStubSettings.Builder. build()Methods in com.google.cloud.datalabeling.v1beta1.stub with parameters of type DataLabelingServiceStubSettings Modifier and Type Method Description static GrpcDataLabelingServiceStubGrpcDataLabelingServiceStub. create(DataLabelingServiceStubSettings settings)Constructors in com.google.cloud.datalabeling.v1beta1.stub with parameters of type DataLabelingServiceStubSettings Constructor Description Builder(DataLabelingServiceStubSettings settings)GrpcDataLabelingServiceStub(DataLabelingServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcDataLabelingServiceStub, using the given settings.GrpcDataLabelingServiceStub(DataLabelingServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcDataLabelingServiceStub, using the given settings.
-