Uses of Class
com.google.cloud.orchestration.airflow.service.v1beta1.RestartWebServerRequest
-
Packages that use RestartWebServerRequest Package Description com.google.cloud.orchestration.airflow.service.v1beta1 A client to Cloud Composer APIcom.google.cloud.orchestration.airflow.service.v1beta1.stub -
-
Uses of RestartWebServerRequest in com.google.cloud.orchestration.airflow.service.v1beta1
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 that return RestartWebServerRequest Modifier and Type Method Description RestartWebServerRequest
RestartWebServerRequest.Builder. build()
RestartWebServerRequest
RestartWebServerRequest.Builder. buildPartial()
static RestartWebServerRequest
RestartWebServerRequest. getDefaultInstance()
RestartWebServerRequest
RestartWebServerRequest.Builder. getDefaultInstanceForType()
RestartWebServerRequest
RestartWebServerRequest. getDefaultInstanceForType()
static RestartWebServerRequest
RestartWebServerRequest. parseDelimitedFrom(InputStream input)
static RestartWebServerRequest
RestartWebServerRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestartWebServerRequest
RestartWebServerRequest. parseFrom(byte[] data)
static RestartWebServerRequest
RestartWebServerRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestartWebServerRequest
RestartWebServerRequest. parseFrom(com.google.protobuf.ByteString data)
static RestartWebServerRequest
RestartWebServerRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestartWebServerRequest
RestartWebServerRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RestartWebServerRequest
RestartWebServerRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestartWebServerRequest
RestartWebServerRequest. parseFrom(InputStream input)
static RestartWebServerRequest
RestartWebServerRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestartWebServerRequest
RestartWebServerRequest. parseFrom(ByteBuffer data)
static RestartWebServerRequest
RestartWebServerRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 that return types with arguments of type RestartWebServerRequest Modifier and Type Method Description com.google.protobuf.Parser<RestartWebServerRequest>
RestartWebServerRequest. getParserForType()
static io.grpc.MethodDescriptor<RestartWebServerRequest,com.google.longrunning.Operation>
EnvironmentsGrpc. getRestartWebServerMethod()
static com.google.protobuf.Parser<RestartWebServerRequest>
RestartWebServerRequest. parser()
com.google.api.gax.rpc.UnaryCallable<RestartWebServerRequest,com.google.longrunning.Operation>
EnvironmentsClient. restartWebServerCallable()
Restart Airflow web server.com.google.api.gax.rpc.OperationCallable<RestartWebServerRequest,Environment,OperationMetadata>
EnvironmentsClient. restartWebServerOperationCallable()
Restart Airflow web server.com.google.api.gax.rpc.OperationCallSettings.Builder<RestartWebServerRequest,Environment,OperationMetadata>
EnvironmentsSettings.Builder. restartWebServerOperationSettings()
Returns the builder for the settings used for calls to restartWebServer.com.google.api.gax.rpc.OperationCallSettings<RestartWebServerRequest,Environment,OperationMetadata>
EnvironmentsSettings. restartWebServerOperationSettings()
Returns the object with the settings used for calls to restartWebServer.com.google.api.gax.rpc.UnaryCallSettings.Builder<RestartWebServerRequest,com.google.longrunning.Operation>
EnvironmentsSettings.Builder. restartWebServerSettings()
Returns the builder for the settings used for calls to restartWebServer.com.google.api.gax.rpc.UnaryCallSettings<RestartWebServerRequest,com.google.longrunning.Operation>
EnvironmentsSettings. restartWebServerSettings()
Returns the object with the settings used for calls to restartWebServer.Methods in com.google.cloud.orchestration.airflow.service.v1beta1 with parameters of type RestartWebServerRequest Modifier and Type Method Description RestartWebServerRequest.Builder
RestartWebServerRequest.Builder. mergeFrom(RestartWebServerRequest other)
static RestartWebServerRequest.Builder
RestartWebServerRequest. newBuilder(RestartWebServerRequest prototype)
default void
EnvironmentsGrpc.AsyncService. restartWebServer(RestartWebServerRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Restart Airflow web server.com.google.longrunning.Operation
EnvironmentsGrpc.EnvironmentsBlockingStub. restartWebServer(RestartWebServerRequest request)
Restart Airflow web server.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
EnvironmentsGrpc.EnvironmentsFutureStub. restartWebServer(RestartWebServerRequest request)
Restart Airflow web server.void
EnvironmentsGrpc.EnvironmentsStub. restartWebServer(RestartWebServerRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Restart Airflow web server.com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>
EnvironmentsClient. restartWebServerAsync(RestartWebServerRequest request)
Restart Airflow web server. -
Uses of RestartWebServerRequest in com.google.cloud.orchestration.airflow.service.v1beta1.stub
Methods in com.google.cloud.orchestration.airflow.service.v1beta1.stub that return types with arguments of type RestartWebServerRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RestartWebServerRequest,com.google.longrunning.Operation>
EnvironmentsStub. restartWebServerCallable()
com.google.api.gax.rpc.UnaryCallable<RestartWebServerRequest,com.google.longrunning.Operation>
GrpcEnvironmentsStub. restartWebServerCallable()
com.google.api.gax.rpc.UnaryCallable<RestartWebServerRequest,com.google.longrunning.Operation>
HttpJsonEnvironmentsStub. restartWebServerCallable()
com.google.api.gax.rpc.OperationCallable<RestartWebServerRequest,Environment,OperationMetadata>
EnvironmentsStub. restartWebServerOperationCallable()
com.google.api.gax.rpc.OperationCallable<RestartWebServerRequest,Environment,OperationMetadata>
GrpcEnvironmentsStub. restartWebServerOperationCallable()
com.google.api.gax.rpc.OperationCallable<RestartWebServerRequest,Environment,OperationMetadata>
HttpJsonEnvironmentsStub. restartWebServerOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<RestartWebServerRequest,Environment,OperationMetadata>
EnvironmentsStubSettings.Builder. restartWebServerOperationSettings()
Returns the builder for the settings used for calls to restartWebServer.com.google.api.gax.rpc.OperationCallSettings<RestartWebServerRequest,Environment,OperationMetadata>
EnvironmentsStubSettings. restartWebServerOperationSettings()
Returns the object with the settings used for calls to restartWebServer.com.google.api.gax.rpc.UnaryCallSettings.Builder<RestartWebServerRequest,com.google.longrunning.Operation>
EnvironmentsStubSettings.Builder. restartWebServerSettings()
Returns the builder for the settings used for calls to restartWebServer.com.google.api.gax.rpc.UnaryCallSettings<RestartWebServerRequest,com.google.longrunning.Operation>
EnvironmentsStubSettings. restartWebServerSettings()
Returns the object with the settings used for calls to restartWebServer.
-