Uses of Interface
com.google.appengine.v1.ServiceOrBuilder
-
Packages that use ServiceOrBuilder Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of ServiceOrBuilder in com.google.appengine.v1
Classes in com.google.appengine.v1 that implement ServiceOrBuilder Modifier and Type Class Description classServiceA Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services.static classService.BuilderA Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services.Methods in com.google.appengine.v1 that return ServiceOrBuilder Modifier and Type Method Description ServiceOrBuilderUpdateServiceRequest.Builder. getServiceOrBuilder()A Service resource containing the updated service.ServiceOrBuilderUpdateServiceRequest. getServiceOrBuilder()A Service resource containing the updated service.ServiceOrBuilderUpdateServiceRequestOrBuilder. getServiceOrBuilder()A Service resource containing the updated service.ServiceOrBuilderListServicesResponse.Builder. getServicesOrBuilder(int index)The services belonging to the requested application.ServiceOrBuilderListServicesResponse. getServicesOrBuilder(int index)The services belonging to the requested application.ServiceOrBuilderListServicesResponseOrBuilder. getServicesOrBuilder(int index)The services belonging to the requested application.Methods in com.google.appengine.v1 that return types with arguments of type ServiceOrBuilder Modifier and Type Method Description List<? extends ServiceOrBuilder>ListServicesResponse.Builder. getServicesOrBuilderList()The services belonging to the requested application.List<? extends ServiceOrBuilder>ListServicesResponse. getServicesOrBuilderList()The services belonging to the requested application.List<? extends ServiceOrBuilder>ListServicesResponseOrBuilder. getServicesOrBuilderList()The services belonging to the requested application.
-