@Generated(value="by gapic-generator-java") public class HttpJsonEnvironmentsStub extends EnvironmentsStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonEnvironmentsStub(EnvironmentsStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonEnvironmentsStub, using the given settings.
|
protected |
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonEnvironmentsStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonEnvironmentsStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonEnvironmentsStub |
create(EnvironmentsStubSettings settings) |
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.HttpJsonOperationsStub |
getHttpJsonOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
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() |
void |
shutdown() |
void |
shutdownNow() |
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() |
getOperationsStubprotected HttpJsonEnvironmentsStub(EnvironmentsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonEnvironmentsStub(EnvironmentsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonEnvironmentsStub create(EnvironmentsStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonEnvironmentsStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonEnvironmentsStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub getHttpJsonOperationsStub()
getHttpJsonOperationsStub in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> listEnvironmentsCallable()
listEnvironmentsCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<ListEnvironmentsRequest,EnvironmentsClient.ListEnvironmentsPagedResponse> listEnvironmentsPagedCallable()
listEnvironmentsPagedCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment> getEnvironmentCallable()
getEnvironmentCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,com.google.longrunning.Operation> createEnvironmentCallable()
createEnvironmentCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<CreateEnvironmentRequest,Environment,com.google.protobuf.Struct> createEnvironmentOperationCallable()
createEnvironmentOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateEnvironmentRequest,com.google.longrunning.Operation> updateEnvironmentCallable()
updateEnvironmentCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<UpdateEnvironmentRequest,Environment,com.google.protobuf.Struct> updateEnvironmentOperationCallable()
updateEnvironmentOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteEnvironmentRequest,com.google.protobuf.Empty> deleteEnvironmentCallable()
deleteEnvironmentCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse> lookupEnvironmentHistoryCallable()
lookupEnvironmentHistoryCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<LookupEnvironmentHistoryRequest,EnvironmentsClient.LookupEnvironmentHistoryPagedResponse> lookupEnvironmentHistoryPagedCallable()
lookupEnvironmentHistoryPagedCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<RunContinuousTestRequest,com.google.longrunning.Operation> runContinuousTestCallable()
runContinuousTestCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata> runContinuousTestOperationCallable()
runContinuousTestOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<ListContinuousTestResultsRequest,ListContinuousTestResultsResponse> listContinuousTestResultsCallable()
listContinuousTestResultsCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<ListContinuousTestResultsRequest,EnvironmentsClient.ListContinuousTestResultsPagedResponse> listContinuousTestResultsPagedCallable()
listContinuousTestResultsPagedCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<DeployFlowRequest,com.google.longrunning.Operation> deployFlowCallable()
deployFlowCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata> deployFlowOperationCallable()
deployFlowOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
listLocationsCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,EnvironmentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listLocationsPagedCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
getLocationCallable in class EnvironmentsStubpublic final void close()
close in interface AutoCloseableclose in class EnvironmentsStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.