Home
last modified time | relevance | path

Searched refs:getTargetProjectCallable (Results 1 – 5 of 5) sorted by relevance

/external/google-cloud-java/java-vmmigration/samples/snippets/generated/com/google/cloud/vmmigration/v1/vmmigration/gettargetproject/
DAsyncGetTargetProject.java45 vmMigrationClient.getTargetProjectCallable().futureCall(request); in asyncGetTargetProject()
/external/google-cloud-java/java-vmmigration/google-cloud-vmmigration/src/main/java/com/google/cloud/vmmigration/v1/stub/
DGrpcVmMigrationStub.java735 private final UnaryCallable<GetTargetProjectRequest, TargetProject> getTargetProjectCallable; field in GrpcVmMigrationStub
1623 this.getTargetProjectCallable = in GrpcVmMigrationStub()
2094 public UnaryCallable<GetTargetProjectRequest, TargetProject> getTargetProjectCallable() { in getTargetProjectCallable() method in GrpcVmMigrationStub
2095 return getTargetProjectCallable; in getTargetProjectCallable()
DVmMigrationStub.java475 public UnaryCallable<GetTargetProjectRequest, TargetProject> getTargetProjectCallable() { in getTargetProjectCallable() method in VmMigrationStub
DHttpJsonVmMigrationStub.java2172 private final UnaryCallable<GetTargetProjectRequest, TargetProject> getTargetProjectCallable; field in HttpJsonVmMigrationStub
2851 this.getTargetProjectCallable = in HttpJsonVmMigrationStub()
3376 public UnaryCallable<GetTargetProjectRequest, TargetProject> getTargetProjectCallable() { in getTargetProjectCallable() method in HttpJsonVmMigrationStub
3377 return getTargetProjectCallable; in getTargetProjectCallable()
/external/google-cloud-java/java-vmmigration/google-cloud-vmmigration/src/main/java/com/google/cloud/vmmigration/v1/
DVmMigrationClient.java6219 return getTargetProjectCallable().call(request); in getTargetProject()
6250 public final UnaryCallable<GetTargetProjectRequest, TargetProject> getTargetProjectCallable() { in getTargetProjectCallable() method in VmMigrationClient
6251 return stub.getTargetProjectCallable(); in getTargetProjectCallable()