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 class
Service
A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services.static class
Service.Builder
A 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 ServiceOrBuilder
UpdateServiceRequest.Builder. getServiceOrBuilder()
A Service resource containing the updated service.ServiceOrBuilder
UpdateServiceRequest. getServiceOrBuilder()
A Service resource containing the updated service.ServiceOrBuilder
UpdateServiceRequestOrBuilder. getServiceOrBuilder()
A Service resource containing the updated service.ServiceOrBuilder
ListServicesResponse.Builder. getServicesOrBuilder(int index)
The services belonging to the requested application.ServiceOrBuilder
ListServicesResponse. getServicesOrBuilder(int index)
The services belonging to the requested application.ServiceOrBuilder
ListServicesResponseOrBuilder. 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.
-