Uses of Class
com.google.cloud.orchestration.airflow.service.v1.ExecuteAirflowCommandResponse
-
Packages that use ExecuteAirflowCommandResponse Package Description com.google.cloud.orchestration.airflow.service.v1 A client to Cloud Composer APIcom.google.cloud.orchestration.airflow.service.v1.stub -
-
Uses of ExecuteAirflowCommandResponse in com.google.cloud.orchestration.airflow.service.v1
Methods in com.google.cloud.orchestration.airflow.service.v1 that return ExecuteAirflowCommandResponse Modifier and Type Method Description ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse.Builder. build()
ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse.Builder. buildPartial()
ExecuteAirflowCommandResponse
EnvironmentsClient. executeAirflowCommand(ExecuteAirflowCommandRequest request)
Executes Airflow CLI command.ExecuteAirflowCommandResponse
EnvironmentsGrpc.EnvironmentsBlockingStub. executeAirflowCommand(ExecuteAirflowCommandRequest request)
Executes Airflow CLI command.static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. getDefaultInstance()
ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse.Builder. getDefaultInstanceForType()
ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. getDefaultInstanceForType()
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseDelimitedFrom(InputStream input)
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseFrom(byte[] data)
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseFrom(com.google.protobuf.ByteString data)
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseFrom(InputStream input)
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseFrom(ByteBuffer data)
static ExecuteAirflowCommandResponse
ExecuteAirflowCommandResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.orchestration.airflow.service.v1 that return types with arguments of type ExecuteAirflowCommandResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ExecuteAirflowCommandResponse>
EnvironmentsGrpc.EnvironmentsFutureStub. executeAirflowCommand(ExecuteAirflowCommandRequest request)
Executes Airflow CLI command.com.google.api.gax.rpc.UnaryCallable<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>
EnvironmentsClient. executeAirflowCommandCallable()
Executes Airflow CLI command.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>
EnvironmentsSettings.Builder. executeAirflowCommandSettings()
Returns the builder for the settings used for calls to executeAirflowCommand.com.google.api.gax.rpc.UnaryCallSettings<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>
EnvironmentsSettings. executeAirflowCommandSettings()
Returns the object with the settings used for calls to executeAirflowCommand.static io.grpc.MethodDescriptor<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>
EnvironmentsGrpc. getExecuteAirflowCommandMethod()
com.google.protobuf.Parser<ExecuteAirflowCommandResponse>
ExecuteAirflowCommandResponse. getParserForType()
static com.google.protobuf.Parser<ExecuteAirflowCommandResponse>
ExecuteAirflowCommandResponse. parser()
Methods in com.google.cloud.orchestration.airflow.service.v1 with parameters of type ExecuteAirflowCommandResponse Modifier and Type Method Description ExecuteAirflowCommandResponse.Builder
ExecuteAirflowCommandResponse.Builder. mergeFrom(ExecuteAirflowCommandResponse other)
static ExecuteAirflowCommandResponse.Builder
ExecuteAirflowCommandResponse. newBuilder(ExecuteAirflowCommandResponse prototype)
Method parameters in com.google.cloud.orchestration.airflow.service.v1 with type arguments of type ExecuteAirflowCommandResponse Modifier and Type Method Description default void
EnvironmentsGrpc.AsyncService. executeAirflowCommand(ExecuteAirflowCommandRequest request, io.grpc.stub.StreamObserver<ExecuteAirflowCommandResponse> responseObserver)
Executes Airflow CLI command.void
EnvironmentsGrpc.EnvironmentsStub. executeAirflowCommand(ExecuteAirflowCommandRequest request, io.grpc.stub.StreamObserver<ExecuteAirflowCommandResponse> responseObserver)
Executes Airflow CLI command. -
Uses of ExecuteAirflowCommandResponse in com.google.cloud.orchestration.airflow.service.v1.stub
Methods in com.google.cloud.orchestration.airflow.service.v1.stub that return types with arguments of type ExecuteAirflowCommandResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>
EnvironmentsStub. executeAirflowCommandCallable()
com.google.api.gax.rpc.UnaryCallable<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>
GrpcEnvironmentsStub. executeAirflowCommandCallable()
com.google.api.gax.rpc.UnaryCallable<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>
HttpJsonEnvironmentsStub. executeAirflowCommandCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>
EnvironmentsStubSettings.Builder. executeAirflowCommandSettings()
Returns the builder for the settings used for calls to executeAirflowCommand.com.google.api.gax.rpc.UnaryCallSettings<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>
EnvironmentsStubSettings. executeAirflowCommandSettings()
Returns the object with the settings used for calls to executeAirflowCommand.
-