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