Uses of Class
com.google.appengine.v1.ListServicesResponse
-
Packages that use ListServicesResponse Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of ListServicesResponse in com.google.appengine.v1
Methods in com.google.appengine.v1 that return ListServicesResponse Modifier and Type Method Description ListServicesResponseListServicesResponse.Builder. build()ListServicesResponseListServicesResponse.Builder. buildPartial()static ListServicesResponseListServicesResponse. getDefaultInstance()ListServicesResponseListServicesResponse.Builder. getDefaultInstanceForType()ListServicesResponseListServicesResponse. getDefaultInstanceForType()ListServicesResponseServicesGrpc.ServicesBlockingStub. listServices(ListServicesRequest request)Lists all the services in the application.static ListServicesResponseListServicesResponse. parseDelimitedFrom(InputStream input)static ListServicesResponseListServicesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServicesResponseListServicesResponse. parseFrom(byte[] data)static ListServicesResponseListServicesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServicesResponseListServicesResponse. parseFrom(com.google.protobuf.ByteString data)static ListServicesResponseListServicesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServicesResponseListServicesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListServicesResponseListServicesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServicesResponseListServicesResponse. parseFrom(InputStream input)static ListServicesResponseListServicesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServicesResponseListServicesResponse. parseFrom(ByteBuffer data)static ListServicesResponseListServicesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type ListServicesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse>ServicesGrpc. getListServicesMethod()com.google.protobuf.Parser<ListServicesResponse>ListServicesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListServicesResponse>ServicesGrpc.ServicesFutureStub. listServices(ListServicesRequest request)Lists all the services in the application.com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>ServicesClient. listServicesCallable()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.static com.google.protobuf.Parser<ListServicesResponse>ListServicesResponse. parser()Methods in com.google.appengine.v1 with parameters of type ListServicesResponse Modifier and Type Method Description protected ServicesClient.ListServicesPageServicesClient.ListServicesPage. createPage(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, ListServicesResponse response)ListServicesResponse.BuilderListServicesResponse.Builder. mergeFrom(ListServicesResponse other)static ListServicesResponse.BuilderListServicesResponse. newBuilder(ListServicesResponse prototype)Method parameters in com.google.appengine.v1 with type arguments of type ListServicesResponse 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)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)protected ServicesClient.ListServicesPageServicesClient.ListServicesPage. createPage(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, ListServicesResponse response)com.google.api.core.ApiFuture<ServicesClient.ListServicesPage>ServicesClient.ListServicesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)com.google.api.core.ApiFuture<ServicesClient.ListServicesPage>ServicesClient.ListServicesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)default voidServicesGrpc.AsyncService. listServices(ListServicesRequest request, io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)Lists all the services in the application.voidServicesGrpc.ServicesStub. listServices(ListServicesRequest request, io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)Lists all the services in the application. -
Uses of ListServicesResponse in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type ListServicesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>GrpcServicesStub. listServicesCallable()com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>HttpJsonServicesStub. listServicesCallable()com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>ServicesStub. listServicesCallable()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.
-