Uses of Class
com.google.cloud.orchestration.airflow.service.v1beta1.stub.ImageVersionsStubSettings
-
Packages that use ImageVersionsStubSettings Package Description com.google.cloud.orchestration.airflow.service.v1beta1 A client to Cloud Composer APIcom.google.cloud.orchestration.airflow.service.v1beta1.stub -
-
Uses of ImageVersionsStubSettings in com.google.cloud.orchestration.airflow.service.v1beta1
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 with parameters of type ImageVersionsStubSettings Modifier and Type Method Description static ImageVersionsSettings
ImageVersionsSettings. create(ImageVersionsStubSettings stub)
-
Uses of ImageVersionsStubSettings in com.google.cloud.orchestration.airflow.service.v1beta1.stub
Methods in com.google.cloud.orchestration.airflow.service.v1beta1.stub that return ImageVersionsStubSettings Modifier and Type Method Description ImageVersionsStubSettings
ImageVersionsStubSettings.Builder. build()
Methods in com.google.cloud.orchestration.airflow.service.v1beta1.stub with parameters of type ImageVersionsStubSettings Modifier and Type Method Description static GrpcImageVersionsStub
GrpcImageVersionsStub. create(ImageVersionsStubSettings settings)
static HttpJsonImageVersionsStub
HttpJsonImageVersionsStub. create(ImageVersionsStubSettings settings)
Constructors in com.google.cloud.orchestration.airflow.service.v1beta1.stub with parameters of type ImageVersionsStubSettings Constructor Description Builder(ImageVersionsStubSettings settings)
GrpcImageVersionsStub(ImageVersionsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcImageVersionsStub, using the given settings.GrpcImageVersionsStub(ImageVersionsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcImageVersionsStub, using the given settings.HttpJsonImageVersionsStub(ImageVersionsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonImageVersionsStub, using the given settings.HttpJsonImageVersionsStub(ImageVersionsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonImageVersionsStub, using the given settings.
-