Uses of Class
com.google.appengine.v1.ServicesClient.ListServicesPagedResponse
-
Packages that use ServicesClient.ListServicesPagedResponse Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of ServicesClient.ListServicesPagedResponse in com.google.appengine.v1
Methods in com.google.appengine.v1 that return ServicesClient.ListServicesPagedResponse Modifier and Type Method Description ServicesClient.ListServicesPagedResponse
ServicesClient. listServices(ListServicesRequest request)
Lists all the services in the application.Methods in com.google.appengine.v1 that return types with arguments of type ServicesClient.ListServicesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ServicesClient.ListServicesPagedResponse>
ServicesClient.ListServicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>
ServicesClient. listServicesPagedCallable()
Lists all the services in the application.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>
ServicesSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>
ServicesSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices. -
Uses of ServicesClient.ListServicesPagedResponse in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type ServicesClient.ListServicesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>
GrpcServicesStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>
HttpJsonServicesStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>
ServicesStub. listServicesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>
ServicesStubSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>
ServicesStubSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices.
-