Uses of Class
com.google.appengine.v1.InstancesClient.ListInstancesPagedResponse
-
Packages that use InstancesClient.ListInstancesPagedResponse Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of InstancesClient.ListInstancesPagedResponse in com.google.appengine.v1
Methods in com.google.appengine.v1 that return InstancesClient.ListInstancesPagedResponse Modifier and Type Method Description InstancesClient.ListInstancesPagedResponse
InstancesClient. listInstances(ListInstancesRequest request)
Lists the instances of a version.Methods in com.google.appengine.v1 that return types with arguments of type InstancesClient.ListInstancesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<InstancesClient.ListInstancesPagedResponse>
InstancesClient.ListInstancesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, com.google.api.core.ApiFuture<ListInstancesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListInstancesPagedResponse>
InstancesClient. listInstancesPagedCallable()
Lists the instances of a version.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,InstancesClient.ListInstancesPagedResponse>
InstancesSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,InstancesClient.ListInstancesPagedResponse>
InstancesSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances. -
Uses of InstancesClient.ListInstancesPagedResponse in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type InstancesClient.ListInstancesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListInstancesPagedResponse>
GrpcInstancesStub. listInstancesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListInstancesPagedResponse>
HttpJsonInstancesStub. listInstancesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListInstancesPagedResponse>
InstancesStub. listInstancesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,InstancesClient.ListInstancesPagedResponse>
InstancesStubSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,InstancesClient.ListInstancesPagedResponse>
InstancesStubSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
-