Home
last modified time | relevance | path

Searched defs:OperationsClient (Results 1 – 3 of 3) sorted by relevance

/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/longrunning/
DOperationsClient.java111 public class OperationsClient implements BackgroundResource { class
135 protected OperationsClient(OperationsSettings settings) throws IOException { in OperationsClient() method in OperationsClient
140 protected OperationsClient(OperationsStub stub) { in OperationsClient() method in OperationsClient
/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/longrunning/
DOperationsClient.java124 public class OperationsClient implements BackgroundResource { class
161 protected OperationsClient(OperationsSettings settings) throws IOException { in OperationsClient() method in OperationsClient
167 protected OperationsClient(OperationsStub stub) { in OperationsClient() method in OperationsClient
/external/python/python-api-core/google/api_core/operations_v1/
Doperations_client.py46 class OperationsClient(object): class