@BetaApi @Generated(value="by gapic-generator-java") public abstract class EnvironmentsStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
EnvironmentsStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,com.google.longrunning.Operation> |
createEnvironmentCallable() |
com.google.api.gax.rpc.OperationCallable<CreateEnvironmentRequest,Environment,com.google.protobuf.Struct> |
createEnvironmentOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteEnvironmentRequest,com.google.protobuf.Empty> |
deleteEnvironmentCallable() |
com.google.api.gax.rpc.UnaryCallable<DeployFlowRequest,com.google.longrunning.Operation> |
deployFlowCallable() |
com.google.api.gax.rpc.OperationCallable<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata> |
deployFlowOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment> |
getEnvironmentCallable() |
com.google.api.gax.httpjson.longrunning.stub.OperationsStub |
getHttpJsonOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.longrunning.stub.OperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<ListContinuousTestResultsRequest,ListContinuousTestResultsResponse> |
listContinuousTestResultsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListContinuousTestResultsRequest,EnvironmentsClient.ListContinuousTestResultsPagedResponse> |
listContinuousTestResultsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> |
listEnvironmentsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListEnvironmentsRequest,EnvironmentsClient.ListEnvironmentsPagedResponse> |
listEnvironmentsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,EnvironmentsClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse> |
lookupEnvironmentHistoryCallable() |
com.google.api.gax.rpc.UnaryCallable<LookupEnvironmentHistoryRequest,EnvironmentsClient.LookupEnvironmentHistoryPagedResponse> |
lookupEnvironmentHistoryPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<RunContinuousTestRequest,com.google.longrunning.Operation> |
runContinuousTestCallable() |
com.google.api.gax.rpc.OperationCallable<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata> |
runContinuousTestOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateEnvironmentRequest,com.google.longrunning.Operation> |
updateEnvironmentCallable() |
com.google.api.gax.rpc.OperationCallable<UpdateEnvironmentRequest,Environment,com.google.protobuf.Struct> |
updateEnvironmentOperationCallable() |
public com.google.longrunning.stub.OperationsStub getOperationsStub()
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<ListEnvironmentsRequest,EnvironmentsClient.ListEnvironmentsPagedResponse> listEnvironmentsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> listEnvironmentsCallable()
public com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment> getEnvironmentCallable()
public com.google.api.gax.rpc.OperationCallable<CreateEnvironmentRequest,Environment,com.google.protobuf.Struct> createEnvironmentOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,com.google.longrunning.Operation> createEnvironmentCallable()
public com.google.api.gax.rpc.OperationCallable<UpdateEnvironmentRequest,Environment,com.google.protobuf.Struct> updateEnvironmentOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateEnvironmentRequest,com.google.longrunning.Operation> updateEnvironmentCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteEnvironmentRequest,com.google.protobuf.Empty> deleteEnvironmentCallable()
public com.google.api.gax.rpc.UnaryCallable<LookupEnvironmentHistoryRequest,EnvironmentsClient.LookupEnvironmentHistoryPagedResponse> lookupEnvironmentHistoryPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse> lookupEnvironmentHistoryCallable()
public com.google.api.gax.rpc.OperationCallable<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata> runContinuousTestOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<RunContinuousTestRequest,com.google.longrunning.Operation> runContinuousTestCallable()
public com.google.api.gax.rpc.UnaryCallable<ListContinuousTestResultsRequest,EnvironmentsClient.ListContinuousTestResultsPagedResponse> listContinuousTestResultsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListContinuousTestResultsRequest,ListContinuousTestResultsResponse> listContinuousTestResultsCallable()
public com.google.api.gax.rpc.OperationCallable<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata> deployFlowOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<DeployFlowRequest,com.google.longrunning.Operation> deployFlowCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,EnvironmentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2025 Google LLC. All rights reserved.