Uses of Class
com.google.appengine.v1.Service
-
Packages that use Service Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of Service in com.google.appengine.v1
Methods in com.google.appengine.v1 that return Service Modifier and Type Method Description ServiceService.Builder. build()ServiceService.Builder. buildPartial()static ServiceService. getDefaultInstance()ServiceService.Builder. getDefaultInstanceForType()ServiceService. getDefaultInstanceForType()ServiceServicesClient. getService(GetServiceRequest request)Gets the current configuration of the specified service.ServiceServicesGrpc.ServicesBlockingStub. getService(GetServiceRequest request)Gets the current configuration of the specified service.ServiceUpdateServiceRequest.Builder. getService()A Service resource containing the updated service.ServiceUpdateServiceRequest. getService()A Service resource containing the updated service.ServiceUpdateServiceRequestOrBuilder. getService()A Service resource containing the updated service.ServiceListServicesResponse.Builder. getServices(int index)The services belonging to the requested application.ServiceListServicesResponse. getServices(int index)The services belonging to the requested application.ServiceListServicesResponseOrBuilder. getServices(int index)The services belonging to the requested application.static ServiceService. parseDelimitedFrom(InputStream input)static ServiceService. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(byte[] data)static ServiceService. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(com.google.protobuf.ByteString data)static ServiceService. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceService. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(InputStream input)static ServiceService. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(ByteBuffer data)static ServiceService. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type Service Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceRequest,Service>ServicesGrpc. getGetServiceMethod()com.google.protobuf.Parser<Service>Service. getParserForType()com.google.common.util.concurrent.ListenableFuture<Service>ServicesGrpc.ServicesFutureStub. getService(GetServiceRequest request)Gets the current configuration of the specified service.com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>ServicesClient. getServiceCallable()Gets the current configuration of the specified service.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>ServicesSettings.Builder. getServiceSettings()Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>ServicesSettings. getServiceSettings()Returns the object with the settings used for calls to getService.List<Service>ListServicesResponse.Builder. getServicesList()The services belonging to the requested application.List<Service>ListServicesResponse. getServicesList()The services belonging to the requested application.List<Service>ListServicesResponseOrBuilder. getServicesList()The services belonging to the requested application.static com.google.protobuf.Parser<Service>Service. parser()com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadataV1>ServicesClient. updateServiceAsync(UpdateServiceRequest request)Updates the configuration of the specified service.com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadataV1>ServicesClient. updateServiceOperationCallable()Updates the configuration of the specified service.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateServiceRequest,Service,OperationMetadataV1>ServicesSettings.Builder. updateServiceOperationSettings()Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.OperationCallSettings<UpdateServiceRequest,Service,OperationMetadataV1>ServicesSettings. updateServiceOperationSettings()Returns the object with the settings used for calls to updateService.Methods in com.google.appengine.v1 with parameters of type Service Modifier and Type Method Description ListServicesResponse.BuilderListServicesResponse.Builder. addServices(int index, Service value)The services belonging to the requested application.ListServicesResponse.BuilderListServicesResponse.Builder. addServices(Service value)The services belonging to the requested application.Service.BuilderService.Builder. mergeFrom(Service other)UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. mergeService(Service value)A Service resource containing the updated service.static Service.BuilderService. newBuilder(Service prototype)UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. setService(Service value)A Service resource containing the updated service.ListServicesResponse.BuilderListServicesResponse.Builder. setServices(int index, Service value)The services belonging to the requested application.Method parameters in com.google.appengine.v1 with type arguments of type Service Modifier and Type Method Description ListServicesResponse.BuilderListServicesResponse.Builder. addAllServices(Iterable<? extends Service> values)The services belonging to the requested application.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)default voidServicesGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Gets the current configuration of the specified service.voidServicesGrpc.ServicesStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Gets the current configuration of the specified service. -
Uses of Service in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type Service Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>GrpcServicesStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>HttpJsonServicesStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>ServicesStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>ServicesStubSettings.Builder. getServiceSettings()Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>ServicesStubSettings. getServiceSettings()Returns the object with the settings used for calls to getService.com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadataV1>GrpcServicesStub. updateServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadataV1>HttpJsonServicesStub. updateServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadataV1>ServicesStub. updateServiceOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateServiceRequest,Service,OperationMetadataV1>ServicesStubSettings.Builder. updateServiceOperationSettings()Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.OperationCallSettings<UpdateServiceRequest,Service,OperationMetadataV1>ServicesStubSettings. updateServiceOperationSettings()Returns the object with the settings used for calls to updateService.
-