Uses of Class
com.google.cloud.orchestration.airflow.service.v1beta1.GetEnvironmentRequest
-
Packages that use GetEnvironmentRequest Package Description com.google.cloud.orchestration.airflow.service.v1beta1 A client to Cloud Composer APIcom.google.cloud.orchestration.airflow.service.v1beta1.stub -
-
Uses of GetEnvironmentRequest in com.google.cloud.orchestration.airflow.service.v1beta1
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 that return GetEnvironmentRequest Modifier and Type Method Description GetEnvironmentRequestGetEnvironmentRequest.Builder. build()GetEnvironmentRequestGetEnvironmentRequest.Builder. buildPartial()static GetEnvironmentRequestGetEnvironmentRequest. getDefaultInstance()GetEnvironmentRequestGetEnvironmentRequest.Builder. getDefaultInstanceForType()GetEnvironmentRequestGetEnvironmentRequest. getDefaultInstanceForType()static GetEnvironmentRequestGetEnvironmentRequest. parseDelimitedFrom(InputStream input)static GetEnvironmentRequestGetEnvironmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(byte[] data)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(InputStream input)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(ByteBuffer data)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.orchestration.airflow.service.v1beta1 that return types with arguments of type GetEnvironmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>EnvironmentsClient. getEnvironmentCallable()Get an existing environment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,Environment>EnvironmentsSettings.Builder. getEnvironmentSettings()Returns the builder for the settings used for calls to getEnvironment.com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment>EnvironmentsSettings. getEnvironmentSettings()Returns the object with the settings used for calls to getEnvironment.static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment>EnvironmentsGrpc. getGetEnvironmentMethod()com.google.protobuf.Parser<GetEnvironmentRequest>GetEnvironmentRequest. getParserForType()static com.google.protobuf.Parser<GetEnvironmentRequest>GetEnvironmentRequest. parser()Methods in com.google.cloud.orchestration.airflow.service.v1beta1 with parameters of type GetEnvironmentRequest Modifier and Type Method Description EnvironmentEnvironmentsClient. getEnvironment(GetEnvironmentRequest request)Get an existing environment.default voidEnvironmentsGrpc.AsyncService. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)Get an existing environment.EnvironmentEnvironmentsGrpc.EnvironmentsBlockingStub. getEnvironment(GetEnvironmentRequest request)Get an existing environment.com.google.common.util.concurrent.ListenableFuture<Environment>EnvironmentsGrpc.EnvironmentsFutureStub. getEnvironment(GetEnvironmentRequest request)Get an existing environment.voidEnvironmentsGrpc.EnvironmentsStub. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)Get an existing environment.GetEnvironmentRequest.BuilderGetEnvironmentRequest.Builder. mergeFrom(GetEnvironmentRequest other)static GetEnvironmentRequest.BuilderGetEnvironmentRequest. newBuilder(GetEnvironmentRequest prototype) -
Uses of GetEnvironmentRequest 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 GetEnvironmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>EnvironmentsStub. getEnvironmentCallable()com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>GrpcEnvironmentsStub. getEnvironmentCallable()com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>HttpJsonEnvironmentsStub. getEnvironmentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,Environment>EnvironmentsStubSettings.Builder. getEnvironmentSettings()Returns the builder for the settings used for calls to getEnvironment.com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment>EnvironmentsStubSettings. getEnvironmentSettings()Returns the object with the settings used for calls to getEnvironment.
-