Uses of Interface
com.google.appengine.v1.VersionOrBuilder
-
Packages that use VersionOrBuilder Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of VersionOrBuilder in com.google.appengine.v1
Classes in com.google.appengine.v1 that implement VersionOrBuilder Modifier and Type Class Description classVersionA Version resource is a specific set of source code and configuration files that are deployed into a service.static classVersion.BuilderA Version resource is a specific set of source code and configuration files that are deployed into a service.Methods in com.google.appengine.v1 that return VersionOrBuilder Modifier and Type Method Description VersionOrBuilderCreateVersionRequest.Builder. getVersionOrBuilder()Application deployment configuration.VersionOrBuilderCreateVersionRequest. getVersionOrBuilder()Application deployment configuration.VersionOrBuilderCreateVersionRequestOrBuilder. getVersionOrBuilder()Application deployment configuration.VersionOrBuilderUpdateVersionRequest.Builder. getVersionOrBuilder()A Version containing the updated resource.VersionOrBuilderUpdateVersionRequest. getVersionOrBuilder()A Version containing the updated resource.VersionOrBuilderUpdateVersionRequestOrBuilder. getVersionOrBuilder()A Version containing the updated resource.VersionOrBuilderListVersionsResponse.Builder. getVersionsOrBuilder(int index)The versions belonging to the requested service.VersionOrBuilderListVersionsResponse. getVersionsOrBuilder(int index)The versions belonging to the requested service.VersionOrBuilderListVersionsResponseOrBuilder. getVersionsOrBuilder(int index)The versions belonging to the requested service.Methods in com.google.appengine.v1 that return types with arguments of type VersionOrBuilder Modifier and Type Method Description List<? extends VersionOrBuilder>ListVersionsResponse.Builder. getVersionsOrBuilderList()The versions belonging to the requested service.List<? extends VersionOrBuilder>ListVersionsResponse. getVersionsOrBuilderList()The versions belonging to the requested service.List<? extends VersionOrBuilder>ListVersionsResponseOrBuilder. getVersionsOrBuilderList()The versions belonging to the requested service.
-