Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W Z 

A

addAllDispatchRules(Iterable<? extends UrlDispatchRule>) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
addAllErrorHandlers(Iterable<? extends ErrorHandler>) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
addAllForwardedPorts(Iterable<String>) - Method in class com.google.appengine.v1.Network.Builder
List of ports, or port pairs, to forward from the virtual machine to the application container.
addAllHandlers(Iterable<? extends UrlMap>) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
addAllInboundServices(Iterable<? extends InboundServiceType>) - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
addAllInboundServicesValue(Iterable<Integer>) - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
addAllInstances(Iterable<? extends Instance>) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
addAllLibraries(Iterable<? extends Library>) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
addAllServices(Iterable<? extends Service>) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
addAllVersions(Iterable<? extends Version>) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
addDispatchRules(UrlDispatchRule) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
addDispatchRules(int, UrlDispatchRule) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
addDispatchRules(UrlDispatchRule.Builder) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
addDispatchRules(int, UrlDispatchRule.Builder) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
addDispatchRulesBuilder() - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
addDispatchRulesBuilder(int) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
addErrorHandlers(ErrorHandler) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
addErrorHandlers(int, ErrorHandler) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
addErrorHandlers(ErrorHandler.Builder) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
addErrorHandlers(int, ErrorHandler.Builder) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
addErrorHandlersBuilder() - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
addErrorHandlersBuilder(int) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
addForwardedPorts(String) - Method in class com.google.appengine.v1.Network.Builder
List of ports, or port pairs, to forward from the virtual machine to the application container.
addForwardedPortsBytes(ByteString) - Method in class com.google.appengine.v1.Network.Builder
List of ports, or port pairs, to forward from the virtual machine to the application container.
addHandlers(UrlMap) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
addHandlers(int, UrlMap) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
addHandlers(UrlMap.Builder) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
addHandlers(int, UrlMap.Builder) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
addHandlersBuilder() - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
addHandlersBuilder(int) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
addInboundServices(InboundServiceType) - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
addInboundServicesValue(int) - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
addInstances(Instance) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
addInstances(int, Instance) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
addInstances(Instance.Builder) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
addInstances(int, Instance.Builder) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
addInstancesBuilder() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
addInstancesBuilder(int) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
addLibraries(Library) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
addLibraries(int, Library) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
addLibraries(Library.Builder) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
addLibraries(int, Library.Builder) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
addLibrariesBuilder() - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
addLibrariesBuilder(int) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Application.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.AuditData.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.BasicScaling.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Deployment.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.FileInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.HealthCheck.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Instance.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Library.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ManualScaling.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Network.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Resources.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Service.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.UrlMap.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Version.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ZipInfo.Builder
 
addServices(Service) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
addServices(int, Service) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
addServices(Service.Builder) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
addServices(int, Service.Builder) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
addServicesBuilder() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
addServicesBuilder(int) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
addVersions(Version) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
addVersions(int, Version) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
addVersions(Version.Builder) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
addVersions(int, Version.Builder) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
addVersionsBuilder() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
addVersionsBuilder(int) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
AGGREGATION_WINDOW_LENGTH_FIELD_NUMBER - Static variable in class com.google.appengine.v1.CpuUtilization
 
ALLOCATIONS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.TrafficSplit
 
API_CONFIG_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
API_ENDPOINT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UrlMap
 
ApiConfigHandler - Class in com.google.appengine.v1
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.
ApiConfigHandler.Builder - Class in com.google.appengine.v1
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.
ApiConfigHandlerOrBuilder - Interface in com.google.appengine.v1
 
ApiEndpointHandler - Class in com.google.appengine.v1
Uses Google Cloud Endpoints to handle requests.
ApiEndpointHandler.Builder - Class in com.google.appengine.v1
Uses Google Cloud Endpoints to handle requests.
ApiEndpointHandlerOrBuilder - Interface in com.google.appengine.v1
 
APP_ENGINE_RELEASE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
AppengineProto - Class in com.google.appengine.v1
 
Application - Class in com.google.appengine.v1
An Application resource contains the top-level configuration of an App Engine application.
Application.Builder - Class in com.google.appengine.v1
An Application resource contains the top-level configuration of an App Engine application.
APPLICATION_READABLE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.StaticFilesHandler
 
ApplicationOrBuilder - Interface in com.google.appengine.v1
 
ApplicationProto - Class in com.google.appengine.v1
 
AppYamlProto - Class in com.google.appengine.v1
 
AuditData - Class in com.google.appengine.v1
App Engine admin service audit log.
AuditData.Builder - Class in com.google.appengine.v1
App Engine admin service audit log.
AuditData.MethodCase - Enum in com.google.appengine.v1
 
AuditDataOrBuilder - Interface in com.google.appengine.v1
 
AuditDataProto - Class in com.google.appengine.v1
 
AUTH_DOMAIN_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Application
 
AUTH_FAIL_ACTION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ApiConfigHandler
 
AUTH_FAIL_ACTION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UrlMap
 
AUTH_FAIL_ACTION_REDIRECT_VALUE - Static variable in enum com.google.appengine.v1.AuthFailAction
Redirects user to "accounts.google.com".
AUTH_FAIL_ACTION_UNAUTHORIZED_VALUE - Static variable in enum com.google.appengine.v1.AuthFailAction
Rejects request with a `401` HTTP status code and an error message.
AUTH_FAIL_ACTION_UNSPECIFIED_VALUE - Static variable in enum com.google.appengine.v1.AuthFailAction
Not specified.
AuthFailAction - Enum in com.google.appengine.v1
Actions to take when the user is not logged in.
AUTOMATIC_SCALING_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
AutomaticScaling - Class in com.google.appengine.v1
Automatic scaling is based on request rate, response latencies, and other application metrics.
AutomaticScaling.Builder - Class in com.google.appengine.v1
Automatic scaling is based on request rate, response latencies, and other application metrics.
AutomaticScalingOrBuilder - Interface in com.google.appengine.v1
 
AVAILABILITY_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
AVERAGE_LATENCY_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 

B

BASIC_SCALING_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
BASIC_VALUE - Static variable in enum com.google.appengine.v1.VersionView
Basic version information including scaling and inbound services, but not detailed deployment information.
BasicScaling - Class in com.google.appengine.v1
A service with basic scaling will create an instance when the application receives a request.
BasicScaling.Builder - Class in com.google.appengine.v1
A service with basic scaling will create an instance when the application receives a request.
BasicScalingOrBuilder - Interface in com.google.appengine.v1
 
BETA_SETTINGS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
build() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
build() - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
build() - Method in class com.google.appengine.v1.Application.Builder
 
build() - Method in class com.google.appengine.v1.AuditData.Builder
 
build() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
build() - Method in class com.google.appengine.v1.BasicScaling.Builder
 
build() - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
build() - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
build() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
build() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
build() - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
build() - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
build() - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
build() - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
build() - Method in class com.google.appengine.v1.Deployment.Builder
 
build() - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
build() - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
build() - Method in class com.google.appengine.v1.FileInfo.Builder
 
build() - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
build() - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
build() - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
build() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
build() - Method in class com.google.appengine.v1.HealthCheck.Builder
 
build() - Method in class com.google.appengine.v1.Instance.Builder
 
build() - Method in class com.google.appengine.v1.Library.Builder
 
build() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
build() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
build() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
build() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
build() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
build() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
build() - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
build() - Method in class com.google.appengine.v1.ManualScaling.Builder
 
build() - Method in class com.google.appengine.v1.Network.Builder
 
build() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
build() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
build() - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
build() - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
build() - Method in class com.google.appengine.v1.Resources.Builder
 
build() - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
build() - Method in class com.google.appengine.v1.Service.Builder
 
build() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
build() - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
build() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
build() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
build() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
build() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
build() - Method in class com.google.appengine.v1.UrlMap.Builder
 
build() - Method in class com.google.appengine.v1.Version.Builder
 
build() - Method in class com.google.appengine.v1.ZipInfo.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
buildPartial() - Method in class com.google.appengine.v1.Application.Builder
 
buildPartial() - Method in class com.google.appengine.v1.AuditData.Builder
 
buildPartial() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
buildPartial() - Method in class com.google.appengine.v1.BasicScaling.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
buildPartial() - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
buildPartial() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
buildPartial() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.Deployment.Builder
 
buildPartial() - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
buildPartial() - Method in class com.google.appengine.v1.FileInfo.Builder
 
buildPartial() - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.HealthCheck.Builder
 
buildPartial() - Method in class com.google.appengine.v1.Instance.Builder
 
buildPartial() - Method in class com.google.appengine.v1.Library.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
buildPartial() - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ManualScaling.Builder
 
buildPartial() - Method in class com.google.appengine.v1.Network.Builder
 
buildPartial() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
buildPartial() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
buildPartial() - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
buildPartial() - Method in class com.google.appengine.v1.Resources.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
buildPartial() - Method in class com.google.appengine.v1.Service.Builder
 
buildPartial() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
buildPartial() - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
buildPartial() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
buildPartial() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
buildPartial() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
buildPartial() - Method in class com.google.appengine.v1.UrlMap.Builder
 
buildPartial() - Method in class com.google.appengine.v1.Version.Builder
 
buildPartial() - Method in class com.google.appengine.v1.ZipInfo.Builder
 

C

CHECK_INTERVAL_FIELD_NUMBER - Static variable in class com.google.appengine.v1.HealthCheck
 
clear() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
clear() - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
clear() - Method in class com.google.appengine.v1.Application.Builder
 
clear() - Method in class com.google.appengine.v1.AuditData.Builder
 
clear() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
clear() - Method in class com.google.appengine.v1.BasicScaling.Builder
 
clear() - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
clear() - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
clear() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
clear() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
clear() - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
clear() - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
clear() - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
clear() - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
clear() - Method in class com.google.appengine.v1.Deployment.Builder
 
clear() - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
clear() - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
clear() - Method in class com.google.appengine.v1.FileInfo.Builder
 
clear() - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
clear() - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
clear() - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
clear() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
clear() - Method in class com.google.appengine.v1.HealthCheck.Builder
 
clear() - Method in class com.google.appengine.v1.Instance.Builder
 
clear() - Method in class com.google.appengine.v1.Library.Builder
 
clear() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
clear() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
clear() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
clear() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
clear() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
clear() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
clear() - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
clear() - Method in class com.google.appengine.v1.ManualScaling.Builder
 
clear() - Method in class com.google.appengine.v1.Network.Builder
 
clear() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
clear() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
clear() - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
clear() - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
clear() - Method in class com.google.appengine.v1.Resources.Builder
 
clear() - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
clear() - Method in class com.google.appengine.v1.Service.Builder
 
clear() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
clear() - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
clear() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
clear() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
clear() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
clear() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
clear() - Method in class com.google.appengine.v1.UrlMap.Builder
 
clear() - Method in class com.google.appengine.v1.Version.Builder
 
clear() - Method in class com.google.appengine.v1.ZipInfo.Builder
 
clearAggregationWindowLength() - Method in class com.google.appengine.v1.CpuUtilization.Builder
Period of time over which CPU utilization is calculated.
clearAllocations() - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
clearApiConfig() - Method in class com.google.appengine.v1.Version.Builder
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
clearApiEndpoint() - Method in class com.google.appengine.v1.UrlMap.Builder
Uses API Endpoints to handle requests.
clearAppEngineRelease() - Method in class com.google.appengine.v1.Instance.Builder
App Engine release this instance is running on.
clearApplicationReadable() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Whether files should also be uploaded as code data.
clearAuthDomain() - Method in class com.google.appengine.v1.Application.Builder
Google Apps authentication domain that controls which users can access this application.
clearAuthFailAction() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Action to take when users access resources that require authentication.
clearAuthFailAction() - Method in class com.google.appengine.v1.UrlMap.Builder
Action to take when users access resources that require authentication.
clearAutomaticScaling() - Method in class com.google.appengine.v1.Version.Builder
Automatic scaling is based on request rate, response latencies, and other application metrics.
clearAvailability() - Method in class com.google.appengine.v1.Instance.Builder
Availability of the instance.
clearAverageLatency() - Method in class com.google.appengine.v1.Instance.Builder
Average latency (ms) over the last minute.
clearBasicScaling() - Method in class com.google.appengine.v1.Version.Builder
A service with basic scaling will create an instance when the application receives a request.
clearBetaSettings() - Method in class com.google.appengine.v1.Version.Builder
 
clearCheckInterval() - Method in class com.google.appengine.v1.HealthCheck.Builder
Interval between health checks.
clearCodeBucket() - Method in class com.google.appengine.v1.Application.Builder
Google Cloud Storage bucket that can be used for storing files associated with this application.
clearContainer() - Method in class com.google.appengine.v1.Deployment.Builder
A Docker image that App Engine uses to run the version.
clearCoolDownPeriod() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
clearCpu() - Method in class com.google.appengine.v1.Resources.Builder
Number of CPU cores needed.
clearCpuUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by CPU usage.
clearCreatedBy() - Method in class com.google.appengine.v1.Version.Builder
Email address of the user who created this version.
clearCreateTime() - Method in class com.google.appengine.v1.Version.Builder
Time that this version was created.
clearCreateVersion() - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about CreateVersion call.
clearDefaultBucket() - Method in class com.google.appengine.v1.Application.Builder
Google Cloud Storage bucket that can be used by this application to store content.
clearDefaultCookieExpiration() - Method in class com.google.appengine.v1.Application.Builder
Cookie expiration policy for this application.
clearDefaultExpiration() - Method in class com.google.appengine.v1.Version.Builder
Duration that static files should be cached by web proxies and browsers.
clearDefaultHostname() - Method in class com.google.appengine.v1.Application.Builder
Hostname used to reach this application, as resolved by App Engine.
clearDeployment() - Method in class com.google.appengine.v1.Version.Builder
Code and application artifacts that make up this version.
clearDisableHealthCheck() - Method in class com.google.appengine.v1.HealthCheck.Builder
Whether to explicitly disable health checks for this instance.
clearDiskGb() - Method in class com.google.appengine.v1.Resources.Builder
Disk size (GB) needed.
clearDiskUsageBytes() - Method in class com.google.appengine.v1.Version.Builder
Total size in bytes of all the files that are included in this version and curerntly hosted on the App Engine disk.
clearDiskUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by disk usage.
clearDispatchRules() - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
clearDomain() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Domain name to match against.
clearEndTime() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation completed.
clearEnv() - Method in class com.google.appengine.v1.Version.Builder
App Engine execution environment for this version.
clearEnvVariables() - Method in class com.google.appengine.v1.Version.Builder
 
clearErrorCode() - Method in class com.google.appengine.v1.ErrorHandler.Builder
Error condition this handler applies to.
clearErrorHandlers() - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
clearErrors() - Method in class com.google.appengine.v1.Instance.Builder
Number of errors since this instance was started.
clearExpiration() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Time a static file served by this handler should be cached by web proxies and browsers.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.Application.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.AuditData.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.BasicScaling.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.Deployment.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.FileInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.HealthCheck.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.Instance.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.Library.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ManualScaling.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.Network.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.Resources.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.Service.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.UrlMap.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.Version.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.appengine.v1.ZipInfo.Builder
 
clearFiles() - Method in class com.google.appengine.v1.Deployment.Builder
 
clearFilesCount() - Method in class com.google.appengine.v1.ZipInfo.Builder
An estimate of the number of files in a zip for a zip deployment.
clearFlexibleEnvironmentAvailable() - Method in class com.google.appengine.v1.LocationMetadata.Builder
App Engine Flexible Environment is available in the given location.
clearForwardedPorts() - Method in class com.google.appengine.v1.Network.Builder
List of ports, or port pairs, to forward from the virtual machine to the application container.
clearHandlers() - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
clearHandlerType() - Method in class com.google.appengine.v1.UrlMap.Builder
 
clearHealthCheck() - Method in class com.google.appengine.v1.Version.Builder
Configures health checking for VM instances.
clearHealthyThreshold() - Method in class com.google.appengine.v1.HealthCheck.Builder
Number of consecutive successful health checks required before receiving traffic.
clearHost() - Method in class com.google.appengine.v1.HealthCheck.Builder
Host header to send when performing an HTTP health check.
clearHttpHeaders() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
clearId() - Method in class com.google.appengine.v1.Application.Builder
Identifier of the Application resource.
clearId() - Method in class com.google.appengine.v1.Instance.Builder
Relative name of the instance within the version.
clearId() - Method in class com.google.appengine.v1.Service.Builder
Relative name of the service within the application.
clearId() - Method in class com.google.appengine.v1.Version.Builder
Relative name of the version within the service.
clearIdleTimeout() - Method in class com.google.appengine.v1.BasicScaling.Builder
Duration of time after the last request that an instance must wait before the instance is shut down.
clearImage() - Method in class com.google.appengine.v1.ContainerInfo.Builder
URI to the hosted container image in a Docker repository.
clearInboundServices() - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
clearInsertTime() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation was created.
clearInstanceClass() - Method in class com.google.appengine.v1.Version.Builder
Instance class that is used to run this version.
clearInstances() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
clearInstances() - Method in class com.google.appengine.v1.ManualScaling.Builder
Number of instances to assign to the service at the start.
clearInstanceTag() - Method in class com.google.appengine.v1.Network.Builder
Tag to apply to the VM instance during creation.
clearLibraries() - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
clearLocationId() - Method in class com.google.appengine.v1.Application.Builder
Location from which this application will be run.
clearLogin() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Level of login required to access this resource.
clearLogin() - Method in class com.google.appengine.v1.UrlMap.Builder
Level of login required to access this resource.
clearManualScaling() - Method in class com.google.appengine.v1.Version.Builder
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
clearMaxConcurrentRequests() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.
clearMaxIdleInstances() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum number of idle instances that should be maintained for this version.
clearMaxInstances() - Method in class com.google.appengine.v1.BasicScaling.Builder
Maximum number of instances to create for this version.
clearMaxPendingLatency() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
clearMaxTotalInstances() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum number of instances that should be started to handle requests.
clearMemoryGb() - Method in class com.google.appengine.v1.Resources.Builder
Memory (GB) needed.
clearMemoryUsage() - Method in class com.google.appengine.v1.Instance.Builder
Total memory in use (bytes).
clearMethod() - Method in class com.google.appengine.v1.AuditData.Builder
 
clearMethod() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
API method that initiated this operation.
clearMigrateTraffic() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Set to `true` to gradually shift traffic from one version to another single version.
clearMimeType() - Method in class com.google.appengine.v1.ErrorHandler.Builder
MIME type of file.
clearMimeType() - Method in class com.google.appengine.v1.FileInfo.Builder
The MIME type of the file.
clearMimeType() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
MIME type used to serve all files served by this handler.
clearMinIdleInstances() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum number of idle instances that should be maintained for this version.
clearMinPendingLatency() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
clearMinTotalInstances() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum number of instances that should be maintained for this version.
clearName() - Method in class com.google.appengine.v1.Application.Builder
Full path to the Application resource in the API.
clearName() - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
Name of the resource requested.
clearName() - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
Name of the resource requested.
clearName() - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
Name of the resource requested.
clearName() - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
Name of the resource requested.
clearName() - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
Name of the Application resource to get.
clearName() - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
Name of the resource requested.
clearName() - Method in class com.google.appengine.v1.GetServiceRequest.Builder
Name of the resource requested.
clearName() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
Name of the resource requested.
clearName() - Method in class com.google.appengine.v1.Instance.Builder
Full path to the Instance resource in the API.
clearName() - Method in class com.google.appengine.v1.Library.Builder
Name of the library.
clearName() - Method in class com.google.appengine.v1.Network.Builder
Google Cloud Platform network where the virtual machines are created.
clearName() - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
Name of the application to repair.
clearName() - Method in class com.google.appengine.v1.Service.Builder
Full path to the Service resource in the API.
clearName() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Name of the resource to update.
clearName() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Name of the resource to update.
clearName() - Method in class com.google.appengine.v1.Version.Builder
Full path to the Version resource in the API.
clearNetwork() - Method in class com.google.appengine.v1.Version.Builder
Extra network settings.
clearNetworkUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by network usage.
clearNextPageToken() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
Continuation token for fetching the next page of results.
clearNextPageToken() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
Continuation token for fetching the next page of results.
clearNextPageToken() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
Continuation token for fetching the next page of results.
clearNobuildFilesRegex() - Method in class com.google.appengine.v1.Version.Builder
Files that match this pattern will not be built into this version.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.Application.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.AuditData.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.BasicScaling.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.Deployment.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.FileInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.HealthCheck.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.Instance.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.Library.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ManualScaling.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.Network.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.Resources.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.Service.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.UrlMap.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.Version.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.appengine.v1.ZipInfo.Builder
 
clearPageSize() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Maximum results to return per page.
clearPageSize() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Maximum results to return per page.
clearPageSize() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Maximum results to return per page.
clearPageToken() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Continuation token for fetching the next page of results.
clearPageToken() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Continuation token for fetching the next page of results.
clearPageToken() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Continuation token for fetching the next page of results.
clearParent() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Name of the parent resource to create this version under.
clearParent() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Name of the parent Version resource.
clearParent() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Name of the parent Application resource.
clearParent() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Name of the parent Service resource.
clearPath() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Path to the static files matched by the URL pattern, from the application root directory.
clearPath() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Pathname within the host.
clearQps() - Method in class com.google.appengine.v1.Instance.Builder
Average queries per second (QPS) over the last minute.
clearRedirectHttpResponseCode() - Method in class com.google.appengine.v1.UrlMap.Builder
`30x` code to use when performing redirects for the `secure` field.
clearRequest() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
Create version request.
clearRequest() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
Update service request.
clearRequests() - Method in class com.google.appengine.v1.Instance.Builder
Number of requests since this instance was started.
clearRequestUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by request utilization.
clearRequireMatchingFile() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Whether this handler should match the request if the file referenced by the handler does not exist.
clearResources() - Method in class com.google.appengine.v1.Version.Builder
Machine resources for this version.
clearRestartThreshold() - Method in class com.google.appengine.v1.HealthCheck.Builder
Number of consecutive failed health checks required before an instance is restarted.
clearRuntime() - Method in class com.google.appengine.v1.Version.Builder
Desired runtime.
clearScaling() - Method in class com.google.appengine.v1.Version.Builder
 
clearScript() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Path to the script from the application root directory.
clearScript() - Method in class com.google.appengine.v1.UrlMap.Builder
Executes a script to handle the request that matches this URL pattern.
clearScriptPath() - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
Path to the script from the application root directory.
clearScriptPath() - Method in class com.google.appengine.v1.ScriptHandler.Builder
Path to the script from the application root directory.
clearSecurityLevel() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Security (HTTPS) enforcement for this URL.
clearSecurityLevel() - Method in class com.google.appengine.v1.UrlMap.Builder
Security (HTTPS) enforcement for this URL.
clearService() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
A Service resource containing the updated service.
clearService() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Resource ID of a service in this application that should serve the matched request.
clearServices() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
clearServingStatus() - Method in class com.google.appengine.v1.Version.Builder
Current serving status of this version.
clearSha1Sum() - Method in class com.google.appengine.v1.FileInfo.Builder
The SHA1 hash of the file, in hex.
clearShardBy() - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mechanism used to determine which version a request is sent to.
clearSourceUrl() - Method in class com.google.appengine.v1.FileInfo.Builder
URL source to use to fetch this file.
clearSourceUrl() - Method in class com.google.appengine.v1.ZipInfo.Builder
URL of the zip file to deploy from.
clearSplit() - Method in class com.google.appengine.v1.Service.Builder
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
clearStandardEnvironmentAvailable() - Method in class com.google.appengine.v1.LocationMetadata.Builder
App Engine Standard Environment is available in the given location.
clearStartTime() - Method in class com.google.appengine.v1.Instance.Builder
Time that this instance was started.
clearStaticFile() - Method in class com.google.appengine.v1.ErrorHandler.Builder
Static file content to be served for this error.
clearStaticFiles() - Method in class com.google.appengine.v1.UrlMap.Builder
Returns the contents of a file, such as an image, as the response.
clearTarget() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Name of the resource that this operation is acting on.
clearTargetConcurrentRequests() - Method in class com.google.appengine.v1.RequestUtilization.Builder
Target number of concurrent requests.
clearTargetReadBytesPerSecond() - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target bytes read per second.
clearTargetReadOpsPerSecond() - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target ops read per seconds.
clearTargetReceivedBytesPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target bytes received per second.
clearTargetReceivedPacketsPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target packets received per second.
clearTargetRequestCountPerSecond() - Method in class com.google.appengine.v1.RequestUtilization.Builder
Target requests per second.
clearTargetSentBytesPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target bytes sent per second.
clearTargetSentPacketsPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target packets sent per second.
clearTargetUtilization() - Method in class com.google.appengine.v1.CpuUtilization.Builder
Target CPU utilization ratio to maintain when scaling.
clearTargetWriteBytesPerSecond() - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target bytes written per second.
clearTargetWriteOpsPerSecond() - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target ops written per second.
clearThreadsafe() - Method in class com.google.appengine.v1.Version.Builder
Whether multiple requests can be dispatched to this version at once.
clearTimeout() - Method in class com.google.appengine.v1.HealthCheck.Builder
Time before the health check is considered failed.
clearUnhealthyThreshold() - Method in class com.google.appengine.v1.HealthCheck.Builder
Number of consecutive failed health checks required before removing traffic.
clearUpdateMask() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Standard field mask for the set of fields to be updated.
clearUpdateMask() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Standard field mask for the set of fields to be updated.
clearUpdateService() - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about UpdateService call.
clearUploadPathRegex() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Regular expression that matches the file paths for all files that should be referenced by this handler.
clearUrl() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
URL to serve the endpoint at.
clearUrlRegex() - Method in class com.google.appengine.v1.UrlMap.Builder
URL prefix.
clearUser() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
User who requested this operation.
clearVersion() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Application deployment configuration.
clearVersion() - Method in class com.google.appengine.v1.Library.Builder
Version of the library to select, or "latest".
clearVersion() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
A Version containing the updated resource.
clearVersions() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
clearVersionUrl() - Method in class com.google.appengine.v1.Version.Builder
Serving URL for this version.
clearView() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
Controls the set of fields returned in the `Get` response.
clearView() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Controls the set of fields returned in the `List` response.
clearVm() - Method in class com.google.appengine.v1.Version.Builder
Whether to deploy this version in a container on a virtual machine.
clearVmDebugEnabled() - Method in class com.google.appengine.v1.Instance.Builder
Whether this instance is in debug mode.
clearVmId() - Method in class com.google.appengine.v1.Instance.Builder
Virtual machine ID of this instance.
clearVmName() - Method in class com.google.appengine.v1.Instance.Builder
Name of the virtual machine where this instance lives.
clearVmStatus() - Method in class com.google.appengine.v1.Instance.Builder
Status of the virtual machine where this instance lives.
clearVmZoneName() - Method in class com.google.appengine.v1.Instance.Builder
Zone where the virtual machine is located.
clearZip() - Method in class com.google.appengine.v1.Deployment.Builder
The zip file for this deployment, if this is a zip deployment.
clone() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
clone() - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
clone() - Method in class com.google.appengine.v1.Application.Builder
 
clone() - Method in class com.google.appengine.v1.AuditData.Builder
 
clone() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
clone() - Method in class com.google.appengine.v1.BasicScaling.Builder
 
clone() - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
clone() - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
clone() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
clone() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
clone() - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
clone() - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
clone() - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
clone() - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
clone() - Method in class com.google.appengine.v1.Deployment.Builder
 
clone() - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
clone() - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
clone() - Method in class com.google.appengine.v1.FileInfo.Builder
 
clone() - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
clone() - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
clone() - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
clone() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
clone() - Method in class com.google.appengine.v1.HealthCheck.Builder
 
clone() - Method in class com.google.appengine.v1.Instance.Builder
 
clone() - Method in class com.google.appengine.v1.Library.Builder
 
clone() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
clone() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
clone() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
clone() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
clone() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
clone() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
clone() - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
clone() - Method in class com.google.appengine.v1.ManualScaling.Builder
 
clone() - Method in class com.google.appengine.v1.Network.Builder
 
clone() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
clone() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
clone() - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
clone() - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
clone() - Method in class com.google.appengine.v1.Resources.Builder
 
clone() - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
clone() - Method in class com.google.appengine.v1.Service.Builder
 
clone() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
clone() - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
clone() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
clone() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
clone() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
clone() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
clone() - Method in class com.google.appengine.v1.UrlMap.Builder
 
clone() - Method in class com.google.appengine.v1.Version.Builder
 
clone() - Method in class com.google.appengine.v1.ZipInfo.Builder
 
CODE_BUCKET_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Application
 
com.google.appengine.v1 - package com.google.appengine.v1
 
CONTAINER_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Deployment
 
ContainerInfo - Class in com.google.appengine.v1
Docker image that is used to start a VM container for the version you deploy.
ContainerInfo.Builder - Class in com.google.appengine.v1
Docker image that is used to start a VM container for the version you deploy.
ContainerInfoOrBuilder - Interface in com.google.appengine.v1
 
containsAllocations(String) - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
containsAllocations(String) - Method in class com.google.appengine.v1.TrafficSplit
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
containsAllocations(String) - Method in interface com.google.appengine.v1.TrafficSplitOrBuilder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
containsBetaSettings(String) - Method in class com.google.appengine.v1.Version.Builder
Metadata settings that are supplied to this version to enable beta runtime features.
containsBetaSettings(String) - Method in class com.google.appengine.v1.Version
Metadata settings that are supplied to this version to enable beta runtime features.
containsBetaSettings(String) - Method in interface com.google.appengine.v1.VersionOrBuilder
Metadata settings that are supplied to this version to enable beta runtime features.
containsEnvVariables(String) - Method in class com.google.appengine.v1.Version.Builder
Environment variables available to the application.
containsEnvVariables(String) - Method in class com.google.appengine.v1.Version
Environment variables available to the application.
containsEnvVariables(String) - Method in interface com.google.appengine.v1.VersionOrBuilder
Environment variables available to the application.
containsFiles(String) - Method in class com.google.appengine.v1.Deployment.Builder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
containsFiles(String) - Method in class com.google.appengine.v1.Deployment
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
containsFiles(String) - Method in interface com.google.appengine.v1.DeploymentOrBuilder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
containsHttpHeaders(String) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
HTTP headers to use for all responses from these URLs.
containsHttpHeaders(String) - Method in class com.google.appengine.v1.StaticFilesHandler
HTTP headers to use for all responses from these URLs.
containsHttpHeaders(String) - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
HTTP headers to use for all responses from these URLs.
COOKIE_VALUE - Static variable in enum com.google.appengine.v1.TrafficSplit.ShardBy
Diversion based on a specially named cookie, "GOOGAPPUID." The cookie must be set by the application itself or no diversion will occur.
COOL_DOWN_PERIOD_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 
CPU_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Resources
 
CPU_UTILIZATION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 
CpuUtilization - Class in com.google.appengine.v1
Target scaling by CPU usage.
CpuUtilization.Builder - Class in com.google.appengine.v1
Target scaling by CPU usage.
CpuUtilizationOrBuilder - Interface in com.google.appengine.v1
 
CREATE_TIME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
CREATE_VERSION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AuditData
 
CREATED_BY_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
CreateVersionMethod - Class in com.google.appengine.v1
Detailed information about CreateVersion call.
CreateVersionMethod.Builder - Class in com.google.appengine.v1
Detailed information about CreateVersion call.
CreateVersionMethodOrBuilder - Interface in com.google.appengine.v1
 
CreateVersionRequest - Class in com.google.appengine.v1
Request message for `Versions.CreateVersion`.
CreateVersionRequest.Builder - Class in com.google.appengine.v1
Request message for `Versions.CreateVersion`.
CreateVersionRequestOrBuilder - Interface in com.google.appengine.v1
 

D

DebugInstanceRequest - Class in com.google.appengine.v1
Request message for `Instances.DebugInstance`.
DebugInstanceRequest.Builder - Class in com.google.appengine.v1
Request message for `Instances.DebugInstance`.
DebugInstanceRequestOrBuilder - Interface in com.google.appengine.v1
 
DEFAULT_BUCKET_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Application
 
DEFAULT_COOKIE_EXPIRATION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Application
 
DEFAULT_EXPIRATION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
DEFAULT_HOSTNAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Application
 
DeleteInstanceRequest - Class in com.google.appengine.v1
Request message for `Instances.DeleteInstance`.
DeleteInstanceRequest.Builder - Class in com.google.appengine.v1
Request message for `Instances.DeleteInstance`.
DeleteInstanceRequestOrBuilder - Interface in com.google.appengine.v1
 
DeleteServiceRequest - Class in com.google.appengine.v1
Request message for `Services.DeleteService`.
DeleteServiceRequest.Builder - Class in com.google.appengine.v1
Request message for `Services.DeleteService`.
DeleteServiceRequestOrBuilder - Interface in com.google.appengine.v1
 
DeleteVersionRequest - Class in com.google.appengine.v1
Request message for `Versions.DeleteVersion`.
DeleteVersionRequest.Builder - Class in com.google.appengine.v1
Request message for `Versions.DeleteVersion`.
DeleteVersionRequestOrBuilder - Interface in com.google.appengine.v1
 
Deployment - Class in com.google.appengine.v1
Code and application artifacts used to deploy a version to App Engine.
Deployment.Builder - Class in com.google.appengine.v1
Code and application artifacts used to deploy a version to App Engine.
DEPLOYMENT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
DeploymentOrBuilder - Interface in com.google.appengine.v1
 
DeployProto - Class in com.google.appengine.v1
 
DISABLE_HEALTH_CHECK_FIELD_NUMBER - Static variable in class com.google.appengine.v1.HealthCheck
 
DISK_GB_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Resources
 
DISK_USAGE_BYTES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
DISK_UTILIZATION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 
DiskUtilization - Class in com.google.appengine.v1
Target scaling by disk usage.
DiskUtilization.Builder - Class in com.google.appengine.v1
Target scaling by disk usage.
DiskUtilizationOrBuilder - Interface in com.google.appengine.v1
 
DISPATCH_RULES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Application
 
DOMAIN_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UrlDispatchRule
 
DYNAMIC_VALUE - Static variable in enum com.google.appengine.v1.Instance.Availability
DYNAMIC = 2;

E

END_TIME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.OperationMetadataV1
 
ENV_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
ENV_VARIABLES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
equals(Object) - Method in class com.google.appengine.v1.ApiConfigHandler
 
equals(Object) - Method in class com.google.appengine.v1.ApiEndpointHandler
 
equals(Object) - Method in class com.google.appengine.v1.Application
 
equals(Object) - Method in class com.google.appengine.v1.AuditData
 
equals(Object) - Method in class com.google.appengine.v1.AutomaticScaling
 
equals(Object) - Method in class com.google.appengine.v1.BasicScaling
 
equals(Object) - Method in class com.google.appengine.v1.ContainerInfo
 
equals(Object) - Method in class com.google.appengine.v1.CpuUtilization
 
equals(Object) - Method in class com.google.appengine.v1.CreateVersionMethod
 
equals(Object) - Method in class com.google.appengine.v1.CreateVersionRequest
 
equals(Object) - Method in class com.google.appengine.v1.DebugInstanceRequest
 
equals(Object) - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
equals(Object) - Method in class com.google.appengine.v1.DeleteServiceRequest
 
equals(Object) - Method in class com.google.appengine.v1.DeleteVersionRequest
 
equals(Object) - Method in class com.google.appengine.v1.Deployment
 
equals(Object) - Method in class com.google.appengine.v1.DiskUtilization
 
equals(Object) - Method in class com.google.appengine.v1.ErrorHandler
 
equals(Object) - Method in class com.google.appengine.v1.FileInfo
 
equals(Object) - Method in class com.google.appengine.v1.GetApplicationRequest
 
equals(Object) - Method in class com.google.appengine.v1.GetInstanceRequest
 
equals(Object) - Method in class com.google.appengine.v1.GetServiceRequest
 
equals(Object) - Method in class com.google.appengine.v1.GetVersionRequest
 
equals(Object) - Method in class com.google.appengine.v1.HealthCheck
 
equals(Object) - Method in class com.google.appengine.v1.Instance
 
equals(Object) - Method in class com.google.appengine.v1.Library
 
equals(Object) - Method in class com.google.appengine.v1.ListInstancesRequest
 
equals(Object) - Method in class com.google.appengine.v1.ListInstancesResponse
 
equals(Object) - Method in class com.google.appengine.v1.ListServicesRequest
 
equals(Object) - Method in class com.google.appengine.v1.ListServicesResponse
 
equals(Object) - Method in class com.google.appengine.v1.ListVersionsRequest
 
equals(Object) - Method in class com.google.appengine.v1.ListVersionsResponse
 
equals(Object) - Method in class com.google.appengine.v1.LocationMetadata
 
equals(Object) - Method in class com.google.appengine.v1.ManualScaling
 
equals(Object) - Method in class com.google.appengine.v1.Network
 
equals(Object) - Method in class com.google.appengine.v1.NetworkUtilization
 
equals(Object) - Method in class com.google.appengine.v1.OperationMetadataV1
 
equals(Object) - Method in class com.google.appengine.v1.RepairApplicationRequest
 
equals(Object) - Method in class com.google.appengine.v1.RequestUtilization
 
equals(Object) - Method in class com.google.appengine.v1.Resources
 
equals(Object) - Method in class com.google.appengine.v1.ScriptHandler
 
equals(Object) - Method in class com.google.appengine.v1.Service
 
equals(Object) - Method in class com.google.appengine.v1.StaticFilesHandler
 
equals(Object) - Method in class com.google.appengine.v1.TrafficSplit
 
equals(Object) - Method in class com.google.appengine.v1.UpdateServiceMethod
 
equals(Object) - Method in class com.google.appengine.v1.UpdateServiceRequest
 
equals(Object) - Method in class com.google.appengine.v1.UpdateVersionRequest
 
equals(Object) - Method in class com.google.appengine.v1.UrlDispatchRule
 
equals(Object) - Method in class com.google.appengine.v1.UrlMap
 
equals(Object) - Method in class com.google.appengine.v1.Version
 
equals(Object) - Method in class com.google.appengine.v1.ZipInfo
 
ERROR_CODE_DEFAULT - Static variable in enum com.google.appengine.v1.ErrorHandler.ErrorCode
All other error types.
ERROR_CODE_DEFAULT_VALUE - Static variable in enum com.google.appengine.v1.ErrorHandler.ErrorCode
All other error types.
ERROR_CODE_DOS_API_DENIAL_VALUE - Static variable in enum com.google.appengine.v1.ErrorHandler.ErrorCode
Client blocked by the application's Denial of Service protection configuration.
ERROR_CODE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ErrorHandler
 
ERROR_CODE_OVER_QUOTA_VALUE - Static variable in enum com.google.appengine.v1.ErrorHandler.ErrorCode
Application has exceeded a resource quota.
ERROR_CODE_TIMEOUT_VALUE - Static variable in enum com.google.appengine.v1.ErrorHandler.ErrorCode
Deadline reached before the application responds.
ERROR_CODE_UNSPECIFIED_VALUE - Static variable in enum com.google.appengine.v1.ErrorHandler.ErrorCode
Not specified.
ERROR_HANDLERS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
ErrorHandler - Class in com.google.appengine.v1
Custom static error page to be served when an error occurs.
ErrorHandler.Builder - Class in com.google.appengine.v1
Custom static error page to be served when an error occurs.
ErrorHandler.ErrorCode - Enum in com.google.appengine.v1
Error codes.
ErrorHandlerOrBuilder - Interface in com.google.appengine.v1
 
ERRORS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
EXPIRATION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.StaticFilesHandler
 

F

FileInfo - Class in com.google.appengine.v1
Single source file that is part of the version to be deployed.
FileInfo.Builder - Class in com.google.appengine.v1
Single source file that is part of the version to be deployed.
FileInfoOrBuilder - Interface in com.google.appengine.v1
 
FILES_COUNT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ZipInfo
 
FILES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Deployment
 
FLEXIBLE_ENVIRONMENT_AVAILABLE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.LocationMetadata
 
forNumber(int) - Static method in enum com.google.appengine.v1.AuditData.MethodCase
 
forNumber(int) - Static method in enum com.google.appengine.v1.AuthFailAction
 
forNumber(int) - Static method in enum com.google.appengine.v1.ErrorHandler.ErrorCode
 
forNumber(int) - Static method in enum com.google.appengine.v1.InboundServiceType
 
forNumber(int) - Static method in enum com.google.appengine.v1.Instance.Availability
 
forNumber(int) - Static method in enum com.google.appengine.v1.LoginRequirement
 
forNumber(int) - Static method in enum com.google.appengine.v1.SecurityLevel
 
forNumber(int) - Static method in enum com.google.appengine.v1.ServingStatus
 
forNumber(int) - Static method in enum com.google.appengine.v1.TrafficSplit.ShardBy
 
forNumber(int) - Static method in enum com.google.appengine.v1.UrlMap.HandlerTypeCase
 
forNumber(int) - Static method in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
 
forNumber(int) - Static method in enum com.google.appengine.v1.Version.ScalingCase
 
forNumber(int) - Static method in enum com.google.appengine.v1.VersionView
 
FORWARDED_PORTS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Network
 
FULL_VALUE - Static variable in enum com.google.appengine.v1.VersionView
The information from `BASIC`, plus detailed information about the deployment.

G

getAggregationWindowLength() - Method in class com.google.appengine.v1.CpuUtilization.Builder
Period of time over which CPU utilization is calculated.
getAggregationWindowLength() - Method in class com.google.appengine.v1.CpuUtilization
Period of time over which CPU utilization is calculated.
getAggregationWindowLength() - Method in interface com.google.appengine.v1.CpuUtilizationOrBuilder
Period of time over which CPU utilization is calculated.
getAggregationWindowLengthBuilder() - Method in class com.google.appengine.v1.CpuUtilization.Builder
Period of time over which CPU utilization is calculated.
getAggregationWindowLengthOrBuilder() - Method in class com.google.appengine.v1.CpuUtilization.Builder
Period of time over which CPU utilization is calculated.
getAggregationWindowLengthOrBuilder() - Method in class com.google.appengine.v1.CpuUtilization
Period of time over which CPU utilization is calculated.
getAggregationWindowLengthOrBuilder() - Method in interface com.google.appengine.v1.CpuUtilizationOrBuilder
Period of time over which CPU utilization is calculated.
getAllocations() - Method in class com.google.appengine.v1.TrafficSplit.Builder
Deprecated.
getAllocations() - Method in class com.google.appengine.v1.TrafficSplit
Deprecated.
getAllocations() - Method in interface com.google.appengine.v1.TrafficSplitOrBuilder
Deprecated.
getAllocationsCount() - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
getAllocationsCount() - Method in class com.google.appengine.v1.TrafficSplit
 
getAllocationsCount() - Method in interface com.google.appengine.v1.TrafficSplitOrBuilder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
getAllocationsMap() - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
getAllocationsMap() - Method in class com.google.appengine.v1.TrafficSplit
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
getAllocationsMap() - Method in interface com.google.appengine.v1.TrafficSplitOrBuilder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
getAllocationsOrDefault(String, double) - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
getAllocationsOrDefault(String, double) - Method in class com.google.appengine.v1.TrafficSplit
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
getAllocationsOrDefault(String, double) - Method in interface com.google.appengine.v1.TrafficSplitOrBuilder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
getAllocationsOrThrow(String) - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
getAllocationsOrThrow(String) - Method in class com.google.appengine.v1.TrafficSplit
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
getAllocationsOrThrow(String) - Method in interface com.google.appengine.v1.TrafficSplitOrBuilder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
getApiConfig() - Method in class com.google.appengine.v1.Version.Builder
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
getApiConfig() - Method in class com.google.appengine.v1.Version
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
getApiConfig() - Method in interface com.google.appengine.v1.VersionOrBuilder
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
getApiConfigBuilder() - Method in class com.google.appengine.v1.Version.Builder
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
getApiConfigOrBuilder() - Method in class com.google.appengine.v1.Version.Builder
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
getApiConfigOrBuilder() - Method in class com.google.appengine.v1.Version
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
getApiConfigOrBuilder() - Method in interface com.google.appengine.v1.VersionOrBuilder
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
getApiEndpoint() - Method in class com.google.appengine.v1.UrlMap.Builder
Uses API Endpoints to handle requests.
getApiEndpoint() - Method in class com.google.appengine.v1.UrlMap
Uses API Endpoints to handle requests.
getApiEndpoint() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Uses API Endpoints to handle requests.
getApiEndpointBuilder() - Method in class com.google.appengine.v1.UrlMap.Builder
Uses API Endpoints to handle requests.
getApiEndpointOrBuilder() - Method in class com.google.appengine.v1.UrlMap.Builder
Uses API Endpoints to handle requests.
getApiEndpointOrBuilder() - Method in class com.google.appengine.v1.UrlMap
Uses API Endpoints to handle requests.
getApiEndpointOrBuilder() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Uses API Endpoints to handle requests.
getAppEngineRelease() - Method in class com.google.appengine.v1.Instance.Builder
App Engine release this instance is running on.
getAppEngineRelease() - Method in class com.google.appengine.v1.Instance
App Engine release this instance is running on.
getAppEngineRelease() - Method in interface com.google.appengine.v1.InstanceOrBuilder
App Engine release this instance is running on.
getAppEngineReleaseBytes() - Method in class com.google.appengine.v1.Instance.Builder
App Engine release this instance is running on.
getAppEngineReleaseBytes() - Method in class com.google.appengine.v1.Instance
App Engine release this instance is running on.
getAppEngineReleaseBytes() - Method in interface com.google.appengine.v1.InstanceOrBuilder
App Engine release this instance is running on.
getApplicationReadable() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Whether files should also be uploaded as code data.
getApplicationReadable() - Method in class com.google.appengine.v1.StaticFilesHandler
Whether files should also be uploaded as code data.
getApplicationReadable() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
Whether files should also be uploaded as code data.
GetApplicationRequest - Class in com.google.appengine.v1
Request message for `Applications.GetApplication`.
GetApplicationRequest.Builder - Class in com.google.appengine.v1
Request message for `Applications.GetApplication`.
GetApplicationRequestOrBuilder - Interface in com.google.appengine.v1
 
getAuthDomain() - Method in class com.google.appengine.v1.Application.Builder
Google Apps authentication domain that controls which users can access this application.
getAuthDomain() - Method in class com.google.appengine.v1.Application
Google Apps authentication domain that controls which users can access this application.
getAuthDomain() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Google Apps authentication domain that controls which users can access this application.
getAuthDomainBytes() - Method in class com.google.appengine.v1.Application.Builder
Google Apps authentication domain that controls which users can access this application.
getAuthDomainBytes() - Method in class com.google.appengine.v1.Application
Google Apps authentication domain that controls which users can access this application.
getAuthDomainBytes() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Google Apps authentication domain that controls which users can access this application.
getAuthFailAction() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Action to take when users access resources that require authentication.
getAuthFailAction() - Method in class com.google.appengine.v1.ApiConfigHandler
Action to take when users access resources that require authentication.
getAuthFailAction() - Method in interface com.google.appengine.v1.ApiConfigHandlerOrBuilder
Action to take when users access resources that require authentication.
getAuthFailAction() - Method in class com.google.appengine.v1.UrlMap.Builder
Action to take when users access resources that require authentication.
getAuthFailAction() - Method in class com.google.appengine.v1.UrlMap
Action to take when users access resources that require authentication.
getAuthFailAction() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Action to take when users access resources that require authentication.
getAuthFailActionValue() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Action to take when users access resources that require authentication.
getAuthFailActionValue() - Method in class com.google.appengine.v1.ApiConfigHandler
Action to take when users access resources that require authentication.
getAuthFailActionValue() - Method in interface com.google.appengine.v1.ApiConfigHandlerOrBuilder
Action to take when users access resources that require authentication.
getAuthFailActionValue() - Method in class com.google.appengine.v1.UrlMap.Builder
Action to take when users access resources that require authentication.
getAuthFailActionValue() - Method in class com.google.appengine.v1.UrlMap
Action to take when users access resources that require authentication.
getAuthFailActionValue() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Action to take when users access resources that require authentication.
getAutomaticScaling() - Method in class com.google.appengine.v1.Version.Builder
Automatic scaling is based on request rate, response latencies, and other application metrics.
getAutomaticScaling() - Method in class com.google.appengine.v1.Version
Automatic scaling is based on request rate, response latencies, and other application metrics.
getAutomaticScaling() - Method in interface com.google.appengine.v1.VersionOrBuilder
Automatic scaling is based on request rate, response latencies, and other application metrics.
getAutomaticScalingBuilder() - Method in class com.google.appengine.v1.Version.Builder
Automatic scaling is based on request rate, response latencies, and other application metrics.
getAutomaticScalingOrBuilder() - Method in class com.google.appengine.v1.Version.Builder
Automatic scaling is based on request rate, response latencies, and other application metrics.
getAutomaticScalingOrBuilder() - Method in class com.google.appengine.v1.Version
Automatic scaling is based on request rate, response latencies, and other application metrics.
getAutomaticScalingOrBuilder() - Method in interface com.google.appengine.v1.VersionOrBuilder
Automatic scaling is based on request rate, response latencies, and other application metrics.
getAvailability() - Method in class com.google.appengine.v1.Instance.Builder
Availability of the instance.
getAvailability() - Method in class com.google.appengine.v1.Instance
Availability of the instance.
getAvailability() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Availability of the instance.
getAvailabilityValue() - Method in class com.google.appengine.v1.Instance.Builder
Availability of the instance.
getAvailabilityValue() - Method in class com.google.appengine.v1.Instance
Availability of the instance.
getAvailabilityValue() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Availability of the instance.
getAverageLatency() - Method in class com.google.appengine.v1.Instance.Builder
Average latency (ms) over the last minute.
getAverageLatency() - Method in class com.google.appengine.v1.Instance
Average latency (ms) over the last minute.
getAverageLatency() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Average latency (ms) over the last minute.
getBasicScaling() - Method in class com.google.appengine.v1.Version.Builder
A service with basic scaling will create an instance when the application receives a request.
getBasicScaling() - Method in class com.google.appengine.v1.Version
A service with basic scaling will create an instance when the application receives a request.
getBasicScaling() - Method in interface com.google.appengine.v1.VersionOrBuilder
A service with basic scaling will create an instance when the application receives a request.
getBasicScalingBuilder() - Method in class com.google.appengine.v1.Version.Builder
A service with basic scaling will create an instance when the application receives a request.
getBasicScalingOrBuilder() - Method in class com.google.appengine.v1.Version.Builder
A service with basic scaling will create an instance when the application receives a request.
getBasicScalingOrBuilder() - Method in class com.google.appengine.v1.Version
A service with basic scaling will create an instance when the application receives a request.
getBasicScalingOrBuilder() - Method in interface com.google.appengine.v1.VersionOrBuilder
A service with basic scaling will create an instance when the application receives a request.
getBetaSettings() - Method in class com.google.appengine.v1.Version.Builder
Deprecated.
getBetaSettings() - Method in class com.google.appengine.v1.Version
Deprecated.
getBetaSettings() - Method in interface com.google.appengine.v1.VersionOrBuilder
Deprecated.
getBetaSettingsCount() - Method in class com.google.appengine.v1.Version.Builder
 
getBetaSettingsCount() - Method in class com.google.appengine.v1.Version
 
getBetaSettingsCount() - Method in interface com.google.appengine.v1.VersionOrBuilder
Metadata settings that are supplied to this version to enable beta runtime features.
getBetaSettingsMap() - Method in class com.google.appengine.v1.Version.Builder
Metadata settings that are supplied to this version to enable beta runtime features.
getBetaSettingsMap() - Method in class com.google.appengine.v1.Version
Metadata settings that are supplied to this version to enable beta runtime features.
getBetaSettingsMap() - Method in interface com.google.appengine.v1.VersionOrBuilder
Metadata settings that are supplied to this version to enable beta runtime features.
getBetaSettingsOrDefault(String, String) - Method in class com.google.appengine.v1.Version.Builder
Metadata settings that are supplied to this version to enable beta runtime features.
getBetaSettingsOrDefault(String, String) - Method in class com.google.appengine.v1.Version
Metadata settings that are supplied to this version to enable beta runtime features.
getBetaSettingsOrDefault(String, String) - Method in interface com.google.appengine.v1.VersionOrBuilder
Metadata settings that are supplied to this version to enable beta runtime features.
getBetaSettingsOrThrow(String) - Method in class com.google.appengine.v1.Version.Builder
Metadata settings that are supplied to this version to enable beta runtime features.
getBetaSettingsOrThrow(String) - Method in class com.google.appengine.v1.Version
Metadata settings that are supplied to this version to enable beta runtime features.
getBetaSettingsOrThrow(String) - Method in interface com.google.appengine.v1.VersionOrBuilder
Metadata settings that are supplied to this version to enable beta runtime features.
getCheckInterval() - Method in class com.google.appengine.v1.HealthCheck.Builder
Interval between health checks.
getCheckInterval() - Method in class com.google.appengine.v1.HealthCheck
Interval between health checks.
getCheckInterval() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Interval between health checks.
getCheckIntervalBuilder() - Method in class com.google.appengine.v1.HealthCheck.Builder
Interval between health checks.
getCheckIntervalOrBuilder() - Method in class com.google.appengine.v1.HealthCheck.Builder
Interval between health checks.
getCheckIntervalOrBuilder() - Method in class com.google.appengine.v1.HealthCheck
Interval between health checks.
getCheckIntervalOrBuilder() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Interval between health checks.
getCodeBucket() - Method in class com.google.appengine.v1.Application.Builder
Google Cloud Storage bucket that can be used for storing files associated with this application.
getCodeBucket() - Method in class com.google.appengine.v1.Application
Google Cloud Storage bucket that can be used for storing files associated with this application.
getCodeBucket() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Google Cloud Storage bucket that can be used for storing files associated with this application.
getCodeBucketBytes() - Method in class com.google.appengine.v1.Application.Builder
Google Cloud Storage bucket that can be used for storing files associated with this application.
getCodeBucketBytes() - Method in class com.google.appengine.v1.Application
Google Cloud Storage bucket that can be used for storing files associated with this application.
getCodeBucketBytes() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Google Cloud Storage bucket that can be used for storing files associated with this application.
getContainer() - Method in class com.google.appengine.v1.Deployment.Builder
A Docker image that App Engine uses to run the version.
getContainer() - Method in class com.google.appengine.v1.Deployment
A Docker image that App Engine uses to run the version.
getContainer() - Method in interface com.google.appengine.v1.DeploymentOrBuilder
A Docker image that App Engine uses to run the version.
getContainerBuilder() - Method in class com.google.appengine.v1.Deployment.Builder
A Docker image that App Engine uses to run the version.
getContainerOrBuilder() - Method in class com.google.appengine.v1.Deployment.Builder
A Docker image that App Engine uses to run the version.
getContainerOrBuilder() - Method in class com.google.appengine.v1.Deployment
A Docker image that App Engine uses to run the version.
getContainerOrBuilder() - Method in interface com.google.appengine.v1.DeploymentOrBuilder
A Docker image that App Engine uses to run the version.
getCoolDownPeriod() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
getCoolDownPeriod() - Method in class com.google.appengine.v1.AutomaticScaling
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
getCoolDownPeriod() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
getCoolDownPeriodBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
getCoolDownPeriodOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
getCoolDownPeriodOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
getCoolDownPeriodOrBuilder() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
getCpu() - Method in class com.google.appengine.v1.Resources.Builder
Number of CPU cores needed.
getCpu() - Method in class com.google.appengine.v1.Resources
Number of CPU cores needed.
getCpu() - Method in interface com.google.appengine.v1.ResourcesOrBuilder
Number of CPU cores needed.
getCpuUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by CPU usage.
getCpuUtilization() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by CPU usage.
getCpuUtilization() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by CPU usage.
getCpuUtilizationBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by CPU usage.
getCpuUtilizationOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by CPU usage.
getCpuUtilizationOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by CPU usage.
getCpuUtilizationOrBuilder() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by CPU usage.
getCreatedBy() - Method in class com.google.appengine.v1.Version.Builder
Email address of the user who created this version.
getCreatedBy() - Method in class com.google.appengine.v1.Version
Email address of the user who created this version.
getCreatedBy() - Method in interface com.google.appengine.v1.VersionOrBuilder
Email address of the user who created this version.
getCreatedByBytes() - Method in class com.google.appengine.v1.Version.Builder
Email address of the user who created this version.
getCreatedByBytes() - Method in class com.google.appengine.v1.Version
Email address of the user who created this version.
getCreatedByBytes() - Method in interface com.google.appengine.v1.VersionOrBuilder
Email address of the user who created this version.
getCreateTime() - Method in class com.google.appengine.v1.Version.Builder
Time that this version was created.
getCreateTime() - Method in class com.google.appengine.v1.Version
Time that this version was created.
getCreateTime() - Method in interface com.google.appengine.v1.VersionOrBuilder
Time that this version was created.
getCreateTimeBuilder() - Method in class com.google.appengine.v1.Version.Builder
Time that this version was created.
getCreateTimeOrBuilder() - Method in class com.google.appengine.v1.Version.Builder
Time that this version was created.
getCreateTimeOrBuilder() - Method in class com.google.appengine.v1.Version
Time that this version was created.
getCreateTimeOrBuilder() - Method in interface com.google.appengine.v1.VersionOrBuilder
Time that this version was created.
getCreateVersion() - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about CreateVersion call.
getCreateVersion() - Method in class com.google.appengine.v1.AuditData
Detailed information about CreateVersion call.
getCreateVersion() - Method in interface com.google.appengine.v1.AuditDataOrBuilder
Detailed information about CreateVersion call.
getCreateVersionBuilder() - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about CreateVersion call.
getCreateVersionOrBuilder() - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about CreateVersion call.
getCreateVersionOrBuilder() - Method in class com.google.appengine.v1.AuditData
Detailed information about CreateVersion call.
getCreateVersionOrBuilder() - Method in interface com.google.appengine.v1.AuditDataOrBuilder
Detailed information about CreateVersion call.
getDefaultBucket() - Method in class com.google.appengine.v1.Application.Builder
Google Cloud Storage bucket that can be used by this application to store content.
getDefaultBucket() - Method in class com.google.appengine.v1.Application
Google Cloud Storage bucket that can be used by this application to store content.
getDefaultBucket() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Google Cloud Storage bucket that can be used by this application to store content.
getDefaultBucketBytes() - Method in class com.google.appengine.v1.Application.Builder
Google Cloud Storage bucket that can be used by this application to store content.
getDefaultBucketBytes() - Method in class com.google.appengine.v1.Application
Google Cloud Storage bucket that can be used by this application to store content.
getDefaultBucketBytes() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Google Cloud Storage bucket that can be used by this application to store content.
getDefaultCookieExpiration() - Method in class com.google.appengine.v1.Application.Builder
Cookie expiration policy for this application.
getDefaultCookieExpiration() - Method in class com.google.appengine.v1.Application
Cookie expiration policy for this application.
getDefaultCookieExpiration() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Cookie expiration policy for this application.
getDefaultCookieExpirationBuilder() - Method in class com.google.appengine.v1.Application.Builder
Cookie expiration policy for this application.
getDefaultCookieExpirationOrBuilder() - Method in class com.google.appengine.v1.Application.Builder
Cookie expiration policy for this application.
getDefaultCookieExpirationOrBuilder() - Method in class com.google.appengine.v1.Application
Cookie expiration policy for this application.
getDefaultCookieExpirationOrBuilder() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Cookie expiration policy for this application.
getDefaultExpiration() - Method in class com.google.appengine.v1.Version.Builder
Duration that static files should be cached by web proxies and browsers.
getDefaultExpiration() - Method in class com.google.appengine.v1.Version
Duration that static files should be cached by web proxies and browsers.
getDefaultExpiration() - Method in interface com.google.appengine.v1.VersionOrBuilder
Duration that static files should be cached by web proxies and browsers.
getDefaultExpirationBuilder() - Method in class com.google.appengine.v1.Version.Builder
Duration that static files should be cached by web proxies and browsers.
getDefaultExpirationOrBuilder() - Method in class com.google.appengine.v1.Version.Builder
Duration that static files should be cached by web proxies and browsers.
getDefaultExpirationOrBuilder() - Method in class com.google.appengine.v1.Version
Duration that static files should be cached by web proxies and browsers.
getDefaultExpirationOrBuilder() - Method in interface com.google.appengine.v1.VersionOrBuilder
Duration that static files should be cached by web proxies and browsers.
getDefaultHostname() - Method in class com.google.appengine.v1.Application.Builder
Hostname used to reach this application, as resolved by App Engine.
getDefaultHostname() - Method in class com.google.appengine.v1.Application
Hostname used to reach this application, as resolved by App Engine.
getDefaultHostname() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Hostname used to reach this application, as resolved by App Engine.
getDefaultHostnameBytes() - Method in class com.google.appengine.v1.Application.Builder
Hostname used to reach this application, as resolved by App Engine.
getDefaultHostnameBytes() - Method in class com.google.appengine.v1.Application
Hostname used to reach this application, as resolved by App Engine.
getDefaultHostnameBytes() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Hostname used to reach this application, as resolved by App Engine.
getDefaultInstance() - Static method in class com.google.appengine.v1.ApiConfigHandler
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
getDefaultInstance() - Static method in class com.google.appengine.v1.Application
 
getDefaultInstance() - Static method in class com.google.appengine.v1.AuditData
 
getDefaultInstance() - Static method in class com.google.appengine.v1.AutomaticScaling
 
getDefaultInstance() - Static method in class com.google.appengine.v1.BasicScaling
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ContainerInfo
 
getDefaultInstance() - Static method in class com.google.appengine.v1.CpuUtilization
 
getDefaultInstance() - Static method in class com.google.appengine.v1.CreateVersionMethod
 
getDefaultInstance() - Static method in class com.google.appengine.v1.CreateVersionRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.Deployment
 
getDefaultInstance() - Static method in class com.google.appengine.v1.DiskUtilization
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ErrorHandler
 
getDefaultInstance() - Static method in class com.google.appengine.v1.FileInfo
 
getDefaultInstance() - Static method in class com.google.appengine.v1.GetApplicationRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.GetInstanceRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.GetServiceRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.GetVersionRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.HealthCheck
 
getDefaultInstance() - Static method in class com.google.appengine.v1.Instance
 
getDefaultInstance() - Static method in class com.google.appengine.v1.Library
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ListInstancesRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ListInstancesResponse
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ListServicesRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ListServicesResponse
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ListVersionsRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ListVersionsResponse
 
getDefaultInstance() - Static method in class com.google.appengine.v1.LocationMetadata
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ManualScaling
 
getDefaultInstance() - Static method in class com.google.appengine.v1.Network
 
getDefaultInstance() - Static method in class com.google.appengine.v1.NetworkUtilization
 
getDefaultInstance() - Static method in class com.google.appengine.v1.OperationMetadataV1
 
getDefaultInstance() - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.RequestUtilization
 
getDefaultInstance() - Static method in class com.google.appengine.v1.Resources
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ScriptHandler
 
getDefaultInstance() - Static method in class com.google.appengine.v1.Service
 
getDefaultInstance() - Static method in class com.google.appengine.v1.StaticFilesHandler
 
getDefaultInstance() - Static method in class com.google.appengine.v1.TrafficSplit
 
getDefaultInstance() - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
getDefaultInstance() - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
getDefaultInstance() - Static method in class com.google.appengine.v1.UrlDispatchRule
 
getDefaultInstance() - Static method in class com.google.appengine.v1.UrlMap
 
getDefaultInstance() - Static method in class com.google.appengine.v1.Version
 
getDefaultInstance() - Static method in class com.google.appengine.v1.ZipInfo
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ApiConfigHandler
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ApiEndpointHandler
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Application.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Application
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.AuditData.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.AuditData
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.AutomaticScaling
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.BasicScaling.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.BasicScaling
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ContainerInfo
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.CpuUtilization
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.CreateVersionMethod
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.CreateVersionRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.DebugInstanceRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.DeleteServiceRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.DeleteVersionRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Deployment.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Deployment
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.DiskUtilization
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ErrorHandler
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.FileInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.FileInfo
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.GetApplicationRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.GetInstanceRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.GetServiceRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.GetVersionRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.HealthCheck.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.HealthCheck
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Instance.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Instance
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Library.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Library
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListInstancesRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListInstancesResponse
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListServicesRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListServicesResponse
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListVersionsRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ListVersionsResponse
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.LocationMetadata
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ManualScaling.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ManualScaling
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Network.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Network
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.NetworkUtilization
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.OperationMetadataV1
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.RepairApplicationRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.RequestUtilization
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Resources.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Resources
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ScriptHandler
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Service.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Service
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.StaticFilesHandler
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.TrafficSplit
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.UpdateServiceMethod
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.UpdateServiceRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.UpdateVersionRequest
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.UrlDispatchRule
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.UrlMap.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.UrlMap
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Version.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.Version
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ZipInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.appengine.v1.ZipInfo
 
getDeployment() - Method in class com.google.appengine.v1.Version.Builder
Code and application artifacts that make up this version.
getDeployment() - Method in class com.google.appengine.v1.Version
Code and application artifacts that make up this version.
getDeployment() - Method in interface com.google.appengine.v1.VersionOrBuilder
Code and application artifacts that make up this version.
getDeploymentBuilder() - Method in class com.google.appengine.v1.Version.Builder
Code and application artifacts that make up this version.
getDeploymentOrBuilder() - Method in class com.google.appengine.v1.Version.Builder
Code and application artifacts that make up this version.
getDeploymentOrBuilder() - Method in class com.google.appengine.v1.Version
Code and application artifacts that make up this version.
getDeploymentOrBuilder() - Method in interface com.google.appengine.v1.VersionOrBuilder
Code and application artifacts that make up this version.
getDescriptor() - Static method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ApiConfigHandler
 
getDescriptor() - Static method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
getDescriptor() - Static method in class com.google.appengine.v1.AppengineProto
 
getDescriptor() - Static method in class com.google.appengine.v1.Application.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.Application
 
getDescriptor() - Static method in class com.google.appengine.v1.ApplicationProto
 
getDescriptor() - Static method in class com.google.appengine.v1.AppYamlProto
 
getDescriptor() - Static method in class com.google.appengine.v1.AuditData.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.AuditData
 
getDescriptor() - Static method in class com.google.appengine.v1.AuditDataProto
 
getDescriptor() - Static method in enum com.google.appengine.v1.AuthFailAction
 
getDescriptor() - Static method in class com.google.appengine.v1.AutomaticScaling.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.AutomaticScaling
 
getDescriptor() - Static method in class com.google.appengine.v1.BasicScaling.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.BasicScaling
 
getDescriptor() - Static method in class com.google.appengine.v1.ContainerInfo.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ContainerInfo
 
getDescriptor() - Static method in class com.google.appengine.v1.CpuUtilization.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.CpuUtilization
 
getDescriptor() - Static method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.CreateVersionMethod
 
getDescriptor() - Static method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.CreateVersionRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.Deployment.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.Deployment
 
getDescriptor() - Static method in class com.google.appengine.v1.DeployProto
 
getDescriptor() - Static method in class com.google.appengine.v1.DiskUtilization.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.DiskUtilization
 
getDescriptor() - Static method in class com.google.appengine.v1.ErrorHandler.Builder
 
getDescriptor() - Static method in enum com.google.appengine.v1.ErrorHandler.ErrorCode
 
getDescriptor() - Static method in class com.google.appengine.v1.ErrorHandler
 
getDescriptor() - Static method in class com.google.appengine.v1.FileInfo.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.FileInfo
 
getDescriptor() - Static method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.GetApplicationRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.GetInstanceRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.GetServiceRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.GetServiceRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.GetVersionRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.GetVersionRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.HealthCheck.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.HealthCheck
 
getDescriptor() - Static method in enum com.google.appengine.v1.InboundServiceType
 
getDescriptor() - Static method in enum com.google.appengine.v1.Instance.Availability
 
getDescriptor() - Static method in class com.google.appengine.v1.Instance.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.Instance
 
getDescriptor() - Static method in class com.google.appengine.v1.InstanceProto
 
getDescriptor() - Static method in class com.google.appengine.v1.Library.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.Library
 
getDescriptor() - Static method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ListInstancesRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ListInstancesResponse
 
getDescriptor() - Static method in class com.google.appengine.v1.ListServicesRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ListServicesRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.ListServicesResponse.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ListServicesResponse
 
getDescriptor() - Static method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ListVersionsRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ListVersionsResponse
 
getDescriptor() - Static method in class com.google.appengine.v1.LocationMetadata.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.LocationMetadata
 
getDescriptor() - Static method in class com.google.appengine.v1.LocationProto
 
getDescriptor() - Static method in enum com.google.appengine.v1.LoginRequirement
 
getDescriptor() - Static method in class com.google.appengine.v1.ManualScaling.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ManualScaling
 
getDescriptor() - Static method in class com.google.appengine.v1.Network.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.Network
 
getDescriptor() - Static method in class com.google.appengine.v1.NetworkUtilization.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.NetworkUtilization
 
getDescriptor() - Static method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.OperationMetadataV1
 
getDescriptor() - Static method in class com.google.appengine.v1.OperationProto
 
getDescriptor() - Static method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.RequestUtilization.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.RequestUtilization
 
getDescriptor() - Static method in class com.google.appengine.v1.Resources.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.Resources
 
getDescriptor() - Static method in class com.google.appengine.v1.ScriptHandler.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ScriptHandler
 
getDescriptor() - Static method in enum com.google.appengine.v1.SecurityLevel
 
getDescriptor() - Static method in class com.google.appengine.v1.Service.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.Service
 
getDescriptor() - Static method in class com.google.appengine.v1.ServiceProto
 
getDescriptor() - Static method in enum com.google.appengine.v1.ServingStatus
 
getDescriptor() - Static method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.StaticFilesHandler
 
getDescriptor() - Static method in class com.google.appengine.v1.TrafficSplit.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.TrafficSplit
 
getDescriptor() - Static method in enum com.google.appengine.v1.TrafficSplit.ShardBy
 
getDescriptor() - Static method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
getDescriptor() - Static method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
getDescriptor() - Static method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.UrlDispatchRule
 
getDescriptor() - Static method in class com.google.appengine.v1.UrlMap.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.UrlMap
 
getDescriptor() - Static method in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
 
getDescriptor() - Static method in class com.google.appengine.v1.Version.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.Version
 
getDescriptor() - Static method in class com.google.appengine.v1.VersionProto
 
getDescriptor() - Static method in enum com.google.appengine.v1.VersionView
 
getDescriptor() - Static method in class com.google.appengine.v1.ZipInfo.Builder
 
getDescriptor() - Static method in class com.google.appengine.v1.ZipInfo
 
getDescriptorForType() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.Application.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.AuditData.Builder
 
getDescriptorForType() - Method in enum com.google.appengine.v1.AuthFailAction
 
getDescriptorForType() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.BasicScaling.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.Deployment.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
getDescriptorForType() - Method in enum com.google.appengine.v1.ErrorHandler.ErrorCode
 
getDescriptorForType() - Method in class com.google.appengine.v1.FileInfo.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.HealthCheck.Builder
 
getDescriptorForType() - Method in enum com.google.appengine.v1.InboundServiceType
 
getDescriptorForType() - Method in enum com.google.appengine.v1.Instance.Availability
 
getDescriptorForType() - Method in class com.google.appengine.v1.Instance.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.Library.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
getDescriptorForType() - Method in enum com.google.appengine.v1.LoginRequirement
 
getDescriptorForType() - Method in class com.google.appengine.v1.ManualScaling.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.Network.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.Resources.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
getDescriptorForType() - Method in enum com.google.appengine.v1.SecurityLevel
 
getDescriptorForType() - Method in class com.google.appengine.v1.Service.Builder
 
getDescriptorForType() - Method in enum com.google.appengine.v1.ServingStatus
 
getDescriptorForType() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
getDescriptorForType() - Method in enum com.google.appengine.v1.TrafficSplit.ShardBy
 
getDescriptorForType() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
getDescriptorForType() - Method in class com.google.appengine.v1.UrlMap.Builder
 
getDescriptorForType() - Method in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
 
getDescriptorForType() - Method in class com.google.appengine.v1.Version.Builder
 
getDescriptorForType() - Method in enum com.google.appengine.v1.VersionView
 
getDescriptorForType() - Method in class com.google.appengine.v1.ZipInfo.Builder
 
getDisableHealthCheck() - Method in class com.google.appengine.v1.HealthCheck.Builder
Whether to explicitly disable health checks for this instance.
getDisableHealthCheck() - Method in class com.google.appengine.v1.HealthCheck
Whether to explicitly disable health checks for this instance.
getDisableHealthCheck() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Whether to explicitly disable health checks for this instance.
getDiskGb() - Method in class com.google.appengine.v1.Resources.Builder
Disk size (GB) needed.
getDiskGb() - Method in class com.google.appengine.v1.Resources
Disk size (GB) needed.
getDiskGb() - Method in interface com.google.appengine.v1.ResourcesOrBuilder
Disk size (GB) needed.
getDiskUsageBytes() - Method in class com.google.appengine.v1.Version.Builder
Total size in bytes of all the files that are included in this version and curerntly hosted on the App Engine disk.
getDiskUsageBytes() - Method in class com.google.appengine.v1.Version
Total size in bytes of all the files that are included in this version and curerntly hosted on the App Engine disk.
getDiskUsageBytes() - Method in interface com.google.appengine.v1.VersionOrBuilder
Total size in bytes of all the files that are included in this version and curerntly hosted on the App Engine disk.
getDiskUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by disk usage.
getDiskUtilization() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by disk usage.
getDiskUtilization() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by disk usage.
getDiskUtilizationBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by disk usage.
getDiskUtilizationOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by disk usage.
getDiskUtilizationOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by disk usage.
getDiskUtilizationOrBuilder() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by disk usage.
getDispatchRules(int) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRules(int) - Method in class com.google.appengine.v1.Application
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRules(int) - Method in interface com.google.appengine.v1.ApplicationOrBuilder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesBuilder(int) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesBuilderList() - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesCount() - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesCount() - Method in class com.google.appengine.v1.Application
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesCount() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesList() - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesList() - Method in class com.google.appengine.v1.Application
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesList() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesOrBuilder(int) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesOrBuilder(int) - Method in class com.google.appengine.v1.Application
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesOrBuilder(int) - Method in interface com.google.appengine.v1.ApplicationOrBuilder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesOrBuilderList() - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesOrBuilderList() - Method in class com.google.appengine.v1.Application
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDispatchRulesOrBuilderList() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
getDomain() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Domain name to match against.
getDomain() - Method in class com.google.appengine.v1.UrlDispatchRule
Domain name to match against.
getDomain() - Method in interface com.google.appengine.v1.UrlDispatchRuleOrBuilder
Domain name to match against.
getDomainBytes() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Domain name to match against.
getDomainBytes() - Method in class com.google.appengine.v1.UrlDispatchRule
Domain name to match against.
getDomainBytes() - Method in interface com.google.appengine.v1.UrlDispatchRuleOrBuilder
Domain name to match against.
getEndTime() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation completed.
getEndTime() - Method in class com.google.appengine.v1.OperationMetadataV1
Time that this operation completed.
getEndTime() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
Time that this operation completed.
getEndTimeBuilder() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation completed.
getEndTimeOrBuilder() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation completed.
getEndTimeOrBuilder() - Method in class com.google.appengine.v1.OperationMetadataV1
Time that this operation completed.
getEndTimeOrBuilder() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
Time that this operation completed.
getEnv() - Method in class com.google.appengine.v1.Version.Builder
App Engine execution environment for this version.
getEnv() - Method in class com.google.appengine.v1.Version
App Engine execution environment for this version.
getEnv() - Method in interface com.google.appengine.v1.VersionOrBuilder
App Engine execution environment for this version.
getEnvBytes() - Method in class com.google.appengine.v1.Version.Builder
App Engine execution environment for this version.
getEnvBytes() - Method in class com.google.appengine.v1.Version
App Engine execution environment for this version.
getEnvBytes() - Method in interface com.google.appengine.v1.VersionOrBuilder
App Engine execution environment for this version.
getEnvVariables() - Method in class com.google.appengine.v1.Version.Builder
Deprecated.
getEnvVariables() - Method in class com.google.appengine.v1.Version
Deprecated.
getEnvVariables() - Method in interface com.google.appengine.v1.VersionOrBuilder
Deprecated.
getEnvVariablesCount() - Method in class com.google.appengine.v1.Version.Builder
 
getEnvVariablesCount() - Method in class com.google.appengine.v1.Version
 
getEnvVariablesCount() - Method in interface com.google.appengine.v1.VersionOrBuilder
Environment variables available to the application.
getEnvVariablesMap() - Method in class com.google.appengine.v1.Version.Builder
Environment variables available to the application.
getEnvVariablesMap() - Method in class com.google.appengine.v1.Version
Environment variables available to the application.
getEnvVariablesMap() - Method in interface com.google.appengine.v1.VersionOrBuilder
Environment variables available to the application.
getEnvVariablesOrDefault(String, String) - Method in class com.google.appengine.v1.Version.Builder
Environment variables available to the application.
getEnvVariablesOrDefault(String, String) - Method in class com.google.appengine.v1.Version
Environment variables available to the application.
getEnvVariablesOrDefault(String, String) - Method in interface com.google.appengine.v1.VersionOrBuilder
Environment variables available to the application.
getEnvVariablesOrThrow(String) - Method in class com.google.appengine.v1.Version.Builder
Environment variables available to the application.
getEnvVariablesOrThrow(String) - Method in class com.google.appengine.v1.Version
Environment variables available to the application.
getEnvVariablesOrThrow(String) - Method in interface com.google.appengine.v1.VersionOrBuilder
Environment variables available to the application.
getErrorCode() - Method in class com.google.appengine.v1.ErrorHandler.Builder
Error condition this handler applies to.
getErrorCode() - Method in class com.google.appengine.v1.ErrorHandler
Error condition this handler applies to.
getErrorCode() - Method in interface com.google.appengine.v1.ErrorHandlerOrBuilder
Error condition this handler applies to.
getErrorCodeValue() - Method in class com.google.appengine.v1.ErrorHandler.Builder
Error condition this handler applies to.
getErrorCodeValue() - Method in class com.google.appengine.v1.ErrorHandler
Error condition this handler applies to.
getErrorCodeValue() - Method in interface com.google.appengine.v1.ErrorHandlerOrBuilder
Error condition this handler applies to.
getErrorHandlers(int) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
getErrorHandlers(int) - Method in class com.google.appengine.v1.Version
Custom static error pages.
getErrorHandlers(int) - Method in interface com.google.appengine.v1.VersionOrBuilder
Custom static error pages.
getErrorHandlersBuilder(int) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
getErrorHandlersBuilderList() - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
getErrorHandlersCount() - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
getErrorHandlersCount() - Method in class com.google.appengine.v1.Version
Custom static error pages.
getErrorHandlersCount() - Method in interface com.google.appengine.v1.VersionOrBuilder
Custom static error pages.
getErrorHandlersList() - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
getErrorHandlersList() - Method in class com.google.appengine.v1.Version
Custom static error pages.
getErrorHandlersList() - Method in interface com.google.appengine.v1.VersionOrBuilder
Custom static error pages.
getErrorHandlersOrBuilder(int) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
getErrorHandlersOrBuilder(int) - Method in class com.google.appengine.v1.Version
Custom static error pages.
getErrorHandlersOrBuilder(int) - Method in interface com.google.appengine.v1.VersionOrBuilder
Custom static error pages.
getErrorHandlersOrBuilderList() - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
getErrorHandlersOrBuilderList() - Method in class com.google.appengine.v1.Version
Custom static error pages.
getErrorHandlersOrBuilderList() - Method in interface com.google.appengine.v1.VersionOrBuilder
Custom static error pages.
getErrors() - Method in class com.google.appengine.v1.Instance.Builder
Number of errors since this instance was started.
getErrors() - Method in class com.google.appengine.v1.Instance
Number of errors since this instance was started.
getErrors() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Number of errors since this instance was started.
getExpiration() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Time a static file served by this handler should be cached by web proxies and browsers.
getExpiration() - Method in class com.google.appengine.v1.StaticFilesHandler
Time a static file served by this handler should be cached by web proxies and browsers.
getExpiration() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
Time a static file served by this handler should be cached by web proxies and browsers.
getExpirationBuilder() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Time a static file served by this handler should be cached by web proxies and browsers.
getExpirationOrBuilder() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Time a static file served by this handler should be cached by web proxies and browsers.
getExpirationOrBuilder() - Method in class com.google.appengine.v1.StaticFilesHandler
Time a static file served by this handler should be cached by web proxies and browsers.
getExpirationOrBuilder() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
Time a static file served by this handler should be cached by web proxies and browsers.
getFiles() - Method in class com.google.appengine.v1.Deployment.Builder
Deprecated.
getFiles() - Method in class com.google.appengine.v1.Deployment
Deprecated.
getFiles() - Method in interface com.google.appengine.v1.DeploymentOrBuilder
Deprecated.
getFilesCount() - Method in class com.google.appengine.v1.Deployment.Builder
 
getFilesCount() - Method in class com.google.appengine.v1.Deployment
 
getFilesCount() - Method in interface com.google.appengine.v1.DeploymentOrBuilder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
getFilesCount() - Method in class com.google.appengine.v1.ZipInfo.Builder
An estimate of the number of files in a zip for a zip deployment.
getFilesCount() - Method in class com.google.appengine.v1.ZipInfo
An estimate of the number of files in a zip for a zip deployment.
getFilesCount() - Method in interface com.google.appengine.v1.ZipInfoOrBuilder
An estimate of the number of files in a zip for a zip deployment.
getFilesMap() - Method in class com.google.appengine.v1.Deployment.Builder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
getFilesMap() - Method in class com.google.appengine.v1.Deployment
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
getFilesMap() - Method in interface com.google.appengine.v1.DeploymentOrBuilder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
getFilesOrDefault(String, FileInfo) - Method in class com.google.appengine.v1.Deployment.Builder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
getFilesOrDefault(String, FileInfo) - Method in class com.google.appengine.v1.Deployment
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
getFilesOrDefault(String, FileInfo) - Method in interface com.google.appengine.v1.DeploymentOrBuilder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
getFilesOrThrow(String) - Method in class com.google.appengine.v1.Deployment.Builder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
getFilesOrThrow(String) - Method in class com.google.appengine.v1.Deployment
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
getFilesOrThrow(String) - Method in interface com.google.appengine.v1.DeploymentOrBuilder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
getFlexibleEnvironmentAvailable() - Method in class com.google.appengine.v1.LocationMetadata.Builder
App Engine Flexible Environment is available in the given location.
getFlexibleEnvironmentAvailable() - Method in class com.google.appengine.v1.LocationMetadata
App Engine Flexible Environment is available in the given location.
getFlexibleEnvironmentAvailable() - Method in interface com.google.appengine.v1.LocationMetadataOrBuilder
App Engine Flexible Environment is available in the given location.
getForwardedPorts(int) - Method in class com.google.appengine.v1.Network.Builder
List of ports, or port pairs, to forward from the virtual machine to the application container.
getForwardedPorts(int) - Method in class com.google.appengine.v1.Network
List of ports, or port pairs, to forward from the virtual machine to the application container.
getForwardedPorts(int) - Method in interface com.google.appengine.v1.NetworkOrBuilder
List of ports, or port pairs, to forward from the virtual machine to the application container.
getForwardedPortsBytes(int) - Method in class com.google.appengine.v1.Network.Builder
List of ports, or port pairs, to forward from the virtual machine to the application container.
getForwardedPortsBytes(int) - Method in class com.google.appengine.v1.Network
List of ports, or port pairs, to forward from the virtual machine to the application container.
getForwardedPortsBytes(int) - Method in interface com.google.appengine.v1.NetworkOrBuilder
List of ports, or port pairs, to forward from the virtual machine to the application container.
getForwardedPortsCount() - Method in class com.google.appengine.v1.Network.Builder
List of ports, or port pairs, to forward from the virtual machine to the application container.
getForwardedPortsCount() - Method in class com.google.appengine.v1.Network
List of ports, or port pairs, to forward from the virtual machine to the application container.
getForwardedPortsCount() - Method in interface com.google.appengine.v1.NetworkOrBuilder
List of ports, or port pairs, to forward from the virtual machine to the application container.
getForwardedPortsList() - Method in class com.google.appengine.v1.Network.Builder
List of ports, or port pairs, to forward from the virtual machine to the application container.
getForwardedPortsList() - Method in class com.google.appengine.v1.Network
List of ports, or port pairs, to forward from the virtual machine to the application container.
getForwardedPortsList() - Method in interface com.google.appengine.v1.NetworkOrBuilder
List of ports, or port pairs, to forward from the virtual machine to the application container.
getHandlers(int) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlers(int) - Method in class com.google.appengine.v1.Version
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlers(int) - Method in interface com.google.appengine.v1.VersionOrBuilder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersBuilder(int) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersBuilderList() - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersCount() - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersCount() - Method in class com.google.appengine.v1.Version
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersCount() - Method in interface com.google.appengine.v1.VersionOrBuilder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersList() - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersList() - Method in class com.google.appengine.v1.Version
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersList() - Method in interface com.google.appengine.v1.VersionOrBuilder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersOrBuilder(int) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersOrBuilder(int) - Method in class com.google.appengine.v1.Version
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersOrBuilder(int) - Method in interface com.google.appengine.v1.VersionOrBuilder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersOrBuilderList() - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersOrBuilderList() - Method in class com.google.appengine.v1.Version
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlersOrBuilderList() - Method in interface com.google.appengine.v1.VersionOrBuilder
An ordered list of URL-matching patterns that should be applied to incoming requests.
getHandlerTypeCase() - Method in class com.google.appengine.v1.UrlMap.Builder
 
getHandlerTypeCase() - Method in class com.google.appengine.v1.UrlMap
 
getHandlerTypeCase() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
 
getHealthCheck() - Method in class com.google.appengine.v1.Version.Builder
Configures health checking for VM instances.
getHealthCheck() - Method in class com.google.appengine.v1.Version
Configures health checking for VM instances.
getHealthCheck() - Method in interface com.google.appengine.v1.VersionOrBuilder
Configures health checking for VM instances.
getHealthCheckBuilder() - Method in class com.google.appengine.v1.Version.Builder
Configures health checking for VM instances.
getHealthCheckOrBuilder() - Method in class com.google.appengine.v1.Version.Builder
Configures health checking for VM instances.
getHealthCheckOrBuilder() - Method in class com.google.appengine.v1.Version
Configures health checking for VM instances.
getHealthCheckOrBuilder() - Method in interface com.google.appengine.v1.VersionOrBuilder
Configures health checking for VM instances.
getHealthyThreshold() - Method in class com.google.appengine.v1.HealthCheck.Builder
Number of consecutive successful health checks required before receiving traffic.
getHealthyThreshold() - Method in class com.google.appengine.v1.HealthCheck
Number of consecutive successful health checks required before receiving traffic.
getHealthyThreshold() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Number of consecutive successful health checks required before receiving traffic.
getHost() - Method in class com.google.appengine.v1.HealthCheck.Builder
Host header to send when performing an HTTP health check.
getHost() - Method in class com.google.appengine.v1.HealthCheck
Host header to send when performing an HTTP health check.
getHost() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Host header to send when performing an HTTP health check.
getHostBytes() - Method in class com.google.appengine.v1.HealthCheck.Builder
Host header to send when performing an HTTP health check.
getHostBytes() - Method in class com.google.appengine.v1.HealthCheck
Host header to send when performing an HTTP health check.
getHostBytes() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Host header to send when performing an HTTP health check.
getHttpHeaders() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Deprecated.
getHttpHeaders() - Method in class com.google.appengine.v1.StaticFilesHandler
Deprecated.
getHttpHeaders() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
Deprecated.
getHttpHeadersCount() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
getHttpHeadersCount() - Method in class com.google.appengine.v1.StaticFilesHandler
 
getHttpHeadersCount() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
HTTP headers to use for all responses from these URLs.
getHttpHeadersMap() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
HTTP headers to use for all responses from these URLs.
getHttpHeadersMap() - Method in class com.google.appengine.v1.StaticFilesHandler
HTTP headers to use for all responses from these URLs.
getHttpHeadersMap() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
HTTP headers to use for all responses from these URLs.
getHttpHeadersOrDefault(String, String) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
HTTP headers to use for all responses from these URLs.
getHttpHeadersOrDefault(String, String) - Method in class com.google.appengine.v1.StaticFilesHandler
HTTP headers to use for all responses from these URLs.
getHttpHeadersOrDefault(String, String) - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
HTTP headers to use for all responses from these URLs.
getHttpHeadersOrThrow(String) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
HTTP headers to use for all responses from these URLs.
getHttpHeadersOrThrow(String) - Method in class com.google.appengine.v1.StaticFilesHandler
HTTP headers to use for all responses from these URLs.
getHttpHeadersOrThrow(String) - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
HTTP headers to use for all responses from these URLs.
getId() - Method in class com.google.appengine.v1.Application.Builder
Identifier of the Application resource.
getId() - Method in class com.google.appengine.v1.Application
Identifier of the Application resource.
getId() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Identifier of the Application resource.
getId() - Method in class com.google.appengine.v1.Instance.Builder
Relative name of the instance within the version.
getId() - Method in class com.google.appengine.v1.Instance
Relative name of the instance within the version.
getId() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Relative name of the instance within the version.
getId() - Method in class com.google.appengine.v1.Service.Builder
Relative name of the service within the application.
getId() - Method in class com.google.appengine.v1.Service
Relative name of the service within the application.
getId() - Method in interface com.google.appengine.v1.ServiceOrBuilder
Relative name of the service within the application.
getId() - Method in class com.google.appengine.v1.Version.Builder
Relative name of the version within the service.
getId() - Method in class com.google.appengine.v1.Version
Relative name of the version within the service.
getId() - Method in interface com.google.appengine.v1.VersionOrBuilder
Relative name of the version within the service.
getIdBytes() - Method in class com.google.appengine.v1.Application.Builder
Identifier of the Application resource.
getIdBytes() - Method in class com.google.appengine.v1.Application
Identifier of the Application resource.
getIdBytes() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Identifier of the Application resource.
getIdBytes() - Method in class com.google.appengine.v1.Instance.Builder
Relative name of the instance within the version.
getIdBytes() - Method in class com.google.appengine.v1.Instance
Relative name of the instance within the version.
getIdBytes() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Relative name of the instance within the version.
getIdBytes() - Method in class com.google.appengine.v1.Service.Builder
Relative name of the service within the application.
getIdBytes() - Method in class com.google.appengine.v1.Service
Relative name of the service within the application.
getIdBytes() - Method in interface com.google.appengine.v1.ServiceOrBuilder
Relative name of the service within the application.
getIdBytes() - Method in class com.google.appengine.v1.Version.Builder
Relative name of the version within the service.
getIdBytes() - Method in class com.google.appengine.v1.Version
Relative name of the version within the service.
getIdBytes() - Method in interface com.google.appengine.v1.VersionOrBuilder
Relative name of the version within the service.
getIdleTimeout() - Method in class com.google.appengine.v1.BasicScaling.Builder
Duration of time after the last request that an instance must wait before the instance is shut down.
getIdleTimeout() - Method in class com.google.appengine.v1.BasicScaling
Duration of time after the last request that an instance must wait before the instance is shut down.
getIdleTimeout() - Method in interface com.google.appengine.v1.BasicScalingOrBuilder
Duration of time after the last request that an instance must wait before the instance is shut down.
getIdleTimeoutBuilder() - Method in class com.google.appengine.v1.BasicScaling.Builder
Duration of time after the last request that an instance must wait before the instance is shut down.
getIdleTimeoutOrBuilder() - Method in class com.google.appengine.v1.BasicScaling.Builder
Duration of time after the last request that an instance must wait before the instance is shut down.
getIdleTimeoutOrBuilder() - Method in class com.google.appengine.v1.BasicScaling
Duration of time after the last request that an instance must wait before the instance is shut down.
getIdleTimeoutOrBuilder() - Method in interface com.google.appengine.v1.BasicScalingOrBuilder
Duration of time after the last request that an instance must wait before the instance is shut down.
getImage() - Method in class com.google.appengine.v1.ContainerInfo.Builder
URI to the hosted container image in a Docker repository.
getImage() - Method in class com.google.appengine.v1.ContainerInfo
URI to the hosted container image in a Docker repository.
getImage() - Method in interface com.google.appengine.v1.ContainerInfoOrBuilder
URI to the hosted container image in a Docker repository.
getImageBytes() - Method in class com.google.appengine.v1.ContainerInfo.Builder
URI to the hosted container image in a Docker repository.
getImageBytes() - Method in class com.google.appengine.v1.ContainerInfo
URI to the hosted container image in a Docker repository.
getImageBytes() - Method in interface com.google.appengine.v1.ContainerInfoOrBuilder
URI to the hosted container image in a Docker repository.
getInboundServices(int) - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServices(int) - Method in class com.google.appengine.v1.Version
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServices(int) - Method in interface com.google.appengine.v1.VersionOrBuilder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesCount() - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesCount() - Method in class com.google.appengine.v1.Version
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesCount() - Method in interface com.google.appengine.v1.VersionOrBuilder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesList() - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesList() - Method in class com.google.appengine.v1.Version
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesList() - Method in interface com.google.appengine.v1.VersionOrBuilder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesValue(int) - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesValue(int) - Method in class com.google.appengine.v1.Version
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesValue(int) - Method in interface com.google.appengine.v1.VersionOrBuilder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesValueList() - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesValueList() - Method in class com.google.appengine.v1.Version
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInboundServicesValueList() - Method in interface com.google.appengine.v1.VersionOrBuilder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
getInsertTime() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation was created.
getInsertTime() - Method in class com.google.appengine.v1.OperationMetadataV1
Time that this operation was created.
getInsertTime() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
Time that this operation was created.
getInsertTimeBuilder() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation was created.
getInsertTimeOrBuilder() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation was created.
getInsertTimeOrBuilder() - Method in class com.google.appengine.v1.OperationMetadataV1
Time that this operation was created.
getInsertTimeOrBuilder() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
Time that this operation was created.
getInstanceClass() - Method in class com.google.appengine.v1.Version.Builder
Instance class that is used to run this version.
getInstanceClass() - Method in class com.google.appengine.v1.Version
Instance class that is used to run this version.
getInstanceClass() - Method in interface com.google.appengine.v1.VersionOrBuilder
Instance class that is used to run this version.
getInstanceClassBytes() - Method in class com.google.appengine.v1.Version.Builder
Instance class that is used to run this version.
getInstanceClassBytes() - Method in class com.google.appengine.v1.Version
Instance class that is used to run this version.
getInstanceClassBytes() - Method in interface com.google.appengine.v1.VersionOrBuilder
Instance class that is used to run this version.
GetInstanceRequest - Class in com.google.appengine.v1
Request message for `Instances.GetInstance`.
GetInstanceRequest.Builder - Class in com.google.appengine.v1
Request message for `Instances.GetInstance`.
GetInstanceRequestOrBuilder - Interface in com.google.appengine.v1
 
getInstances(int) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
getInstances(int) - Method in class com.google.appengine.v1.ListInstancesResponse
The instances belonging to the requested version.
getInstances(int) - Method in interface com.google.appengine.v1.ListInstancesResponseOrBuilder
The instances belonging to the requested version.
getInstances() - Method in class com.google.appengine.v1.ManualScaling.Builder
Number of instances to assign to the service at the start.
getInstances() - Method in class com.google.appengine.v1.ManualScaling
Number of instances to assign to the service at the start.
getInstances() - Method in interface com.google.appengine.v1.ManualScalingOrBuilder
Number of instances to assign to the service at the start.
getInstancesBuilder(int) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
getInstancesBuilderList() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
getInstancesCount() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
getInstancesCount() - Method in class com.google.appengine.v1.ListInstancesResponse
The instances belonging to the requested version.
getInstancesCount() - Method in interface com.google.appengine.v1.ListInstancesResponseOrBuilder
The instances belonging to the requested version.
getInstancesList() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
getInstancesList() - Method in class com.google.appengine.v1.ListInstancesResponse
The instances belonging to the requested version.
getInstancesList() - Method in interface com.google.appengine.v1.ListInstancesResponseOrBuilder
The instances belonging to the requested version.
getInstancesOrBuilder(int) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
getInstancesOrBuilder(int) - Method in class com.google.appengine.v1.ListInstancesResponse
The instances belonging to the requested version.
getInstancesOrBuilder(int) - Method in interface com.google.appengine.v1.ListInstancesResponseOrBuilder
The instances belonging to the requested version.
getInstancesOrBuilderList() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
getInstancesOrBuilderList() - Method in class com.google.appengine.v1.ListInstancesResponse
The instances belonging to the requested version.
getInstancesOrBuilderList() - Method in interface com.google.appengine.v1.ListInstancesResponseOrBuilder
The instances belonging to the requested version.
getInstanceTag() - Method in class com.google.appengine.v1.Network.Builder
Tag to apply to the VM instance during creation.
getInstanceTag() - Method in class com.google.appengine.v1.Network
Tag to apply to the VM instance during creation.
getInstanceTag() - Method in interface com.google.appengine.v1.NetworkOrBuilder
Tag to apply to the VM instance during creation.
getInstanceTagBytes() - Method in class com.google.appengine.v1.Network.Builder
Tag to apply to the VM instance during creation.
getInstanceTagBytes() - Method in class com.google.appengine.v1.Network
Tag to apply to the VM instance during creation.
getInstanceTagBytes() - Method in interface com.google.appengine.v1.NetworkOrBuilder
Tag to apply to the VM instance during creation.
getLibraries(int) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
getLibraries(int) - Method in class com.google.appengine.v1.Version
Configuration for third-party Python runtime libraries that are required by the application.
getLibraries(int) - Method in interface com.google.appengine.v1.VersionOrBuilder
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesBuilder(int) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesBuilderList() - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesCount() - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesCount() - Method in class com.google.appengine.v1.Version
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesCount() - Method in interface com.google.appengine.v1.VersionOrBuilder
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesList() - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesList() - Method in class com.google.appengine.v1.Version
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesList() - Method in interface com.google.appengine.v1.VersionOrBuilder
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesOrBuilder(int) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesOrBuilder(int) - Method in class com.google.appengine.v1.Version
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesOrBuilder(int) - Method in interface com.google.appengine.v1.VersionOrBuilder
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesOrBuilderList() - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesOrBuilderList() - Method in class com.google.appengine.v1.Version
Configuration for third-party Python runtime libraries that are required by the application.
getLibrariesOrBuilderList() - Method in interface com.google.appengine.v1.VersionOrBuilder
Configuration for third-party Python runtime libraries that are required by the application.
getLocationId() - Method in class com.google.appengine.v1.Application.Builder
Location from which this application will be run.
getLocationId() - Method in class com.google.appengine.v1.Application
Location from which this application will be run.
getLocationId() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Location from which this application will be run.
getLocationIdBytes() - Method in class com.google.appengine.v1.Application.Builder
Location from which this application will be run.
getLocationIdBytes() - Method in class com.google.appengine.v1.Application
Location from which this application will be run.
getLocationIdBytes() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Location from which this application will be run.
getLogin() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Level of login required to access this resource.
getLogin() - Method in class com.google.appengine.v1.ApiConfigHandler
Level of login required to access this resource.
getLogin() - Method in interface com.google.appengine.v1.ApiConfigHandlerOrBuilder
Level of login required to access this resource.
getLogin() - Method in class com.google.appengine.v1.UrlMap.Builder
Level of login required to access this resource.
getLogin() - Method in class com.google.appengine.v1.UrlMap
Level of login required to access this resource.
getLogin() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Level of login required to access this resource.
getLoginValue() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Level of login required to access this resource.
getLoginValue() - Method in class com.google.appengine.v1.ApiConfigHandler
Level of login required to access this resource.
getLoginValue() - Method in interface com.google.appengine.v1.ApiConfigHandlerOrBuilder
Level of login required to access this resource.
getLoginValue() - Method in class com.google.appengine.v1.UrlMap.Builder
Level of login required to access this resource.
getLoginValue() - Method in class com.google.appengine.v1.UrlMap
Level of login required to access this resource.
getLoginValue() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Level of login required to access this resource.
getManualScaling() - Method in class com.google.appengine.v1.Version.Builder
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
getManualScaling() - Method in class com.google.appengine.v1.Version
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
getManualScaling() - Method in interface com.google.appengine.v1.VersionOrBuilder
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
getManualScalingBuilder() - Method in class com.google.appengine.v1.Version.Builder
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
getManualScalingOrBuilder() - Method in class com.google.appengine.v1.Version.Builder
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
getManualScalingOrBuilder() - Method in class com.google.appengine.v1.Version
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
getManualScalingOrBuilder() - Method in interface com.google.appengine.v1.VersionOrBuilder
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
getMaxConcurrentRequests() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.
getMaxConcurrentRequests() - Method in class com.google.appengine.v1.AutomaticScaling
Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.
getMaxConcurrentRequests() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.
getMaxIdleInstances() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum number of idle instances that should be maintained for this version.
getMaxIdleInstances() - Method in class com.google.appengine.v1.AutomaticScaling
Maximum number of idle instances that should be maintained for this version.
getMaxIdleInstances() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Maximum number of idle instances that should be maintained for this version.
getMaxInstances() - Method in class com.google.appengine.v1.BasicScaling.Builder
Maximum number of instances to create for this version.
getMaxInstances() - Method in class com.google.appengine.v1.BasicScaling
Maximum number of instances to create for this version.
getMaxInstances() - Method in interface com.google.appengine.v1.BasicScalingOrBuilder
Maximum number of instances to create for this version.
getMaxPendingLatency() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
getMaxPendingLatency() - Method in class com.google.appengine.v1.AutomaticScaling
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
getMaxPendingLatency() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
getMaxPendingLatencyBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
getMaxPendingLatencyOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
getMaxPendingLatencyOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
getMaxPendingLatencyOrBuilder() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
getMaxTotalInstances() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum number of instances that should be started to handle requests.
getMaxTotalInstances() - Method in class com.google.appengine.v1.AutomaticScaling
Maximum number of instances that should be started to handle requests.
getMaxTotalInstances() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Maximum number of instances that should be started to handle requests.
getMemoryGb() - Method in class com.google.appengine.v1.Resources.Builder
Memory (GB) needed.
getMemoryGb() - Method in class com.google.appengine.v1.Resources
Memory (GB) needed.
getMemoryGb() - Method in interface com.google.appengine.v1.ResourcesOrBuilder
Memory (GB) needed.
getMemoryUsage() - Method in class com.google.appengine.v1.Instance.Builder
Total memory in use (bytes).
getMemoryUsage() - Method in class com.google.appengine.v1.Instance
Total memory in use (bytes).
getMemoryUsage() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Total memory in use (bytes).
getMethod() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
API method that initiated this operation.
getMethod() - Method in class com.google.appengine.v1.OperationMetadataV1
API method that initiated this operation.
getMethod() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
API method that initiated this operation.
getMethodBytes() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
API method that initiated this operation.
getMethodBytes() - Method in class com.google.appengine.v1.OperationMetadataV1
API method that initiated this operation.
getMethodBytes() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
API method that initiated this operation.
getMethodCase() - Method in class com.google.appengine.v1.AuditData.Builder
 
getMethodCase() - Method in class com.google.appengine.v1.AuditData
 
getMethodCase() - Method in interface com.google.appengine.v1.AuditDataOrBuilder
 
getMigrateTraffic() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Set to `true` to gradually shift traffic from one version to another single version.
getMigrateTraffic() - Method in class com.google.appengine.v1.UpdateServiceRequest
Set to `true` to gradually shift traffic from one version to another single version.
getMigrateTraffic() - Method in interface com.google.appengine.v1.UpdateServiceRequestOrBuilder
Set to `true` to gradually shift traffic from one version to another single version.
getMimeType() - Method in class com.google.appengine.v1.ErrorHandler.Builder
MIME type of file.
getMimeType() - Method in class com.google.appengine.v1.ErrorHandler
MIME type of file.
getMimeType() - Method in interface com.google.appengine.v1.ErrorHandlerOrBuilder
MIME type of file.
getMimeType() - Method in class com.google.appengine.v1.FileInfo.Builder
The MIME type of the file.
getMimeType() - Method in class com.google.appengine.v1.FileInfo
The MIME type of the file.
getMimeType() - Method in interface com.google.appengine.v1.FileInfoOrBuilder
The MIME type of the file.
getMimeType() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
MIME type used to serve all files served by this handler.
getMimeType() - Method in class com.google.appengine.v1.StaticFilesHandler
MIME type used to serve all files served by this handler.
getMimeType() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
MIME type used to serve all files served by this handler.
getMimeTypeBytes() - Method in class com.google.appengine.v1.ErrorHandler.Builder
MIME type of file.
getMimeTypeBytes() - Method in class com.google.appengine.v1.ErrorHandler
MIME type of file.
getMimeTypeBytes() - Method in interface com.google.appengine.v1.ErrorHandlerOrBuilder
MIME type of file.
getMimeTypeBytes() - Method in class com.google.appengine.v1.FileInfo.Builder
The MIME type of the file.
getMimeTypeBytes() - Method in class com.google.appengine.v1.FileInfo
The MIME type of the file.
getMimeTypeBytes() - Method in interface com.google.appengine.v1.FileInfoOrBuilder
The MIME type of the file.
getMimeTypeBytes() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
MIME type used to serve all files served by this handler.
getMimeTypeBytes() - Method in class com.google.appengine.v1.StaticFilesHandler
MIME type used to serve all files served by this handler.
getMimeTypeBytes() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
MIME type used to serve all files served by this handler.
getMinIdleInstances() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum number of idle instances that should be maintained for this version.
getMinIdleInstances() - Method in class com.google.appengine.v1.AutomaticScaling
Minimum number of idle instances that should be maintained for this version.
getMinIdleInstances() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Minimum number of idle instances that should be maintained for this version.
getMinPendingLatency() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
getMinPendingLatency() - Method in class com.google.appengine.v1.AutomaticScaling
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
getMinPendingLatency() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
getMinPendingLatencyBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
getMinPendingLatencyOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
getMinPendingLatencyOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
getMinPendingLatencyOrBuilder() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
getMinTotalInstances() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum number of instances that should be maintained for this version.
getMinTotalInstances() - Method in class com.google.appengine.v1.AutomaticScaling
Minimum number of instances that should be maintained for this version.
getMinTotalInstances() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Minimum number of instances that should be maintained for this version.
getMutableAllocations() - Method in class com.google.appengine.v1.TrafficSplit.Builder
Deprecated.
getMutableBetaSettings() - Method in class com.google.appengine.v1.Version.Builder
Deprecated.
getMutableEnvVariables() - Method in class com.google.appengine.v1.Version.Builder
Deprecated.
getMutableFiles() - Method in class com.google.appengine.v1.Deployment.Builder
Deprecated.
getMutableHttpHeaders() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Deprecated.
getName() - Method in class com.google.appengine.v1.Application.Builder
Full path to the Application resource in the API.
getName() - Method in class com.google.appengine.v1.Application
Full path to the Application resource in the API.
getName() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Full path to the Application resource in the API.
getName() - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.DebugInstanceRequest
Name of the resource requested.
getName() - Method in interface com.google.appengine.v1.DebugInstanceRequestOrBuilder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.DeleteInstanceRequest
Name of the resource requested.
getName() - Method in interface com.google.appengine.v1.DeleteInstanceRequestOrBuilder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.DeleteServiceRequest
Name of the resource requested.
getName() - Method in interface com.google.appengine.v1.DeleteServiceRequestOrBuilder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.DeleteVersionRequest
Name of the resource requested.
getName() - Method in interface com.google.appengine.v1.DeleteVersionRequestOrBuilder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
Name of the Application resource to get.
getName() - Method in class com.google.appengine.v1.GetApplicationRequest
Name of the Application resource to get.
getName() - Method in interface com.google.appengine.v1.GetApplicationRequestOrBuilder
Name of the Application resource to get.
getName() - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.GetInstanceRequest
Name of the resource requested.
getName() - Method in interface com.google.appengine.v1.GetInstanceRequestOrBuilder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.GetServiceRequest.Builder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.GetServiceRequest
Name of the resource requested.
getName() - Method in interface com.google.appengine.v1.GetServiceRequestOrBuilder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.GetVersionRequest
Name of the resource requested.
getName() - Method in interface com.google.appengine.v1.GetVersionRequestOrBuilder
Name of the resource requested.
getName() - Method in class com.google.appengine.v1.Instance.Builder
Full path to the Instance resource in the API.
getName() - Method in class com.google.appengine.v1.Instance
Full path to the Instance resource in the API.
getName() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Full path to the Instance resource in the API.
getName() - Method in class com.google.appengine.v1.Library.Builder
Name of the library.
getName() - Method in class com.google.appengine.v1.Library
Name of the library.
getName() - Method in interface com.google.appengine.v1.LibraryOrBuilder
Name of the library.
getName() - Method in class com.google.appengine.v1.Network.Builder
Google Cloud Platform network where the virtual machines are created.
getName() - Method in class com.google.appengine.v1.Network
Google Cloud Platform network where the virtual machines are created.
getName() - Method in interface com.google.appengine.v1.NetworkOrBuilder
Google Cloud Platform network where the virtual machines are created.
getName() - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
Name of the application to repair.
getName() - Method in class com.google.appengine.v1.RepairApplicationRequest
Name of the application to repair.
getName() - Method in interface com.google.appengine.v1.RepairApplicationRequestOrBuilder
Name of the application to repair.
getName() - Method in class com.google.appengine.v1.Service.Builder
Full path to the Service resource in the API.
getName() - Method in class com.google.appengine.v1.Service
Full path to the Service resource in the API.
getName() - Method in interface com.google.appengine.v1.ServiceOrBuilder
Full path to the Service resource in the API.
getName() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Name of the resource to update.
getName() - Method in class com.google.appengine.v1.UpdateServiceRequest
Name of the resource to update.
getName() - Method in interface com.google.appengine.v1.UpdateServiceRequestOrBuilder
Name of the resource to update.
getName() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Name of the resource to update.
getName() - Method in class com.google.appengine.v1.UpdateVersionRequest
Name of the resource to update.
getName() - Method in interface com.google.appengine.v1.UpdateVersionRequestOrBuilder
Name of the resource to update.
getName() - Method in class com.google.appengine.v1.Version.Builder
Full path to the Version resource in the API.
getName() - Method in class com.google.appengine.v1.Version
Full path to the Version resource in the API.
getName() - Method in interface com.google.appengine.v1.VersionOrBuilder
Full path to the Version resource in the API.
getNameBytes() - Method in class com.google.appengine.v1.Application.Builder
Full path to the Application resource in the API.
getNameBytes() - Method in class com.google.appengine.v1.Application
Full path to the Application resource in the API.
getNameBytes() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Full path to the Application resource in the API.
getNameBytes() - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.DebugInstanceRequest
Name of the resource requested.
getNameBytes() - Method in interface com.google.appengine.v1.DebugInstanceRequestOrBuilder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.DeleteInstanceRequest
Name of the resource requested.
getNameBytes() - Method in interface com.google.appengine.v1.DeleteInstanceRequestOrBuilder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.DeleteServiceRequest
Name of the resource requested.
getNameBytes() - Method in interface com.google.appengine.v1.DeleteServiceRequestOrBuilder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.DeleteVersionRequest
Name of the resource requested.
getNameBytes() - Method in interface com.google.appengine.v1.DeleteVersionRequestOrBuilder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
Name of the Application resource to get.
getNameBytes() - Method in class com.google.appengine.v1.GetApplicationRequest
Name of the Application resource to get.
getNameBytes() - Method in interface com.google.appengine.v1.GetApplicationRequestOrBuilder
Name of the Application resource to get.
getNameBytes() - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.GetInstanceRequest
Name of the resource requested.
getNameBytes() - Method in interface com.google.appengine.v1.GetInstanceRequestOrBuilder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.GetServiceRequest.Builder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.GetServiceRequest
Name of the resource requested.
getNameBytes() - Method in interface com.google.appengine.v1.GetServiceRequestOrBuilder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.GetVersionRequest
Name of the resource requested.
getNameBytes() - Method in interface com.google.appengine.v1.GetVersionRequestOrBuilder
Name of the resource requested.
getNameBytes() - Method in class com.google.appengine.v1.Instance.Builder
Full path to the Instance resource in the API.
getNameBytes() - Method in class com.google.appengine.v1.Instance
Full path to the Instance resource in the API.
getNameBytes() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Full path to the Instance resource in the API.
getNameBytes() - Method in class com.google.appengine.v1.Library.Builder
Name of the library.
getNameBytes() - Method in class com.google.appengine.v1.Library
Name of the library.
getNameBytes() - Method in interface com.google.appengine.v1.LibraryOrBuilder
Name of the library.
getNameBytes() - Method in class com.google.appengine.v1.Network.Builder
Google Cloud Platform network where the virtual machines are created.
getNameBytes() - Method in class com.google.appengine.v1.Network
Google Cloud Platform network where the virtual machines are created.
getNameBytes() - Method in interface com.google.appengine.v1.NetworkOrBuilder
Google Cloud Platform network where the virtual machines are created.
getNameBytes() - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
Name of the application to repair.
getNameBytes() - Method in class com.google.appengine.v1.RepairApplicationRequest
Name of the application to repair.
getNameBytes() - Method in interface com.google.appengine.v1.RepairApplicationRequestOrBuilder
Name of the application to repair.
getNameBytes() - Method in class com.google.appengine.v1.Service.Builder
Full path to the Service resource in the API.
getNameBytes() - Method in class com.google.appengine.v1.Service
Full path to the Service resource in the API.
getNameBytes() - Method in interface com.google.appengine.v1.ServiceOrBuilder
Full path to the Service resource in the API.
getNameBytes() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Name of the resource to update.
getNameBytes() - Method in class com.google.appengine.v1.UpdateServiceRequest
Name of the resource to update.
getNameBytes() - Method in interface com.google.appengine.v1.UpdateServiceRequestOrBuilder
Name of the resource to update.
getNameBytes() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Name of the resource to update.
getNameBytes() - Method in class com.google.appengine.v1.UpdateVersionRequest
Name of the resource to update.
getNameBytes() - Method in interface com.google.appengine.v1.UpdateVersionRequestOrBuilder
Name of the resource to update.
getNameBytes() - Method in class com.google.appengine.v1.Version.Builder
Full path to the Version resource in the API.
getNameBytes() - Method in class com.google.appengine.v1.Version
Full path to the Version resource in the API.
getNameBytes() - Method in interface com.google.appengine.v1.VersionOrBuilder
Full path to the Version resource in the API.
getNetwork() - Method in class com.google.appengine.v1.Version.Builder
Extra network settings.
getNetwork() - Method in class com.google.appengine.v1.Version
Extra network settings.
getNetwork() - Method in interface com.google.appengine.v1.VersionOrBuilder
Extra network settings.
getNetworkBuilder() - Method in class com.google.appengine.v1.Version.Builder
Extra network settings.
getNetworkOrBuilder() - Method in class com.google.appengine.v1.Version.Builder
Extra network settings.
getNetworkOrBuilder() - Method in class com.google.appengine.v1.Version
Extra network settings.
getNetworkOrBuilder() - Method in interface com.google.appengine.v1.VersionOrBuilder
Extra network settings.
getNetworkUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by network usage.
getNetworkUtilization() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by network usage.
getNetworkUtilization() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by network usage.
getNetworkUtilizationBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by network usage.
getNetworkUtilizationOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by network usage.
getNetworkUtilizationOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by network usage.
getNetworkUtilizationOrBuilder() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by network usage.
getNextPageToken() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
Continuation token for fetching the next page of results.
getNextPageToken() - Method in class com.google.appengine.v1.ListInstancesResponse
Continuation token for fetching the next page of results.
getNextPageToken() - Method in interface com.google.appengine.v1.ListInstancesResponseOrBuilder
Continuation token for fetching the next page of results.
getNextPageToken() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
Continuation token for fetching the next page of results.
getNextPageToken() - Method in class com.google.appengine.v1.ListServicesResponse
Continuation token for fetching the next page of results.
getNextPageToken() - Method in interface com.google.appengine.v1.ListServicesResponseOrBuilder
Continuation token for fetching the next page of results.
getNextPageToken() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
Continuation token for fetching the next page of results.
getNextPageToken() - Method in class com.google.appengine.v1.ListVersionsResponse
Continuation token for fetching the next page of results.
getNextPageToken() - Method in interface com.google.appengine.v1.ListVersionsResponseOrBuilder
Continuation token for fetching the next page of results.
getNextPageTokenBytes() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
Continuation token for fetching the next page of results.
getNextPageTokenBytes() - Method in class com.google.appengine.v1.ListInstancesResponse
Continuation token for fetching the next page of results.
getNextPageTokenBytes() - Method in interface com.google.appengine.v1.ListInstancesResponseOrBuilder
Continuation token for fetching the next page of results.
getNextPageTokenBytes() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
Continuation token for fetching the next page of results.
getNextPageTokenBytes() - Method in class com.google.appengine.v1.ListServicesResponse
Continuation token for fetching the next page of results.
getNextPageTokenBytes() - Method in interface com.google.appengine.v1.ListServicesResponseOrBuilder
Continuation token for fetching the next page of results.
getNextPageTokenBytes() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
Continuation token for fetching the next page of results.
getNextPageTokenBytes() - Method in class com.google.appengine.v1.ListVersionsResponse
Continuation token for fetching the next page of results.
getNextPageTokenBytes() - Method in interface com.google.appengine.v1.ListVersionsResponseOrBuilder
Continuation token for fetching the next page of results.
getNobuildFilesRegex() - Method in class com.google.appengine.v1.Version.Builder
Files that match this pattern will not be built into this version.
getNobuildFilesRegex() - Method in class com.google.appengine.v1.Version
Files that match this pattern will not be built into this version.
getNobuildFilesRegex() - Method in interface com.google.appengine.v1.VersionOrBuilder
Files that match this pattern will not be built into this version.
getNobuildFilesRegexBytes() - Method in class com.google.appengine.v1.Version.Builder
Files that match this pattern will not be built into this version.
getNobuildFilesRegexBytes() - Method in class com.google.appengine.v1.Version
Files that match this pattern will not be built into this version.
getNobuildFilesRegexBytes() - Method in interface com.google.appengine.v1.VersionOrBuilder
Files that match this pattern will not be built into this version.
getNumber() - Method in enum com.google.appengine.v1.AuditData.MethodCase
 
getNumber() - Method in enum com.google.appengine.v1.AuthFailAction
 
getNumber() - Method in enum com.google.appengine.v1.ErrorHandler.ErrorCode
 
getNumber() - Method in enum com.google.appengine.v1.InboundServiceType
 
getNumber() - Method in enum com.google.appengine.v1.Instance.Availability
 
getNumber() - Method in enum com.google.appengine.v1.LoginRequirement
 
getNumber() - Method in enum com.google.appengine.v1.SecurityLevel
 
getNumber() - Method in enum com.google.appengine.v1.ServingStatus
 
getNumber() - Method in enum com.google.appengine.v1.TrafficSplit.ShardBy
 
getNumber() - Method in enum com.google.appengine.v1.UrlMap.HandlerTypeCase
 
getNumber() - Method in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
 
getNumber() - Method in enum com.google.appengine.v1.Version.ScalingCase
 
getNumber() - Method in enum com.google.appengine.v1.VersionView
 
getPageSize() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Maximum results to return per page.
getPageSize() - Method in class com.google.appengine.v1.ListInstancesRequest
Maximum results to return per page.
getPageSize() - Method in interface com.google.appengine.v1.ListInstancesRequestOrBuilder
Maximum results to return per page.
getPageSize() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Maximum results to return per page.
getPageSize() - Method in class com.google.appengine.v1.ListServicesRequest
Maximum results to return per page.
getPageSize() - Method in interface com.google.appengine.v1.ListServicesRequestOrBuilder
Maximum results to return per page.
getPageSize() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Maximum results to return per page.
getPageSize() - Method in class com.google.appengine.v1.ListVersionsRequest
Maximum results to return per page.
getPageSize() - Method in interface com.google.appengine.v1.ListVersionsRequestOrBuilder
Maximum results to return per page.
getPageToken() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Continuation token for fetching the next page of results.
getPageToken() - Method in class com.google.appengine.v1.ListInstancesRequest
Continuation token for fetching the next page of results.
getPageToken() - Method in interface com.google.appengine.v1.ListInstancesRequestOrBuilder
Continuation token for fetching the next page of results.
getPageToken() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Continuation token for fetching the next page of results.
getPageToken() - Method in class com.google.appengine.v1.ListServicesRequest
Continuation token for fetching the next page of results.
getPageToken() - Method in interface com.google.appengine.v1.ListServicesRequestOrBuilder
Continuation token for fetching the next page of results.
getPageToken() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Continuation token for fetching the next page of results.
getPageToken() - Method in class com.google.appengine.v1.ListVersionsRequest
Continuation token for fetching the next page of results.
getPageToken() - Method in interface com.google.appengine.v1.ListVersionsRequestOrBuilder
Continuation token for fetching the next page of results.
getPageTokenBytes() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Continuation token for fetching the next page of results.
getPageTokenBytes() - Method in class com.google.appengine.v1.ListInstancesRequest
Continuation token for fetching the next page of results.
getPageTokenBytes() - Method in interface com.google.appengine.v1.ListInstancesRequestOrBuilder
Continuation token for fetching the next page of results.
getPageTokenBytes() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Continuation token for fetching the next page of results.
getPageTokenBytes() - Method in class com.google.appengine.v1.ListServicesRequest
Continuation token for fetching the next page of results.
getPageTokenBytes() - Method in interface com.google.appengine.v1.ListServicesRequestOrBuilder
Continuation token for fetching the next page of results.
getPageTokenBytes() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Continuation token for fetching the next page of results.
getPageTokenBytes() - Method in class com.google.appengine.v1.ListVersionsRequest
Continuation token for fetching the next page of results.
getPageTokenBytes() - Method in interface com.google.appengine.v1.ListVersionsRequestOrBuilder
Continuation token for fetching the next page of results.
getParent() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Name of the parent resource to create this version under.
getParent() - Method in class com.google.appengine.v1.CreateVersionRequest
Name of the parent resource to create this version under.
getParent() - Method in interface com.google.appengine.v1.CreateVersionRequestOrBuilder
Name of the parent resource to create this version under.
getParent() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Name of the parent Version resource.
getParent() - Method in class com.google.appengine.v1.ListInstancesRequest
Name of the parent Version resource.
getParent() - Method in interface com.google.appengine.v1.ListInstancesRequestOrBuilder
Name of the parent Version resource.
getParent() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Name of the parent Application resource.
getParent() - Method in class com.google.appengine.v1.ListServicesRequest
Name of the parent Application resource.
getParent() - Method in interface com.google.appengine.v1.ListServicesRequestOrBuilder
Name of the parent Application resource.
getParent() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Name of the parent Service resource.
getParent() - Method in class com.google.appengine.v1.ListVersionsRequest
Name of the parent Service resource.
getParent() - Method in interface com.google.appengine.v1.ListVersionsRequestOrBuilder
Name of the parent Service resource.
getParentBytes() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Name of the parent resource to create this version under.
getParentBytes() - Method in class com.google.appengine.v1.CreateVersionRequest
Name of the parent resource to create this version under.
getParentBytes() - Method in interface com.google.appengine.v1.CreateVersionRequestOrBuilder
Name of the parent resource to create this version under.
getParentBytes() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Name of the parent Version resource.
getParentBytes() - Method in class com.google.appengine.v1.ListInstancesRequest
Name of the parent Version resource.
getParentBytes() - Method in interface com.google.appengine.v1.ListInstancesRequestOrBuilder
Name of the parent Version resource.
getParentBytes() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Name of the parent Application resource.
getParentBytes() - Method in class com.google.appengine.v1.ListServicesRequest
Name of the parent Application resource.
getParentBytes() - Method in interface com.google.appengine.v1.ListServicesRequestOrBuilder
Name of the parent Application resource.
getParentBytes() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Name of the parent Service resource.
getParentBytes() - Method in class com.google.appengine.v1.ListVersionsRequest
Name of the parent Service resource.
getParentBytes() - Method in interface com.google.appengine.v1.ListVersionsRequestOrBuilder
Name of the parent Service resource.
getParserForType() - Method in class com.google.appengine.v1.ApiConfigHandler
 
getParserForType() - Method in class com.google.appengine.v1.ApiEndpointHandler
 
getParserForType() - Method in class com.google.appengine.v1.Application
 
getParserForType() - Method in class com.google.appengine.v1.AuditData
 
getParserForType() - Method in class com.google.appengine.v1.AutomaticScaling
 
getParserForType() - Method in class com.google.appengine.v1.BasicScaling
 
getParserForType() - Method in class com.google.appengine.v1.ContainerInfo
 
getParserForType() - Method in class com.google.appengine.v1.CpuUtilization
 
getParserForType() - Method in class com.google.appengine.v1.CreateVersionMethod
 
getParserForType() - Method in class com.google.appengine.v1.CreateVersionRequest
 
getParserForType() - Method in class com.google.appengine.v1.DebugInstanceRequest
 
getParserForType() - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
getParserForType() - Method in class com.google.appengine.v1.DeleteServiceRequest
 
getParserForType() - Method in class com.google.appengine.v1.DeleteVersionRequest
 
getParserForType() - Method in class com.google.appengine.v1.Deployment
 
getParserForType() - Method in class com.google.appengine.v1.DiskUtilization
 
getParserForType() - Method in class com.google.appengine.v1.ErrorHandler
 
getParserForType() - Method in class com.google.appengine.v1.FileInfo
 
getParserForType() - Method in class com.google.appengine.v1.GetApplicationRequest
 
getParserForType() - Method in class com.google.appengine.v1.GetInstanceRequest
 
getParserForType() - Method in class com.google.appengine.v1.GetServiceRequest
 
getParserForType() - Method in class com.google.appengine.v1.GetVersionRequest
 
getParserForType() - Method in class com.google.appengine.v1.HealthCheck
 
getParserForType() - Method in class com.google.appengine.v1.Instance
 
getParserForType() - Method in class com.google.appengine.v1.Library
 
getParserForType() - Method in class com.google.appengine.v1.ListInstancesRequest
 
getParserForType() - Method in class com.google.appengine.v1.ListInstancesResponse
 
getParserForType() - Method in class com.google.appengine.v1.ListServicesRequest
 
getParserForType() - Method in class com.google.appengine.v1.ListServicesResponse
 
getParserForType() - Method in class com.google.appengine.v1.ListVersionsRequest
 
getParserForType() - Method in class com.google.appengine.v1.ListVersionsResponse
 
getParserForType() - Method in class com.google.appengine.v1.LocationMetadata
 
getParserForType() - Method in class com.google.appengine.v1.ManualScaling
 
getParserForType() - Method in class com.google.appengine.v1.Network
 
getParserForType() - Method in class com.google.appengine.v1.NetworkUtilization
 
getParserForType() - Method in class com.google.appengine.v1.OperationMetadataV1
 
getParserForType() - Method in class com.google.appengine.v1.RepairApplicationRequest
 
getParserForType() - Method in class com.google.appengine.v1.RequestUtilization
 
getParserForType() - Method in class com.google.appengine.v1.Resources
 
getParserForType() - Method in class com.google.appengine.v1.ScriptHandler
 
getParserForType() - Method in class com.google.appengine.v1.Service
 
getParserForType() - Method in class com.google.appengine.v1.StaticFilesHandler
 
getParserForType() - Method in class com.google.appengine.v1.TrafficSplit
 
getParserForType() - Method in class com.google.appengine.v1.UpdateServiceMethod
 
getParserForType() - Method in class com.google.appengine.v1.UpdateServiceRequest
 
getParserForType() - Method in class com.google.appengine.v1.UpdateVersionRequest
 
getParserForType() - Method in class com.google.appengine.v1.UrlDispatchRule
 
getParserForType() - Method in class com.google.appengine.v1.UrlMap
 
getParserForType() - Method in class com.google.appengine.v1.Version
 
getParserForType() - Method in class com.google.appengine.v1.ZipInfo
 
getPath() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Path to the static files matched by the URL pattern, from the application root directory.
getPath() - Method in class com.google.appengine.v1.StaticFilesHandler
Path to the static files matched by the URL pattern, from the application root directory.
getPath() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
Path to the static files matched by the URL pattern, from the application root directory.
getPath() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Pathname within the host.
getPath() - Method in class com.google.appengine.v1.UrlDispatchRule
Pathname within the host.
getPath() - Method in interface com.google.appengine.v1.UrlDispatchRuleOrBuilder
Pathname within the host.
getPathBytes() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Path to the static files matched by the URL pattern, from the application root directory.
getPathBytes() - Method in class com.google.appengine.v1.StaticFilesHandler
Path to the static files matched by the URL pattern, from the application root directory.
getPathBytes() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
Path to the static files matched by the URL pattern, from the application root directory.
getPathBytes() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Pathname within the host.
getPathBytes() - Method in class com.google.appengine.v1.UrlDispatchRule
Pathname within the host.
getPathBytes() - Method in interface com.google.appengine.v1.UrlDispatchRuleOrBuilder
Pathname within the host.
getQps() - Method in class com.google.appengine.v1.Instance.Builder
Average queries per second (QPS) over the last minute.
getQps() - Method in class com.google.appengine.v1.Instance
Average queries per second (QPS) over the last minute.
getQps() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Average queries per second (QPS) over the last minute.
getRedirectHttpResponseCode() - Method in class com.google.appengine.v1.UrlMap.Builder
`30x` code to use when performing redirects for the `secure` field.
getRedirectHttpResponseCode() - Method in class com.google.appengine.v1.UrlMap
`30x` code to use when performing redirects for the `secure` field.
getRedirectHttpResponseCode() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
`30x` code to use when performing redirects for the `secure` field.
getRedirectHttpResponseCodeValue() - Method in class com.google.appengine.v1.UrlMap.Builder
`30x` code to use when performing redirects for the `secure` field.
getRedirectHttpResponseCodeValue() - Method in class com.google.appengine.v1.UrlMap
`30x` code to use when performing redirects for the `secure` field.
getRedirectHttpResponseCodeValue() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
`30x` code to use when performing redirects for the `secure` field.
getRequest() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
Create version request.
getRequest() - Method in class com.google.appengine.v1.CreateVersionMethod
Create version request.
getRequest() - Method in interface com.google.appengine.v1.CreateVersionMethodOrBuilder
Create version request.
getRequest() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
Update service request.
getRequest() - Method in class com.google.appengine.v1.UpdateServiceMethod
Update service request.
getRequest() - Method in interface com.google.appengine.v1.UpdateServiceMethodOrBuilder
Update service request.
getRequestBuilder() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
Create version request.
getRequestBuilder() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
Update service request.
getRequestOrBuilder() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
Create version request.
getRequestOrBuilder() - Method in class com.google.appengine.v1.CreateVersionMethod
Create version request.
getRequestOrBuilder() - Method in interface com.google.appengine.v1.CreateVersionMethodOrBuilder
Create version request.
getRequestOrBuilder() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
Update service request.
getRequestOrBuilder() - Method in class com.google.appengine.v1.UpdateServiceMethod
Update service request.
getRequestOrBuilder() - Method in interface com.google.appengine.v1.UpdateServiceMethodOrBuilder
Update service request.
getRequests() - Method in class com.google.appengine.v1.Instance.Builder
Number of requests since this instance was started.
getRequests() - Method in class com.google.appengine.v1.Instance
Number of requests since this instance was started.
getRequests() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Number of requests since this instance was started.
getRequestUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by request utilization.
getRequestUtilization() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by request utilization.
getRequestUtilization() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by request utilization.
getRequestUtilizationBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by request utilization.
getRequestUtilizationOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by request utilization.
getRequestUtilizationOrBuilder() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by request utilization.
getRequestUtilizationOrBuilder() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by request utilization.
getRequireMatchingFile() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Whether this handler should match the request if the file referenced by the handler does not exist.
getRequireMatchingFile() - Method in class com.google.appengine.v1.StaticFilesHandler
Whether this handler should match the request if the file referenced by the handler does not exist.
getRequireMatchingFile() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
Whether this handler should match the request if the file referenced by the handler does not exist.
getResources() - Method in class com.google.appengine.v1.Version.Builder
Machine resources for this version.
getResources() - Method in class com.google.appengine.v1.Version
Machine resources for this version.
getResources() - Method in interface com.google.appengine.v1.VersionOrBuilder
Machine resources for this version.
getResourcesBuilder() - Method in class com.google.appengine.v1.Version.Builder
Machine resources for this version.
getResourcesOrBuilder() - Method in class com.google.appengine.v1.Version.Builder
Machine resources for this version.
getResourcesOrBuilder() - Method in class com.google.appengine.v1.Version
Machine resources for this version.
getResourcesOrBuilder() - Method in interface com.google.appengine.v1.VersionOrBuilder
Machine resources for this version.
getRestartThreshold() - Method in class com.google.appengine.v1.HealthCheck.Builder
Number of consecutive failed health checks required before an instance is restarted.
getRestartThreshold() - Method in class com.google.appengine.v1.HealthCheck
Number of consecutive failed health checks required before an instance is restarted.
getRestartThreshold() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Number of consecutive failed health checks required before an instance is restarted.
getRuntime() - Method in class com.google.appengine.v1.Version.Builder
Desired runtime.
getRuntime() - Method in class com.google.appengine.v1.Version
Desired runtime.
getRuntime() - Method in interface com.google.appengine.v1.VersionOrBuilder
Desired runtime.
getRuntimeBytes() - Method in class com.google.appengine.v1.Version.Builder
Desired runtime.
getRuntimeBytes() - Method in class com.google.appengine.v1.Version
Desired runtime.
getRuntimeBytes() - Method in interface com.google.appengine.v1.VersionOrBuilder
Desired runtime.
getScalingCase() - Method in class com.google.appengine.v1.Version.Builder
 
getScalingCase() - Method in class com.google.appengine.v1.Version
 
getScalingCase() - Method in interface com.google.appengine.v1.VersionOrBuilder
 
getScript() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Path to the script from the application root directory.
getScript() - Method in class com.google.appengine.v1.ApiConfigHandler
Path to the script from the application root directory.
getScript() - Method in interface com.google.appengine.v1.ApiConfigHandlerOrBuilder
Path to the script from the application root directory.
getScript() - Method in class com.google.appengine.v1.UrlMap.Builder
Executes a script to handle the request that matches this URL pattern.
getScript() - Method in class com.google.appengine.v1.UrlMap
Executes a script to handle the request that matches this URL pattern.
getScript() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Executes a script to handle the request that matches this URL pattern.
getScriptBuilder() - Method in class com.google.appengine.v1.UrlMap.Builder
Executes a script to handle the request that matches this URL pattern.
getScriptBytes() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Path to the script from the application root directory.
getScriptBytes() - Method in class com.google.appengine.v1.ApiConfigHandler
Path to the script from the application root directory.
getScriptBytes() - Method in interface com.google.appengine.v1.ApiConfigHandlerOrBuilder
Path to the script from the application root directory.
getScriptOrBuilder() - Method in class com.google.appengine.v1.UrlMap.Builder
Executes a script to handle the request that matches this URL pattern.
getScriptOrBuilder() - Method in class com.google.appengine.v1.UrlMap
Executes a script to handle the request that matches this URL pattern.
getScriptOrBuilder() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Executes a script to handle the request that matches this URL pattern.
getScriptPath() - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
Path to the script from the application root directory.
getScriptPath() - Method in class com.google.appengine.v1.ApiEndpointHandler
Path to the script from the application root directory.
getScriptPath() - Method in interface com.google.appengine.v1.ApiEndpointHandlerOrBuilder
Path to the script from the application root directory.
getScriptPath() - Method in class com.google.appengine.v1.ScriptHandler.Builder
Path to the script from the application root directory.
getScriptPath() - Method in class com.google.appengine.v1.ScriptHandler
Path to the script from the application root directory.
getScriptPath() - Method in interface com.google.appengine.v1.ScriptHandlerOrBuilder
Path to the script from the application root directory.
getScriptPathBytes() - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
Path to the script from the application root directory.
getScriptPathBytes() - Method in class com.google.appengine.v1.ApiEndpointHandler
Path to the script from the application root directory.
getScriptPathBytes() - Method in interface com.google.appengine.v1.ApiEndpointHandlerOrBuilder
Path to the script from the application root directory.
getScriptPathBytes() - Method in class com.google.appengine.v1.ScriptHandler.Builder
Path to the script from the application root directory.
getScriptPathBytes() - Method in class com.google.appengine.v1.ScriptHandler
Path to the script from the application root directory.
getScriptPathBytes() - Method in interface com.google.appengine.v1.ScriptHandlerOrBuilder
Path to the script from the application root directory.
getSecurityLevel() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Security (HTTPS) enforcement for this URL.
getSecurityLevel() - Method in class com.google.appengine.v1.ApiConfigHandler
Security (HTTPS) enforcement for this URL.
getSecurityLevel() - Method in interface com.google.appengine.v1.ApiConfigHandlerOrBuilder
Security (HTTPS) enforcement for this URL.
getSecurityLevel() - Method in class com.google.appengine.v1.UrlMap.Builder
Security (HTTPS) enforcement for this URL.
getSecurityLevel() - Method in class com.google.appengine.v1.UrlMap
Security (HTTPS) enforcement for this URL.
getSecurityLevel() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Security (HTTPS) enforcement for this URL.
getSecurityLevelValue() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Security (HTTPS) enforcement for this URL.
getSecurityLevelValue() - Method in class com.google.appengine.v1.ApiConfigHandler
Security (HTTPS) enforcement for this URL.
getSecurityLevelValue() - Method in interface com.google.appengine.v1.ApiConfigHandlerOrBuilder
Security (HTTPS) enforcement for this URL.
getSecurityLevelValue() - Method in class com.google.appengine.v1.UrlMap.Builder
Security (HTTPS) enforcement for this URL.
getSecurityLevelValue() - Method in class com.google.appengine.v1.UrlMap
Security (HTTPS) enforcement for this URL.
getSecurityLevelValue() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Security (HTTPS) enforcement for this URL.
getSerializedSize() - Method in class com.google.appengine.v1.ApiConfigHandler
 
getSerializedSize() - Method in class com.google.appengine.v1.ApiEndpointHandler
 
getSerializedSize() - Method in class com.google.appengine.v1.Application
 
getSerializedSize() - Method in class com.google.appengine.v1.AuditData
 
getSerializedSize() - Method in class com.google.appengine.v1.AutomaticScaling
 
getSerializedSize() - Method in class com.google.appengine.v1.BasicScaling
 
getSerializedSize() - Method in class com.google.appengine.v1.ContainerInfo
 
getSerializedSize() - Method in class com.google.appengine.v1.CpuUtilization
 
getSerializedSize() - Method in class com.google.appengine.v1.CreateVersionMethod
 
getSerializedSize() - Method in class com.google.appengine.v1.CreateVersionRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.DebugInstanceRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.DeleteServiceRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.DeleteVersionRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.Deployment
 
getSerializedSize() - Method in class com.google.appengine.v1.DiskUtilization
 
getSerializedSize() - Method in class com.google.appengine.v1.ErrorHandler
 
getSerializedSize() - Method in class com.google.appengine.v1.FileInfo
 
getSerializedSize() - Method in class com.google.appengine.v1.GetApplicationRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.GetInstanceRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.GetServiceRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.GetVersionRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.HealthCheck
 
getSerializedSize() - Method in class com.google.appengine.v1.Instance
 
getSerializedSize() - Method in class com.google.appengine.v1.Library
 
getSerializedSize() - Method in class com.google.appengine.v1.ListInstancesRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.ListInstancesResponse
 
getSerializedSize() - Method in class com.google.appengine.v1.ListServicesRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.ListServicesResponse
 
getSerializedSize() - Method in class com.google.appengine.v1.ListVersionsRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.ListVersionsResponse
 
getSerializedSize() - Method in class com.google.appengine.v1.LocationMetadata
 
getSerializedSize() - Method in class com.google.appengine.v1.ManualScaling
 
getSerializedSize() - Method in class com.google.appengine.v1.Network
 
getSerializedSize() - Method in class com.google.appengine.v1.NetworkUtilization
 
getSerializedSize() - Method in class com.google.appengine.v1.OperationMetadataV1
 
getSerializedSize() - Method in class com.google.appengine.v1.RepairApplicationRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.RequestUtilization
 
getSerializedSize() - Method in class com.google.appengine.v1.Resources
 
getSerializedSize() - Method in class com.google.appengine.v1.ScriptHandler
 
getSerializedSize() - Method in class com.google.appengine.v1.Service
 
getSerializedSize() - Method in class com.google.appengine.v1.StaticFilesHandler
 
getSerializedSize() - Method in class com.google.appengine.v1.TrafficSplit
 
getSerializedSize() - Method in class com.google.appengine.v1.UpdateServiceMethod
 
getSerializedSize() - Method in class com.google.appengine.v1.UpdateServiceRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.UpdateVersionRequest
 
getSerializedSize() - Method in class com.google.appengine.v1.UrlDispatchRule
 
getSerializedSize() - Method in class com.google.appengine.v1.UrlMap
 
getSerializedSize() - Method in class com.google.appengine.v1.Version
 
getSerializedSize() - Method in class com.google.appengine.v1.ZipInfo
 
getService() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
A Service resource containing the updated service.
getService() - Method in class com.google.appengine.v1.UpdateServiceRequest
A Service resource containing the updated service.
getService() - Method in interface com.google.appengine.v1.UpdateServiceRequestOrBuilder
A Service resource containing the updated service.
getService() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Resource ID of a service in this application that should serve the matched request.
getService() - Method in class com.google.appengine.v1.UrlDispatchRule
Resource ID of a service in this application that should serve the matched request.
getService() - Method in interface com.google.appengine.v1.UrlDispatchRuleOrBuilder
Resource ID of a service in this application that should serve the matched request.
getServiceBuilder() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
A Service resource containing the updated service.
getServiceBytes() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Resource ID of a service in this application that should serve the matched request.
getServiceBytes() - Method in class com.google.appengine.v1.UrlDispatchRule
Resource ID of a service in this application that should serve the matched request.
getServiceBytes() - Method in interface com.google.appengine.v1.UrlDispatchRuleOrBuilder
Resource ID of a service in this application that should serve the matched request.
getServiceOrBuilder() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
A Service resource containing the updated service.
getServiceOrBuilder() - Method in class com.google.appengine.v1.UpdateServiceRequest
A Service resource containing the updated service.
getServiceOrBuilder() - Method in interface com.google.appengine.v1.UpdateServiceRequestOrBuilder
A Service resource containing the updated service.
GetServiceRequest - Class in com.google.appengine.v1
Request message for `Services.GetService`.
GetServiceRequest.Builder - Class in com.google.appengine.v1
Request message for `Services.GetService`.
GetServiceRequestOrBuilder - Interface in com.google.appengine.v1
 
getServices(int) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
getServices(int) - Method in class com.google.appengine.v1.ListServicesResponse
The services belonging to the requested application.
getServices(int) - Method in interface com.google.appengine.v1.ListServicesResponseOrBuilder
The services belonging to the requested application.
getServicesBuilder(int) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
getServicesBuilderList() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
getServicesCount() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
getServicesCount() - Method in class com.google.appengine.v1.ListServicesResponse
The services belonging to the requested application.
getServicesCount() - Method in interface com.google.appengine.v1.ListServicesResponseOrBuilder
The services belonging to the requested application.
getServicesList() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
getServicesList() - Method in class com.google.appengine.v1.ListServicesResponse
The services belonging to the requested application.
getServicesList() - Method in interface com.google.appengine.v1.ListServicesResponseOrBuilder
The services belonging to the requested application.
getServicesOrBuilder(int) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
getServicesOrBuilder(int) - Method in class com.google.appengine.v1.ListServicesResponse
The services belonging to the requested application.
getServicesOrBuilder(int) - Method in interface com.google.appengine.v1.ListServicesResponseOrBuilder
The services belonging to the requested application.
getServicesOrBuilderList() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
getServicesOrBuilderList() - Method in class com.google.appengine.v1.ListServicesResponse
The services belonging to the requested application.
getServicesOrBuilderList() - Method in interface com.google.appengine.v1.ListServicesResponseOrBuilder
The services belonging to the requested application.
getServingStatus() - Method in class com.google.appengine.v1.Version.Builder
Current serving status of this version.
getServingStatus() - Method in class com.google.appengine.v1.Version
Current serving status of this version.
getServingStatus() - Method in interface com.google.appengine.v1.VersionOrBuilder
Current serving status of this version.
getServingStatusValue() - Method in class com.google.appengine.v1.Version.Builder
Current serving status of this version.
getServingStatusValue() - Method in class com.google.appengine.v1.Version
Current serving status of this version.
getServingStatusValue() - Method in interface com.google.appengine.v1.VersionOrBuilder
Current serving status of this version.
getSha1Sum() - Method in class com.google.appengine.v1.FileInfo.Builder
The SHA1 hash of the file, in hex.
getSha1Sum() - Method in class com.google.appengine.v1.FileInfo
The SHA1 hash of the file, in hex.
getSha1Sum() - Method in interface com.google.appengine.v1.FileInfoOrBuilder
The SHA1 hash of the file, in hex.
getSha1SumBytes() - Method in class com.google.appengine.v1.FileInfo.Builder
The SHA1 hash of the file, in hex.
getSha1SumBytes() - Method in class com.google.appengine.v1.FileInfo
The SHA1 hash of the file, in hex.
getSha1SumBytes() - Method in interface com.google.appengine.v1.FileInfoOrBuilder
The SHA1 hash of the file, in hex.
getShardBy() - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mechanism used to determine which version a request is sent to.
getShardBy() - Method in class com.google.appengine.v1.TrafficSplit
Mechanism used to determine which version a request is sent to.
getShardBy() - Method in interface com.google.appengine.v1.TrafficSplitOrBuilder
Mechanism used to determine which version a request is sent to.
getShardByValue() - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mechanism used to determine which version a request is sent to.
getShardByValue() - Method in class com.google.appengine.v1.TrafficSplit
Mechanism used to determine which version a request is sent to.
getShardByValue() - Method in interface com.google.appengine.v1.TrafficSplitOrBuilder
Mechanism used to determine which version a request is sent to.
getSourceUrl() - Method in class com.google.appengine.v1.FileInfo.Builder
URL source to use to fetch this file.
getSourceUrl() - Method in class com.google.appengine.v1.FileInfo
URL source to use to fetch this file.
getSourceUrl() - Method in interface com.google.appengine.v1.FileInfoOrBuilder
URL source to use to fetch this file.
getSourceUrl() - Method in class com.google.appengine.v1.ZipInfo.Builder
URL of the zip file to deploy from.
getSourceUrl() - Method in class com.google.appengine.v1.ZipInfo
URL of the zip file to deploy from.
getSourceUrl() - Method in interface com.google.appengine.v1.ZipInfoOrBuilder
URL of the zip file to deploy from.
getSourceUrlBytes() - Method in class com.google.appengine.v1.FileInfo.Builder
URL source to use to fetch this file.
getSourceUrlBytes() - Method in class com.google.appengine.v1.FileInfo
URL source to use to fetch this file.
getSourceUrlBytes() - Method in interface com.google.appengine.v1.FileInfoOrBuilder
URL source to use to fetch this file.
getSourceUrlBytes() - Method in class com.google.appengine.v1.ZipInfo.Builder
URL of the zip file to deploy from.
getSourceUrlBytes() - Method in class com.google.appengine.v1.ZipInfo
URL of the zip file to deploy from.
getSourceUrlBytes() - Method in interface com.google.appengine.v1.ZipInfoOrBuilder
URL of the zip file to deploy from.
getSplit() - Method in class com.google.appengine.v1.Service.Builder
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
getSplit() - Method in class com.google.appengine.v1.Service
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
getSplit() - Method in interface com.google.appengine.v1.ServiceOrBuilder
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
getSplitBuilder() - Method in class com.google.appengine.v1.Service.Builder
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
getSplitOrBuilder() - Method in class com.google.appengine.v1.Service.Builder
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
getSplitOrBuilder() - Method in class com.google.appengine.v1.Service
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
getSplitOrBuilder() - Method in interface com.google.appengine.v1.ServiceOrBuilder
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
getStandardEnvironmentAvailable() - Method in class com.google.appengine.v1.LocationMetadata.Builder
App Engine Standard Environment is available in the given location.
getStandardEnvironmentAvailable() - Method in class com.google.appengine.v1.LocationMetadata
App Engine Standard Environment is available in the given location.
getStandardEnvironmentAvailable() - Method in interface com.google.appengine.v1.LocationMetadataOrBuilder
App Engine Standard Environment is available in the given location.
getStartTime() - Method in class com.google.appengine.v1.Instance.Builder
Time that this instance was started.
getStartTime() - Method in class com.google.appengine.v1.Instance
Time that this instance was started.
getStartTime() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Time that this instance was started.
getStartTimeBuilder() - Method in class com.google.appengine.v1.Instance.Builder
Time that this instance was started.
getStartTimeOrBuilder() - Method in class com.google.appengine.v1.Instance.Builder
Time that this instance was started.
getStartTimeOrBuilder() - Method in class com.google.appengine.v1.Instance
Time that this instance was started.
getStartTimeOrBuilder() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Time that this instance was started.
getStaticFile() - Method in class com.google.appengine.v1.ErrorHandler.Builder
Static file content to be served for this error.
getStaticFile() - Method in class com.google.appengine.v1.ErrorHandler
Static file content to be served for this error.
getStaticFile() - Method in interface com.google.appengine.v1.ErrorHandlerOrBuilder
Static file content to be served for this error.
getStaticFileBytes() - Method in class com.google.appengine.v1.ErrorHandler.Builder
Static file content to be served for this error.
getStaticFileBytes() - Method in class com.google.appengine.v1.ErrorHandler
Static file content to be served for this error.
getStaticFileBytes() - Method in interface com.google.appengine.v1.ErrorHandlerOrBuilder
Static file content to be served for this error.
getStaticFiles() - Method in class com.google.appengine.v1.UrlMap.Builder
Returns the contents of a file, such as an image, as the response.
getStaticFiles() - Method in class com.google.appengine.v1.UrlMap
Returns the contents of a file, such as an image, as the response.
getStaticFiles() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Returns the contents of a file, such as an image, as the response.
getStaticFilesBuilder() - Method in class com.google.appengine.v1.UrlMap.Builder
Returns the contents of a file, such as an image, as the response.
getStaticFilesOrBuilder() - Method in class com.google.appengine.v1.UrlMap.Builder
Returns the contents of a file, such as an image, as the response.
getStaticFilesOrBuilder() - Method in class com.google.appengine.v1.UrlMap
Returns the contents of a file, such as an image, as the response.
getStaticFilesOrBuilder() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Returns the contents of a file, such as an image, as the response.
getTarget() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Name of the resource that this operation is acting on.
getTarget() - Method in class com.google.appengine.v1.OperationMetadataV1
Name of the resource that this operation is acting on.
getTarget() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
Name of the resource that this operation is acting on.
getTargetBytes() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Name of the resource that this operation is acting on.
getTargetBytes() - Method in class com.google.appengine.v1.OperationMetadataV1
Name of the resource that this operation is acting on.
getTargetBytes() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
Name of the resource that this operation is acting on.
getTargetConcurrentRequests() - Method in class com.google.appengine.v1.RequestUtilization.Builder
Target number of concurrent requests.
getTargetConcurrentRequests() - Method in class com.google.appengine.v1.RequestUtilization
Target number of concurrent requests.
getTargetConcurrentRequests() - Method in interface com.google.appengine.v1.RequestUtilizationOrBuilder
Target number of concurrent requests.
getTargetReadBytesPerSecond() - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target bytes read per second.
getTargetReadBytesPerSecond() - Method in class com.google.appengine.v1.DiskUtilization
Target bytes read per second.
getTargetReadBytesPerSecond() - Method in interface com.google.appengine.v1.DiskUtilizationOrBuilder
Target bytes read per second.
getTargetReadOpsPerSecond() - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target ops read per seconds.
getTargetReadOpsPerSecond() - Method in class com.google.appengine.v1.DiskUtilization
Target ops read per seconds.
getTargetReadOpsPerSecond() - Method in interface com.google.appengine.v1.DiskUtilizationOrBuilder
Target ops read per seconds.
getTargetReceivedBytesPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target bytes received per second.
getTargetReceivedBytesPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization
Target bytes received per second.
getTargetReceivedBytesPerSecond() - Method in interface com.google.appengine.v1.NetworkUtilizationOrBuilder
Target bytes received per second.
getTargetReceivedPacketsPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target packets received per second.
getTargetReceivedPacketsPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization
Target packets received per second.
getTargetReceivedPacketsPerSecond() - Method in interface com.google.appengine.v1.NetworkUtilizationOrBuilder
Target packets received per second.
getTargetRequestCountPerSecond() - Method in class com.google.appengine.v1.RequestUtilization.Builder
Target requests per second.
getTargetRequestCountPerSecond() - Method in class com.google.appengine.v1.RequestUtilization
Target requests per second.
getTargetRequestCountPerSecond() - Method in interface com.google.appengine.v1.RequestUtilizationOrBuilder
Target requests per second.
getTargetSentBytesPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target bytes sent per second.
getTargetSentBytesPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization
Target bytes sent per second.
getTargetSentBytesPerSecond() - Method in interface com.google.appengine.v1.NetworkUtilizationOrBuilder
Target bytes sent per second.
getTargetSentPacketsPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target packets sent per second.
getTargetSentPacketsPerSecond() - Method in class com.google.appengine.v1.NetworkUtilization
Target packets sent per second.
getTargetSentPacketsPerSecond() - Method in interface com.google.appengine.v1.NetworkUtilizationOrBuilder
Target packets sent per second.
getTargetUtilization() - Method in class com.google.appengine.v1.CpuUtilization.Builder
Target CPU utilization ratio to maintain when scaling.
getTargetUtilization() - Method in class com.google.appengine.v1.CpuUtilization
Target CPU utilization ratio to maintain when scaling.
getTargetUtilization() - Method in interface com.google.appengine.v1.CpuUtilizationOrBuilder
Target CPU utilization ratio to maintain when scaling.
getTargetWriteBytesPerSecond() - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target bytes written per second.
getTargetWriteBytesPerSecond() - Method in class com.google.appengine.v1.DiskUtilization
Target bytes written per second.
getTargetWriteBytesPerSecond() - Method in interface com.google.appengine.v1.DiskUtilizationOrBuilder
Target bytes written per second.
getTargetWriteOpsPerSecond() - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target ops written per second.
getTargetWriteOpsPerSecond() - Method in class com.google.appengine.v1.DiskUtilization
Target ops written per second.
getTargetWriteOpsPerSecond() - Method in interface com.google.appengine.v1.DiskUtilizationOrBuilder
Target ops written per second.
getThreadsafe() - Method in class com.google.appengine.v1.Version.Builder
Whether multiple requests can be dispatched to this version at once.
getThreadsafe() - Method in class com.google.appengine.v1.Version
Whether multiple requests can be dispatched to this version at once.
getThreadsafe() - Method in interface com.google.appengine.v1.VersionOrBuilder
Whether multiple requests can be dispatched to this version at once.
getTimeout() - Method in class com.google.appengine.v1.HealthCheck.Builder
Time before the health check is considered failed.
getTimeout() - Method in class com.google.appengine.v1.HealthCheck
Time before the health check is considered failed.
getTimeout() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Time before the health check is considered failed.
getTimeoutBuilder() - Method in class com.google.appengine.v1.HealthCheck.Builder
Time before the health check is considered failed.
getTimeoutOrBuilder() - Method in class com.google.appengine.v1.HealthCheck.Builder
Time before the health check is considered failed.
getTimeoutOrBuilder() - Method in class com.google.appengine.v1.HealthCheck
Time before the health check is considered failed.
getTimeoutOrBuilder() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Time before the health check is considered failed.
getUnhealthyThreshold() - Method in class com.google.appengine.v1.HealthCheck.Builder
Number of consecutive failed health checks required before removing traffic.
getUnhealthyThreshold() - Method in class com.google.appengine.v1.HealthCheck
Number of consecutive failed health checks required before removing traffic.
getUnhealthyThreshold() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Number of consecutive failed health checks required before removing traffic.
getUnknownFields() - Method in class com.google.appengine.v1.ApiConfigHandler
 
getUnknownFields() - Method in class com.google.appengine.v1.ApiEndpointHandler
 
getUnknownFields() - Method in class com.google.appengine.v1.Application
 
getUnknownFields() - Method in class com.google.appengine.v1.AuditData
 
getUnknownFields() - Method in class com.google.appengine.v1.AutomaticScaling
 
getUnknownFields() - Method in class com.google.appengine.v1.BasicScaling
 
getUnknownFields() - Method in class com.google.appengine.v1.ContainerInfo
 
getUnknownFields() - Method in class com.google.appengine.v1.CpuUtilization
 
getUnknownFields() - Method in class com.google.appengine.v1.CreateVersionMethod
 
getUnknownFields() - Method in class com.google.appengine.v1.CreateVersionRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.DebugInstanceRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.DeleteServiceRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.DeleteVersionRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.Deployment
 
getUnknownFields() - Method in class com.google.appengine.v1.DiskUtilization
 
getUnknownFields() - Method in class com.google.appengine.v1.ErrorHandler
 
getUnknownFields() - Method in class com.google.appengine.v1.FileInfo
 
getUnknownFields() - Method in class com.google.appengine.v1.GetApplicationRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.GetInstanceRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.GetServiceRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.GetVersionRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.HealthCheck
 
getUnknownFields() - Method in class com.google.appengine.v1.Instance
 
getUnknownFields() - Method in class com.google.appengine.v1.Library
 
getUnknownFields() - Method in class com.google.appengine.v1.ListInstancesRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.ListInstancesResponse
 
getUnknownFields() - Method in class com.google.appengine.v1.ListServicesRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.ListServicesResponse
 
getUnknownFields() - Method in class com.google.appengine.v1.ListVersionsRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.ListVersionsResponse
 
getUnknownFields() - Method in class com.google.appengine.v1.LocationMetadata
 
getUnknownFields() - Method in class com.google.appengine.v1.ManualScaling
 
getUnknownFields() - Method in class com.google.appengine.v1.Network
 
getUnknownFields() - Method in class com.google.appengine.v1.NetworkUtilization
 
getUnknownFields() - Method in class com.google.appengine.v1.OperationMetadataV1
 
getUnknownFields() - Method in class com.google.appengine.v1.RepairApplicationRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.RequestUtilization
 
getUnknownFields() - Method in class com.google.appengine.v1.Resources
 
getUnknownFields() - Method in class com.google.appengine.v1.ScriptHandler
 
getUnknownFields() - Method in class com.google.appengine.v1.Service
 
getUnknownFields() - Method in class com.google.appengine.v1.StaticFilesHandler
 
getUnknownFields() - Method in class com.google.appengine.v1.TrafficSplit
 
getUnknownFields() - Method in class com.google.appengine.v1.UpdateServiceMethod
 
getUnknownFields() - Method in class com.google.appengine.v1.UpdateServiceRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.UpdateVersionRequest
 
getUnknownFields() - Method in class com.google.appengine.v1.UrlDispatchRule
 
getUnknownFields() - Method in class com.google.appengine.v1.UrlMap
 
getUnknownFields() - Method in class com.google.appengine.v1.Version
 
getUnknownFields() - Method in class com.google.appengine.v1.ZipInfo
 
getUpdateMask() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Standard field mask for the set of fields to be updated.
getUpdateMask() - Method in class com.google.appengine.v1.UpdateServiceRequest
Standard field mask for the set of fields to be updated.
getUpdateMask() - Method in interface com.google.appengine.v1.UpdateServiceRequestOrBuilder
Standard field mask for the set of fields to be updated.
getUpdateMask() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Standard field mask for the set of fields to be updated.
getUpdateMask() - Method in class com.google.appengine.v1.UpdateVersionRequest
Standard field mask for the set of fields to be updated.
getUpdateMask() - Method in interface com.google.appengine.v1.UpdateVersionRequestOrBuilder
Standard field mask for the set of fields to be updated.
getUpdateMaskBuilder() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Standard field mask for the set of fields to be updated.
getUpdateMaskBuilder() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Standard field mask for the set of fields to be updated.
getUpdateMaskOrBuilder() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Standard field mask for the set of fields to be updated.
getUpdateMaskOrBuilder() - Method in class com.google.appengine.v1.UpdateServiceRequest
Standard field mask for the set of fields to be updated.
getUpdateMaskOrBuilder() - Method in interface com.google.appengine.v1.UpdateServiceRequestOrBuilder
Standard field mask for the set of fields to be updated.
getUpdateMaskOrBuilder() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Standard field mask for the set of fields to be updated.
getUpdateMaskOrBuilder() - Method in class com.google.appengine.v1.UpdateVersionRequest
Standard field mask for the set of fields to be updated.
getUpdateMaskOrBuilder() - Method in interface com.google.appengine.v1.UpdateVersionRequestOrBuilder
Standard field mask for the set of fields to be updated.
getUpdateService() - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about UpdateService call.
getUpdateService() - Method in class com.google.appengine.v1.AuditData
Detailed information about UpdateService call.
getUpdateService() - Method in interface com.google.appengine.v1.AuditDataOrBuilder
Detailed information about UpdateService call.
getUpdateServiceBuilder() - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about UpdateService call.
getUpdateServiceOrBuilder() - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about UpdateService call.
getUpdateServiceOrBuilder() - Method in class com.google.appengine.v1.AuditData
Detailed information about UpdateService call.
getUpdateServiceOrBuilder() - Method in interface com.google.appengine.v1.AuditDataOrBuilder
Detailed information about UpdateService call.
getUploadPathRegex() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Regular expression that matches the file paths for all files that should be referenced by this handler.
getUploadPathRegex() - Method in class com.google.appengine.v1.StaticFilesHandler
Regular expression that matches the file paths for all files that should be referenced by this handler.
getUploadPathRegex() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
Regular expression that matches the file paths for all files that should be referenced by this handler.
getUploadPathRegexBytes() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Regular expression that matches the file paths for all files that should be referenced by this handler.
getUploadPathRegexBytes() - Method in class com.google.appengine.v1.StaticFilesHandler
Regular expression that matches the file paths for all files that should be referenced by this handler.
getUploadPathRegexBytes() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
Regular expression that matches the file paths for all files that should be referenced by this handler.
getUrl() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
URL to serve the endpoint at.
getUrl() - Method in class com.google.appengine.v1.ApiConfigHandler
URL to serve the endpoint at.
getUrl() - Method in interface com.google.appengine.v1.ApiConfigHandlerOrBuilder
URL to serve the endpoint at.
getUrlBytes() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
URL to serve the endpoint at.
getUrlBytes() - Method in class com.google.appengine.v1.ApiConfigHandler
URL to serve the endpoint at.
getUrlBytes() - Method in interface com.google.appengine.v1.ApiConfigHandlerOrBuilder
URL to serve the endpoint at.
getUrlRegex() - Method in class com.google.appengine.v1.UrlMap.Builder
URL prefix.
getUrlRegex() - Method in class com.google.appengine.v1.UrlMap
URL prefix.
getUrlRegex() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
URL prefix.
getUrlRegexBytes() - Method in class com.google.appengine.v1.UrlMap.Builder
URL prefix.
getUrlRegexBytes() - Method in class com.google.appengine.v1.UrlMap
URL prefix.
getUrlRegexBytes() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
URL prefix.
getUser() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
User who requested this operation.
getUser() - Method in class com.google.appengine.v1.OperationMetadataV1
User who requested this operation.
getUser() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
User who requested this operation.
getUserBytes() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
User who requested this operation.
getUserBytes() - Method in class com.google.appengine.v1.OperationMetadataV1
User who requested this operation.
getUserBytes() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
User who requested this operation.
getValueDescriptor() - Method in enum com.google.appengine.v1.AuthFailAction
 
getValueDescriptor() - Method in enum com.google.appengine.v1.ErrorHandler.ErrorCode
 
getValueDescriptor() - Method in enum com.google.appengine.v1.InboundServiceType
 
getValueDescriptor() - Method in enum com.google.appengine.v1.Instance.Availability
 
getValueDescriptor() - Method in enum com.google.appengine.v1.LoginRequirement
 
getValueDescriptor() - Method in enum com.google.appengine.v1.SecurityLevel
 
getValueDescriptor() - Method in enum com.google.appengine.v1.ServingStatus
 
getValueDescriptor() - Method in enum com.google.appengine.v1.TrafficSplit.ShardBy
 
getValueDescriptor() - Method in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
 
getValueDescriptor() - Method in enum com.google.appengine.v1.VersionView
 
getVersion() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Application deployment configuration.
getVersion() - Method in class com.google.appengine.v1.CreateVersionRequest
Application deployment configuration.
getVersion() - Method in interface com.google.appengine.v1.CreateVersionRequestOrBuilder
Application deployment configuration.
getVersion() - Method in class com.google.appengine.v1.Library.Builder
Version of the library to select, or "latest".
getVersion() - Method in class com.google.appengine.v1.Library
Version of the library to select, or "latest".
getVersion() - Method in interface com.google.appengine.v1.LibraryOrBuilder
Version of the library to select, or "latest".
getVersion() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
A Version containing the updated resource.
getVersion() - Method in class com.google.appengine.v1.UpdateVersionRequest
A Version containing the updated resource.
getVersion() - Method in interface com.google.appengine.v1.UpdateVersionRequestOrBuilder
A Version containing the updated resource.
getVersionBuilder() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Application deployment configuration.
getVersionBuilder() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
A Version containing the updated resource.
getVersionBytes() - Method in class com.google.appengine.v1.Library.Builder
Version of the library to select, or "latest".
getVersionBytes() - Method in class com.google.appengine.v1.Library
Version of the library to select, or "latest".
getVersionBytes() - Method in interface com.google.appengine.v1.LibraryOrBuilder
Version of the library to select, or "latest".
getVersionOrBuilder() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Application deployment configuration.
getVersionOrBuilder() - Method in class com.google.appengine.v1.CreateVersionRequest
Application deployment configuration.
getVersionOrBuilder() - Method in interface com.google.appengine.v1.CreateVersionRequestOrBuilder
Application deployment configuration.
getVersionOrBuilder() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
A Version containing the updated resource.
getVersionOrBuilder() - Method in class com.google.appengine.v1.UpdateVersionRequest
A Version containing the updated resource.
getVersionOrBuilder() - Method in interface com.google.appengine.v1.UpdateVersionRequestOrBuilder
A Version containing the updated resource.
GetVersionRequest - Class in com.google.appengine.v1
Request message for `Versions.GetVersion`.
GetVersionRequest.Builder - Class in com.google.appengine.v1
Request message for `Versions.GetVersion`.
GetVersionRequestOrBuilder - Interface in com.google.appengine.v1
 
getVersions(int) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
getVersions(int) - Method in class com.google.appengine.v1.ListVersionsResponse
The versions belonging to the requested service.
getVersions(int) - Method in interface com.google.appengine.v1.ListVersionsResponseOrBuilder
The versions belonging to the requested service.
getVersionsBuilder(int) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
getVersionsBuilderList() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
getVersionsCount() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
getVersionsCount() - Method in class com.google.appengine.v1.ListVersionsResponse
The versions belonging to the requested service.
getVersionsCount() - Method in interface com.google.appengine.v1.ListVersionsResponseOrBuilder
The versions belonging to the requested service.
getVersionsList() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
getVersionsList() - Method in class com.google.appengine.v1.ListVersionsResponse
The versions belonging to the requested service.
getVersionsList() - Method in interface com.google.appengine.v1.ListVersionsResponseOrBuilder
The versions belonging to the requested service.
getVersionsOrBuilder(int) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
getVersionsOrBuilder(int) - Method in class com.google.appengine.v1.ListVersionsResponse
The versions belonging to the requested service.
getVersionsOrBuilder(int) - Method in interface com.google.appengine.v1.ListVersionsResponseOrBuilder
The versions belonging to the requested service.
getVersionsOrBuilderList() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
getVersionsOrBuilderList() - Method in class com.google.appengine.v1.ListVersionsResponse
The versions belonging to the requested service.
getVersionsOrBuilderList() - Method in interface com.google.appengine.v1.ListVersionsResponseOrBuilder
The versions belonging to the requested service.
getVersionUrl() - Method in class com.google.appengine.v1.Version.Builder
Serving URL for this version.
getVersionUrl() - Method in class com.google.appengine.v1.Version
Serving URL for this version.
getVersionUrl() - Method in interface com.google.appengine.v1.VersionOrBuilder
Serving URL for this version.
getVersionUrlBytes() - Method in class com.google.appengine.v1.Version.Builder
Serving URL for this version.
getVersionUrlBytes() - Method in class com.google.appengine.v1.Version
Serving URL for this version.
getVersionUrlBytes() - Method in interface com.google.appengine.v1.VersionOrBuilder
Serving URL for this version.
getView() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
Controls the set of fields returned in the `Get` response.
getView() - Method in class com.google.appengine.v1.GetVersionRequest
Controls the set of fields returned in the `Get` response.
getView() - Method in interface com.google.appengine.v1.GetVersionRequestOrBuilder
Controls the set of fields returned in the `Get` response.
getView() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Controls the set of fields returned in the `List` response.
getView() - Method in class com.google.appengine.v1.ListVersionsRequest
Controls the set of fields returned in the `List` response.
getView() - Method in interface com.google.appengine.v1.ListVersionsRequestOrBuilder
Controls the set of fields returned in the `List` response.
getViewValue() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
Controls the set of fields returned in the `Get` response.
getViewValue() - Method in class com.google.appengine.v1.GetVersionRequest
Controls the set of fields returned in the `Get` response.
getViewValue() - Method in interface com.google.appengine.v1.GetVersionRequestOrBuilder
Controls the set of fields returned in the `Get` response.
getViewValue() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Controls the set of fields returned in the `List` response.
getViewValue() - Method in class com.google.appengine.v1.ListVersionsRequest
Controls the set of fields returned in the `List` response.
getViewValue() - Method in interface com.google.appengine.v1.ListVersionsRequestOrBuilder
Controls the set of fields returned in the `List` response.
getVm() - Method in class com.google.appengine.v1.Version.Builder
Whether to deploy this version in a container on a virtual machine.
getVm() - Method in class com.google.appengine.v1.Version
Whether to deploy this version in a container on a virtual machine.
getVm() - Method in interface com.google.appengine.v1.VersionOrBuilder
Whether to deploy this version in a container on a virtual machine.
getVmDebugEnabled() - Method in class com.google.appengine.v1.Instance.Builder
Whether this instance is in debug mode.
getVmDebugEnabled() - Method in class com.google.appengine.v1.Instance
Whether this instance is in debug mode.
getVmDebugEnabled() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Whether this instance is in debug mode.
getVmId() - Method in class com.google.appengine.v1.Instance.Builder
Virtual machine ID of this instance.
getVmId() - Method in class com.google.appengine.v1.Instance
Virtual machine ID of this instance.
getVmId() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Virtual machine ID of this instance.
getVmIdBytes() - Method in class com.google.appengine.v1.Instance.Builder
Virtual machine ID of this instance.
getVmIdBytes() - Method in class com.google.appengine.v1.Instance
Virtual machine ID of this instance.
getVmIdBytes() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Virtual machine ID of this instance.
getVmName() - Method in class com.google.appengine.v1.Instance.Builder
Name of the virtual machine where this instance lives.
getVmName() - Method in class com.google.appengine.v1.Instance
Name of the virtual machine where this instance lives.
getVmName() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Name of the virtual machine where this instance lives.
getVmNameBytes() - Method in class com.google.appengine.v1.Instance.Builder
Name of the virtual machine where this instance lives.
getVmNameBytes() - Method in class com.google.appengine.v1.Instance
Name of the virtual machine where this instance lives.
getVmNameBytes() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Name of the virtual machine where this instance lives.
getVmStatus() - Method in class com.google.appengine.v1.Instance.Builder
Status of the virtual machine where this instance lives.
getVmStatus() - Method in class com.google.appengine.v1.Instance
Status of the virtual machine where this instance lives.
getVmStatus() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Status of the virtual machine where this instance lives.
getVmStatusBytes() - Method in class com.google.appengine.v1.Instance.Builder
Status of the virtual machine where this instance lives.
getVmStatusBytes() - Method in class com.google.appengine.v1.Instance
Status of the virtual machine where this instance lives.
getVmStatusBytes() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Status of the virtual machine where this instance lives.
getVmZoneName() - Method in class com.google.appengine.v1.Instance.Builder
Zone where the virtual machine is located.
getVmZoneName() - Method in class com.google.appengine.v1.Instance
Zone where the virtual machine is located.
getVmZoneName() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Zone where the virtual machine is located.
getVmZoneNameBytes() - Method in class com.google.appengine.v1.Instance.Builder
Zone where the virtual machine is located.
getVmZoneNameBytes() - Method in class com.google.appengine.v1.Instance
Zone where the virtual machine is located.
getVmZoneNameBytes() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Zone where the virtual machine is located.
getZip() - Method in class com.google.appengine.v1.Deployment.Builder
The zip file for this deployment, if this is a zip deployment.
getZip() - Method in class com.google.appengine.v1.Deployment
The zip file for this deployment, if this is a zip deployment.
getZip() - Method in interface com.google.appengine.v1.DeploymentOrBuilder
The zip file for this deployment, if this is a zip deployment.
getZipBuilder() - Method in class com.google.appengine.v1.Deployment.Builder
The zip file for this deployment, if this is a zip deployment.
getZipOrBuilder() - Method in class com.google.appengine.v1.Deployment.Builder
The zip file for this deployment, if this is a zip deployment.
getZipOrBuilder() - Method in class com.google.appengine.v1.Deployment
The zip file for this deployment, if this is a zip deployment.
getZipOrBuilder() - Method in interface com.google.appengine.v1.DeploymentOrBuilder
The zip file for this deployment, if this is a zip deployment.

H

HANDLERS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
hasAggregationWindowLength() - Method in class com.google.appengine.v1.CpuUtilization.Builder
Period of time over which CPU utilization is calculated.
hasAggregationWindowLength() - Method in class com.google.appengine.v1.CpuUtilization
Period of time over which CPU utilization is calculated.
hasAggregationWindowLength() - Method in interface com.google.appengine.v1.CpuUtilizationOrBuilder
Period of time over which CPU utilization is calculated.
hasApiConfig() - Method in class com.google.appengine.v1.Version.Builder
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
hasApiConfig() - Method in class com.google.appengine.v1.Version
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
hasApiConfig() - Method in interface com.google.appengine.v1.VersionOrBuilder
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
hasApiEndpoint() - Method in class com.google.appengine.v1.UrlMap.Builder
Uses API Endpoints to handle requests.
hasApiEndpoint() - Method in class com.google.appengine.v1.UrlMap
Uses API Endpoints to handle requests.
hasApiEndpoint() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Uses API Endpoints to handle requests.
hasAutomaticScaling() - Method in class com.google.appengine.v1.Version.Builder
Automatic scaling is based on request rate, response latencies, and other application metrics.
hasAutomaticScaling() - Method in class com.google.appengine.v1.Version
Automatic scaling is based on request rate, response latencies, and other application metrics.
hasAutomaticScaling() - Method in interface com.google.appengine.v1.VersionOrBuilder
Automatic scaling is based on request rate, response latencies, and other application metrics.
hasBasicScaling() - Method in class com.google.appengine.v1.Version.Builder
A service with basic scaling will create an instance when the application receives a request.
hasBasicScaling() - Method in class com.google.appengine.v1.Version
A service with basic scaling will create an instance when the application receives a request.
hasBasicScaling() - Method in interface com.google.appengine.v1.VersionOrBuilder
A service with basic scaling will create an instance when the application receives a request.
hasCheckInterval() - Method in class com.google.appengine.v1.HealthCheck.Builder
Interval between health checks.
hasCheckInterval() - Method in class com.google.appengine.v1.HealthCheck
Interval between health checks.
hasCheckInterval() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Interval between health checks.
hasContainer() - Method in class com.google.appengine.v1.Deployment.Builder
A Docker image that App Engine uses to run the version.
hasContainer() - Method in class com.google.appengine.v1.Deployment
A Docker image that App Engine uses to run the version.
hasContainer() - Method in interface com.google.appengine.v1.DeploymentOrBuilder
A Docker image that App Engine uses to run the version.
hasCoolDownPeriod() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
hasCoolDownPeriod() - Method in class com.google.appengine.v1.AutomaticScaling
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
hasCoolDownPeriod() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
hasCpuUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by CPU usage.
hasCpuUtilization() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by CPU usage.
hasCpuUtilization() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by CPU usage.
hasCreateTime() - Method in class com.google.appengine.v1.Version.Builder
Time that this version was created.
hasCreateTime() - Method in class com.google.appengine.v1.Version
Time that this version was created.
hasCreateTime() - Method in interface com.google.appengine.v1.VersionOrBuilder
Time that this version was created.
hasCreateVersion() - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about CreateVersion call.
hasCreateVersion() - Method in class com.google.appengine.v1.AuditData
Detailed information about CreateVersion call.
hasCreateVersion() - Method in interface com.google.appengine.v1.AuditDataOrBuilder
Detailed information about CreateVersion call.
hasDefaultCookieExpiration() - Method in class com.google.appengine.v1.Application.Builder
Cookie expiration policy for this application.
hasDefaultCookieExpiration() - Method in class com.google.appengine.v1.Application
Cookie expiration policy for this application.
hasDefaultCookieExpiration() - Method in interface com.google.appengine.v1.ApplicationOrBuilder
Cookie expiration policy for this application.
hasDefaultExpiration() - Method in class com.google.appengine.v1.Version.Builder
Duration that static files should be cached by web proxies and browsers.
hasDefaultExpiration() - Method in class com.google.appengine.v1.Version
Duration that static files should be cached by web proxies and browsers.
hasDefaultExpiration() - Method in interface com.google.appengine.v1.VersionOrBuilder
Duration that static files should be cached by web proxies and browsers.
hasDeployment() - Method in class com.google.appengine.v1.Version.Builder
Code and application artifacts that make up this version.
hasDeployment() - Method in class com.google.appengine.v1.Version
Code and application artifacts that make up this version.
hasDeployment() - Method in interface com.google.appengine.v1.VersionOrBuilder
Code and application artifacts that make up this version.
hasDiskUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by disk usage.
hasDiskUtilization() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by disk usage.
hasDiskUtilization() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by disk usage.
hasEndTime() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation completed.
hasEndTime() - Method in class com.google.appengine.v1.OperationMetadataV1
Time that this operation completed.
hasEndTime() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
Time that this operation completed.
hasExpiration() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Time a static file served by this handler should be cached by web proxies and browsers.
hasExpiration() - Method in class com.google.appengine.v1.StaticFilesHandler
Time a static file served by this handler should be cached by web proxies and browsers.
hasExpiration() - Method in interface com.google.appengine.v1.StaticFilesHandlerOrBuilder
Time a static file served by this handler should be cached by web proxies and browsers.
hashCode() - Method in class com.google.appengine.v1.ApiConfigHandler
 
hashCode() - Method in class com.google.appengine.v1.ApiEndpointHandler
 
hashCode() - Method in class com.google.appengine.v1.Application
 
hashCode() - Method in class com.google.appengine.v1.AuditData
 
hashCode() - Method in class com.google.appengine.v1.AutomaticScaling
 
hashCode() - Method in class com.google.appengine.v1.BasicScaling
 
hashCode() - Method in class com.google.appengine.v1.ContainerInfo
 
hashCode() - Method in class com.google.appengine.v1.CpuUtilization
 
hashCode() - Method in class com.google.appengine.v1.CreateVersionMethod
 
hashCode() - Method in class com.google.appengine.v1.CreateVersionRequest
 
hashCode() - Method in class com.google.appengine.v1.DebugInstanceRequest
 
hashCode() - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
hashCode() - Method in class com.google.appengine.v1.DeleteServiceRequest
 
hashCode() - Method in class com.google.appengine.v1.DeleteVersionRequest
 
hashCode() - Method in class com.google.appengine.v1.Deployment
 
hashCode() - Method in class com.google.appengine.v1.DiskUtilization
 
hashCode() - Method in class com.google.appengine.v1.ErrorHandler
 
hashCode() - Method in class com.google.appengine.v1.FileInfo
 
hashCode() - Method in class com.google.appengine.v1.GetApplicationRequest
 
hashCode() - Method in class com.google.appengine.v1.GetInstanceRequest
 
hashCode() - Method in class com.google.appengine.v1.GetServiceRequest
 
hashCode() - Method in class com.google.appengine.v1.GetVersionRequest
 
hashCode() - Method in class com.google.appengine.v1.HealthCheck
 
hashCode() - Method in class com.google.appengine.v1.Instance
 
hashCode() - Method in class com.google.appengine.v1.Library
 
hashCode() - Method in class com.google.appengine.v1.ListInstancesRequest
 
hashCode() - Method in class com.google.appengine.v1.ListInstancesResponse
 
hashCode() - Method in class com.google.appengine.v1.ListServicesRequest
 
hashCode() - Method in class com.google.appengine.v1.ListServicesResponse
 
hashCode() - Method in class com.google.appengine.v1.ListVersionsRequest
 
hashCode() - Method in class com.google.appengine.v1.ListVersionsResponse
 
hashCode() - Method in class com.google.appengine.v1.LocationMetadata
 
hashCode() - Method in class com.google.appengine.v1.ManualScaling
 
hashCode() - Method in class com.google.appengine.v1.Network
 
hashCode() - Method in class com.google.appengine.v1.NetworkUtilization
 
hashCode() - Method in class com.google.appengine.v1.OperationMetadataV1
 
hashCode() - Method in class com.google.appengine.v1.RepairApplicationRequest
 
hashCode() - Method in class com.google.appengine.v1.RequestUtilization
 
hashCode() - Method in class com.google.appengine.v1.Resources
 
hashCode() - Method in class com.google.appengine.v1.ScriptHandler
 
hashCode() - Method in class com.google.appengine.v1.Service
 
hashCode() - Method in class com.google.appengine.v1.StaticFilesHandler
 
hashCode() - Method in class com.google.appengine.v1.TrafficSplit
 
hashCode() - Method in class com.google.appengine.v1.UpdateServiceMethod
 
hashCode() - Method in class com.google.appengine.v1.UpdateServiceRequest
 
hashCode() - Method in class com.google.appengine.v1.UpdateVersionRequest
 
hashCode() - Method in class com.google.appengine.v1.UrlDispatchRule
 
hashCode() - Method in class com.google.appengine.v1.UrlMap
 
hashCode() - Method in class com.google.appengine.v1.Version
 
hashCode() - Method in class com.google.appengine.v1.ZipInfo
 
hasHealthCheck() - Method in class com.google.appengine.v1.Version.Builder
Configures health checking for VM instances.
hasHealthCheck() - Method in class com.google.appengine.v1.Version
Configures health checking for VM instances.
hasHealthCheck() - Method in interface com.google.appengine.v1.VersionOrBuilder
Configures health checking for VM instances.
hasIdleTimeout() - Method in class com.google.appengine.v1.BasicScaling.Builder
Duration of time after the last request that an instance must wait before the instance is shut down.
hasIdleTimeout() - Method in class com.google.appengine.v1.BasicScaling
Duration of time after the last request that an instance must wait before the instance is shut down.
hasIdleTimeout() - Method in interface com.google.appengine.v1.BasicScalingOrBuilder
Duration of time after the last request that an instance must wait before the instance is shut down.
hasInsertTime() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation was created.
hasInsertTime() - Method in class com.google.appengine.v1.OperationMetadataV1
Time that this operation was created.
hasInsertTime() - Method in interface com.google.appengine.v1.OperationMetadataV1OrBuilder
Time that this operation was created.
hasManualScaling() - Method in class com.google.appengine.v1.Version.Builder
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
hasManualScaling() - Method in class com.google.appengine.v1.Version
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
hasManualScaling() - Method in interface com.google.appengine.v1.VersionOrBuilder
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
hasMaxPendingLatency() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
hasMaxPendingLatency() - Method in class com.google.appengine.v1.AutomaticScaling
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
hasMaxPendingLatency() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
hasMinPendingLatency() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
hasMinPendingLatency() - Method in class com.google.appengine.v1.AutomaticScaling
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
hasMinPendingLatency() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
hasNetwork() - Method in class com.google.appengine.v1.Version.Builder
Extra network settings.
hasNetwork() - Method in class com.google.appengine.v1.Version
Extra network settings.
hasNetwork() - Method in interface com.google.appengine.v1.VersionOrBuilder
Extra network settings.
hasNetworkUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by network usage.
hasNetworkUtilization() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by network usage.
hasNetworkUtilization() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by network usage.
hasRequest() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
Create version request.
hasRequest() - Method in class com.google.appengine.v1.CreateVersionMethod
Create version request.
hasRequest() - Method in interface com.google.appengine.v1.CreateVersionMethodOrBuilder
Create version request.
hasRequest() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
Update service request.
hasRequest() - Method in class com.google.appengine.v1.UpdateServiceMethod
Update service request.
hasRequest() - Method in interface com.google.appengine.v1.UpdateServiceMethodOrBuilder
Update service request.
hasRequestUtilization() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by request utilization.
hasRequestUtilization() - Method in class com.google.appengine.v1.AutomaticScaling
Target scaling by request utilization.
hasRequestUtilization() - Method in interface com.google.appengine.v1.AutomaticScalingOrBuilder
Target scaling by request utilization.
hasResources() - Method in class com.google.appengine.v1.Version.Builder
Machine resources for this version.
hasResources() - Method in class com.google.appengine.v1.Version
Machine resources for this version.
hasResources() - Method in interface com.google.appengine.v1.VersionOrBuilder
Machine resources for this version.
hasScript() - Method in class com.google.appengine.v1.UrlMap.Builder
Executes a script to handle the request that matches this URL pattern.
hasScript() - Method in class com.google.appengine.v1.UrlMap
Executes a script to handle the request that matches this URL pattern.
hasScript() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Executes a script to handle the request that matches this URL pattern.
hasService() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
A Service resource containing the updated service.
hasService() - Method in class com.google.appengine.v1.UpdateServiceRequest
A Service resource containing the updated service.
hasService() - Method in interface com.google.appengine.v1.UpdateServiceRequestOrBuilder
A Service resource containing the updated service.
hasSplit() - Method in class com.google.appengine.v1.Service.Builder
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
hasSplit() - Method in class com.google.appengine.v1.Service
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
hasSplit() - Method in interface com.google.appengine.v1.ServiceOrBuilder
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
hasStartTime() - Method in class com.google.appengine.v1.Instance.Builder
Time that this instance was started.
hasStartTime() - Method in class com.google.appengine.v1.Instance
Time that this instance was started.
hasStartTime() - Method in interface com.google.appengine.v1.InstanceOrBuilder
Time that this instance was started.
hasStaticFiles() - Method in class com.google.appengine.v1.UrlMap.Builder
Returns the contents of a file, such as an image, as the response.
hasStaticFiles() - Method in class com.google.appengine.v1.UrlMap
Returns the contents of a file, such as an image, as the response.
hasStaticFiles() - Method in interface com.google.appengine.v1.UrlMapOrBuilder
Returns the contents of a file, such as an image, as the response.
hasTimeout() - Method in class com.google.appengine.v1.HealthCheck.Builder
Time before the health check is considered failed.
hasTimeout() - Method in class com.google.appengine.v1.HealthCheck
Time before the health check is considered failed.
hasTimeout() - Method in interface com.google.appengine.v1.HealthCheckOrBuilder
Time before the health check is considered failed.
hasUpdateMask() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Standard field mask for the set of fields to be updated.
hasUpdateMask() - Method in class com.google.appengine.v1.UpdateServiceRequest
Standard field mask for the set of fields to be updated.
hasUpdateMask() - Method in interface com.google.appengine.v1.UpdateServiceRequestOrBuilder
Standard field mask for the set of fields to be updated.
hasUpdateMask() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Standard field mask for the set of fields to be updated.
hasUpdateMask() - Method in class com.google.appengine.v1.UpdateVersionRequest
Standard field mask for the set of fields to be updated.
hasUpdateMask() - Method in interface com.google.appengine.v1.UpdateVersionRequestOrBuilder
Standard field mask for the set of fields to be updated.
hasUpdateService() - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about UpdateService call.
hasUpdateService() - Method in class com.google.appengine.v1.AuditData
Detailed information about UpdateService call.
hasUpdateService() - Method in interface com.google.appengine.v1.AuditDataOrBuilder
Detailed information about UpdateService call.
hasVersion() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Application deployment configuration.
hasVersion() - Method in class com.google.appengine.v1.CreateVersionRequest
Application deployment configuration.
hasVersion() - Method in interface com.google.appengine.v1.CreateVersionRequestOrBuilder
Application deployment configuration.
hasVersion() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
A Version containing the updated resource.
hasVersion() - Method in class com.google.appengine.v1.UpdateVersionRequest
A Version containing the updated resource.
hasVersion() - Method in interface com.google.appengine.v1.UpdateVersionRequestOrBuilder
A Version containing the updated resource.
hasZip() - Method in class com.google.appengine.v1.Deployment.Builder
The zip file for this deployment, if this is a zip deployment.
hasZip() - Method in class com.google.appengine.v1.Deployment
The zip file for this deployment, if this is a zip deployment.
hasZip() - Method in interface com.google.appengine.v1.DeploymentOrBuilder
The zip file for this deployment, if this is a zip deployment.
HEALTH_CHECK_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
HealthCheck - Class in com.google.appengine.v1
Health checking configuration for VM instances.
HealthCheck.Builder - Class in com.google.appengine.v1
Health checking configuration for VM instances.
HealthCheckOrBuilder - Interface in com.google.appengine.v1
 
HEALTHY_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.appengine.v1.HealthCheck
 
HOST_FIELD_NUMBER - Static variable in class com.google.appengine.v1.HealthCheck
 
HTTP_HEADERS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.StaticFilesHandler
 

I

ID_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Application
 
ID_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
ID_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Service
 
ID_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
IDLE_TIMEOUT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.BasicScaling
 
IMAGE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ContainerInfo
 
INBOUND_SERVICE_CHANNEL_PRESENCE_VALUE - Static variable in enum com.google.appengine.v1.InboundServiceType
Registers an application for notifications when a client connects or disconnects from a channel.
INBOUND_SERVICE_MAIL_BOUNCE_VALUE - Static variable in enum com.google.appengine.v1.InboundServiceType
Allows an application to receive email-bound notifications.
INBOUND_SERVICE_MAIL_VALUE - Static variable in enum com.google.appengine.v1.InboundServiceType
Allows an application to receive mail.
INBOUND_SERVICE_UNSPECIFIED_VALUE - Static variable in enum com.google.appengine.v1.InboundServiceType
Not specified.
INBOUND_SERVICE_WARMUP_VALUE - Static variable in enum com.google.appengine.v1.InboundServiceType
Enables warmup requests.
INBOUND_SERVICE_XMPP_ERROR_VALUE - Static variable in enum com.google.appengine.v1.InboundServiceType
Allows an application to receive error stanzas.
INBOUND_SERVICE_XMPP_MESSAGE_VALUE - Static variable in enum com.google.appengine.v1.InboundServiceType
Allows an application to receive instant messages.
INBOUND_SERVICE_XMPP_PRESENCE_VALUE - Static variable in enum com.google.appengine.v1.InboundServiceType
Allows an application to receive a user's chat presence.
INBOUND_SERVICE_XMPP_SUBSCRIBE_VALUE - Static variable in enum com.google.appengine.v1.InboundServiceType
Allows an application to receive user subscription POSTs.
INBOUND_SERVICES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
InboundServiceType - Enum in com.google.appengine.v1
Available inbound services.
INSERT_TIME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.OperationMetadataV1
 
Instance - Class in com.google.appengine.v1
An Instance resource is the computing unit that App Engine uses to automatically scale an application.
Instance.Availability - Enum in com.google.appengine.v1
Availability of the instance.
Instance.Builder - Class in com.google.appengine.v1
An Instance resource is the computing unit that App Engine uses to automatically scale an application.
INSTANCE_CLASS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
INSTANCE_TAG_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Network
 
InstanceOrBuilder - Interface in com.google.appengine.v1
 
InstanceProto - Class in com.google.appengine.v1
 
INSTANCES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListInstancesResponse
 
INSTANCES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ManualScaling
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ApiConfigHandler
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ApiEndpointHandler
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Application.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Application
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.AuditData.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.AuditData
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.AutomaticScaling
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.BasicScaling.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.BasicScaling
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ContainerInfo
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.CpuUtilization
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.CreateVersionMethod
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.CreateVersionRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.DebugInstanceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.DeleteServiceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.DeleteVersionRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Deployment.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Deployment
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.DiskUtilization
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ErrorHandler
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.FileInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.FileInfo
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.GetApplicationRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.GetInstanceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.GetServiceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.GetVersionRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.HealthCheck.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.HealthCheck
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Instance.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Instance
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Library.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Library
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListInstancesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListInstancesResponse
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListServicesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListServicesResponse
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListVersionsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ListVersionsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.LocationMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ManualScaling.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ManualScaling
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Network.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Network
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.NetworkUtilization
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.OperationMetadataV1
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.RepairApplicationRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.RequestUtilization
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Resources.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Resources
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ScriptHandler
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Service.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Service
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.StaticFilesHandler
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.TrafficSplit
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.UpdateServiceMethod
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.UpdateServiceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.UpdateVersionRequest
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.UrlDispatchRule
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.UrlMap.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.UrlMap
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Version.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.Version
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ZipInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.appengine.v1.ZipInfo
 
internalGetMapField(int) - Method in class com.google.appengine.v1.Deployment.Builder
 
internalGetMapField(int) - Method in class com.google.appengine.v1.Deployment
 
internalGetMapField(int) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
internalGetMapField(int) - Method in class com.google.appengine.v1.StaticFilesHandler
 
internalGetMapField(int) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
internalGetMapField(int) - Method in class com.google.appengine.v1.TrafficSplit
 
internalGetMapField(int) - Method in class com.google.appengine.v1.Version.Builder
 
internalGetMapField(int) - Method in class com.google.appengine.v1.Version
 
internalGetMutableMapField(int) - Method in class com.google.appengine.v1.Deployment.Builder
 
internalGetMutableMapField(int) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
internalGetMutableMapField(int) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
internalGetMutableMapField(int) - Method in class com.google.appengine.v1.Version.Builder
 
internalGetValueMap() - Static method in enum com.google.appengine.v1.AuthFailAction
 
internalGetValueMap() - Static method in enum com.google.appengine.v1.ErrorHandler.ErrorCode
 
internalGetValueMap() - Static method in enum com.google.appengine.v1.InboundServiceType
 
internalGetValueMap() - Static method in enum com.google.appengine.v1.Instance.Availability
 
internalGetValueMap() - Static method in enum com.google.appengine.v1.LoginRequirement
 
internalGetValueMap() - Static method in enum com.google.appengine.v1.SecurityLevel
 
internalGetValueMap() - Static method in enum com.google.appengine.v1.ServingStatus
 
internalGetValueMap() - Static method in enum com.google.appengine.v1.TrafficSplit.ShardBy
 
internalGetValueMap() - Static method in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
 
internalGetValueMap() - Static method in enum com.google.appengine.v1.VersionView
 
IP_VALUE - Static variable in enum com.google.appengine.v1.TrafficSplit.ShardBy
Diversion based on applying the modulus operation to a fingerprint of the IP address.
isInitialized() - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ApiConfigHandler
 
isInitialized() - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ApiEndpointHandler
 
isInitialized() - Method in class com.google.appengine.v1.Application.Builder
 
isInitialized() - Method in class com.google.appengine.v1.Application
 
isInitialized() - Method in class com.google.appengine.v1.AuditData.Builder
 
isInitialized() - Method in class com.google.appengine.v1.AuditData
 
isInitialized() - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
isInitialized() - Method in class com.google.appengine.v1.AutomaticScaling
 
isInitialized() - Method in class com.google.appengine.v1.BasicScaling.Builder
 
isInitialized() - Method in class com.google.appengine.v1.BasicScaling
 
isInitialized() - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ContainerInfo
 
isInitialized() - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
isInitialized() - Method in class com.google.appengine.v1.CpuUtilization
 
isInitialized() - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
isInitialized() - Method in class com.google.appengine.v1.CreateVersionMethod
 
isInitialized() - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.CreateVersionRequest
 
isInitialized() - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.DebugInstanceRequest
 
isInitialized() - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
isInitialized() - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.DeleteServiceRequest
 
isInitialized() - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.DeleteVersionRequest
 
isInitialized() - Method in class com.google.appengine.v1.Deployment.Builder
 
isInitialized() - Method in class com.google.appengine.v1.Deployment
 
isInitialized() - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
isInitialized() - Method in class com.google.appengine.v1.DiskUtilization
 
isInitialized() - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ErrorHandler
 
isInitialized() - Method in class com.google.appengine.v1.FileInfo.Builder
 
isInitialized() - Method in class com.google.appengine.v1.FileInfo
 
isInitialized() - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.GetApplicationRequest
 
isInitialized() - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.GetInstanceRequest
 
isInitialized() - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.GetServiceRequest
 
isInitialized() - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.GetVersionRequest
 
isInitialized() - Method in class com.google.appengine.v1.HealthCheck.Builder
 
isInitialized() - Method in class com.google.appengine.v1.HealthCheck
 
isInitialized() - Method in class com.google.appengine.v1.Instance.Builder
 
isInitialized() - Method in class com.google.appengine.v1.Instance
 
isInitialized() - Method in class com.google.appengine.v1.Library.Builder
 
isInitialized() - Method in class com.google.appengine.v1.Library
 
isInitialized() - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ListInstancesRequest
 
isInitialized() - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ListInstancesResponse
 
isInitialized() - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ListServicesRequest
 
isInitialized() - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ListServicesResponse
 
isInitialized() - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ListVersionsRequest
 
isInitialized() - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ListVersionsResponse
 
isInitialized() - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
isInitialized() - Method in class com.google.appengine.v1.LocationMetadata
 
isInitialized() - Method in class com.google.appengine.v1.ManualScaling.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ManualScaling
 
isInitialized() - Method in class com.google.appengine.v1.Network.Builder
 
isInitialized() - Method in class com.google.appengine.v1.Network
 
isInitialized() - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
isInitialized() - Method in class com.google.appengine.v1.NetworkUtilization
 
isInitialized() - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
isInitialized() - Method in class com.google.appengine.v1.OperationMetadataV1
 
isInitialized() - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.RepairApplicationRequest
 
isInitialized() - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
isInitialized() - Method in class com.google.appengine.v1.RequestUtilization
 
isInitialized() - Method in class com.google.appengine.v1.Resources.Builder
 
isInitialized() - Method in class com.google.appengine.v1.Resources
 
isInitialized() - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ScriptHandler
 
isInitialized() - Method in class com.google.appengine.v1.Service.Builder
 
isInitialized() - Method in class com.google.appengine.v1.Service
 
isInitialized() - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
isInitialized() - Method in class com.google.appengine.v1.StaticFilesHandler
 
isInitialized() - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
isInitialized() - Method in class com.google.appengine.v1.TrafficSplit
 
isInitialized() - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
isInitialized() - Method in class com.google.appengine.v1.UpdateServiceMethod
 
isInitialized() - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.UpdateServiceRequest
 
isInitialized() - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
isInitialized() - Method in class com.google.appengine.v1.UpdateVersionRequest
 
isInitialized() - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
isInitialized() - Method in class com.google.appengine.v1.UrlDispatchRule
 
isInitialized() - Method in class com.google.appengine.v1.UrlMap.Builder
 
isInitialized() - Method in class com.google.appengine.v1.UrlMap
 
isInitialized() - Method in class com.google.appengine.v1.Version.Builder
 
isInitialized() - Method in class com.google.appengine.v1.Version
 
isInitialized() - Method in class com.google.appengine.v1.ZipInfo.Builder
 
isInitialized() - Method in class com.google.appengine.v1.ZipInfo
 

L

LIBRARIES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
Library - Class in com.google.appengine.v1
Third-party Python runtime library that is required by the application.
Library.Builder - Class in com.google.appengine.v1
Third-party Python runtime library that is required by the application.
LibraryOrBuilder - Interface in com.google.appengine.v1
 
ListInstancesRequest - Class in com.google.appengine.v1
Request message for `Instances.ListInstances`.
ListInstancesRequest.Builder - Class in com.google.appengine.v1
Request message for `Instances.ListInstances`.
ListInstancesRequestOrBuilder - Interface in com.google.appengine.v1
 
ListInstancesResponse - Class in com.google.appengine.v1
Response message for `Instances.ListInstances`.
ListInstancesResponse.Builder - Class in com.google.appengine.v1
Response message for `Instances.ListInstances`.
ListInstancesResponseOrBuilder - Interface in com.google.appengine.v1
 
ListServicesRequest - Class in com.google.appengine.v1
Request message for `Services.ListServices`.
ListServicesRequest.Builder - Class in com.google.appengine.v1
Request message for `Services.ListServices`.
ListServicesRequestOrBuilder - Interface in com.google.appengine.v1
 
ListServicesResponse - Class in com.google.appengine.v1
Response message for `Services.ListServices`.
ListServicesResponse.Builder - Class in com.google.appengine.v1
Response message for `Services.ListServices`.
ListServicesResponseOrBuilder - Interface in com.google.appengine.v1
 
ListVersionsRequest - Class in com.google.appengine.v1
Request message for `Versions.ListVersions`.
ListVersionsRequest.Builder - Class in com.google.appengine.v1
Request message for `Versions.ListVersions`.
ListVersionsRequestOrBuilder - Interface in com.google.appengine.v1
 
ListVersionsResponse - Class in com.google.appengine.v1
Response message for `Versions.ListVersions`.
ListVersionsResponse.Builder - Class in com.google.appengine.v1
Response message for `Versions.ListVersions`.
ListVersionsResponseOrBuilder - Interface in com.google.appengine.v1
 
LOCATION_ID_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Application
 
LocationMetadata - Class in com.google.appengine.v1
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
LocationMetadata.Builder - Class in com.google.appengine.v1
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
LocationMetadataOrBuilder - Interface in com.google.appengine.v1
 
LocationProto - Class in com.google.appengine.v1
 
LOGIN_ADMIN_VALUE - Static variable in enum com.google.appengine.v1.LoginRequirement
If the user is not signed in, the `auth_fail_action` is taken.
LOGIN_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ApiConfigHandler
 
LOGIN_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UrlMap
 
LOGIN_OPTIONAL_VALUE - Static variable in enum com.google.appengine.v1.LoginRequirement
Does not require that the user is signed in.
LOGIN_REQUIRED_VALUE - Static variable in enum com.google.appengine.v1.LoginRequirement
If the user has signed in, the handler proceeds normally.
LOGIN_UNSPECIFIED_VALUE - Static variable in enum com.google.appengine.v1.LoginRequirement
Not specified.
LoginRequirement - Enum in com.google.appengine.v1
Methods to restrict access to a URL based on login status.

M

MANUAL_SCALING_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
ManualScaling - Class in com.google.appengine.v1
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
ManualScaling.Builder - Class in com.google.appengine.v1
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
ManualScalingOrBuilder - Interface in com.google.appengine.v1
 
MAX_CONCURRENT_REQUESTS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 
MAX_IDLE_INSTANCES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 
MAX_INSTANCES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.BasicScaling
 
MAX_PENDING_LATENCY_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 
MAX_TOTAL_INSTANCES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 
MEMORY_GB_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Resources
 
MEMORY_USAGE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
mergeAggregationWindowLength(Duration) - Method in class com.google.appengine.v1.CpuUtilization.Builder
Period of time over which CPU utilization is calculated.
mergeApiConfig(ApiConfigHandler) - Method in class com.google.appengine.v1.Version.Builder
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
mergeApiEndpoint(ApiEndpointHandler) - Method in class com.google.appengine.v1.UrlMap.Builder
Uses API Endpoints to handle requests.
mergeAutomaticScaling(AutomaticScaling) - Method in class com.google.appengine.v1.Version.Builder
Automatic scaling is based on request rate, response latencies, and other application metrics.
mergeBasicScaling(BasicScaling) - Method in class com.google.appengine.v1.Version.Builder
A service with basic scaling will create an instance when the application receives a request.
mergeCheckInterval(Duration) - Method in class com.google.appengine.v1.HealthCheck.Builder
Interval between health checks.
mergeContainer(ContainerInfo) - Method in class com.google.appengine.v1.Deployment.Builder
A Docker image that App Engine uses to run the version.
mergeCoolDownPeriod(Duration) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
mergeCpuUtilization(CpuUtilization) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by CPU usage.
mergeCreateTime(Timestamp) - Method in class com.google.appengine.v1.Version.Builder
Time that this version was created.
mergeCreateVersion(CreateVersionMethod) - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about CreateVersion call.
mergeDefaultCookieExpiration(Duration) - Method in class com.google.appengine.v1.Application.Builder
Cookie expiration policy for this application.
mergeDefaultExpiration(Duration) - Method in class com.google.appengine.v1.Version.Builder
Duration that static files should be cached by web proxies and browsers.
mergeDeployment(Deployment) - Method in class com.google.appengine.v1.Version.Builder
Code and application artifacts that make up this version.
mergeDiskUtilization(DiskUtilization) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by disk usage.
mergeEndTime(Timestamp) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation completed.
mergeExpiration(Duration) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Time a static file served by this handler should be cached by web proxies and browsers.
mergeFrom(Message) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
mergeFrom(ApiConfigHandler) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
mergeFrom(ApiEndpointHandler) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.Application.Builder
 
mergeFrom(Application) - Method in class com.google.appengine.v1.Application.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.Application.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.AuditData.Builder
 
mergeFrom(AuditData) - Method in class com.google.appengine.v1.AuditData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.AuditData.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
mergeFrom(AutomaticScaling) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.BasicScaling.Builder
 
mergeFrom(BasicScaling) - Method in class com.google.appengine.v1.BasicScaling.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.BasicScaling.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
mergeFrom(ContainerInfo) - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
mergeFrom(CpuUtilization) - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
mergeFrom(CreateVersionMethod) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
mergeFrom(CreateVersionRequest) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
mergeFrom(DebugInstanceRequest) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
mergeFrom(DeleteInstanceRequest) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
mergeFrom(DeleteServiceRequest) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
mergeFrom(DeleteVersionRequest) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.Deployment.Builder
 
mergeFrom(Deployment) - Method in class com.google.appengine.v1.Deployment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.Deployment.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
mergeFrom(DiskUtilization) - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
mergeFrom(ErrorHandler) - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.FileInfo.Builder
 
mergeFrom(FileInfo) - Method in class com.google.appengine.v1.FileInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.FileInfo.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
mergeFrom(GetApplicationRequest) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
mergeFrom(GetInstanceRequest) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
mergeFrom(GetServiceRequest) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
mergeFrom(GetVersionRequest) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.HealthCheck.Builder
 
mergeFrom(HealthCheck) - Method in class com.google.appengine.v1.HealthCheck.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.HealthCheck.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.Instance.Builder
 
mergeFrom(Instance) - Method in class com.google.appengine.v1.Instance.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.Instance.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.Library.Builder
 
mergeFrom(Library) - Method in class com.google.appengine.v1.Library.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.Library.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
mergeFrom(ListInstancesRequest) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
mergeFrom(ListInstancesResponse) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
mergeFrom(ListServicesRequest) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
mergeFrom(ListServicesResponse) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
mergeFrom(ListVersionsRequest) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
mergeFrom(ListVersionsResponse) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
mergeFrom(LocationMetadata) - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ManualScaling.Builder
 
mergeFrom(ManualScaling) - Method in class com.google.appengine.v1.ManualScaling.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ManualScaling.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.Network.Builder
 
mergeFrom(Network) - Method in class com.google.appengine.v1.Network.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.Network.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
mergeFrom(NetworkUtilization) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
mergeFrom(OperationMetadataV1) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
mergeFrom(RepairApplicationRequest) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
mergeFrom(RequestUtilization) - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.Resources.Builder
 
mergeFrom(Resources) - Method in class com.google.appengine.v1.Resources.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.Resources.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
mergeFrom(ScriptHandler) - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.Service.Builder
 
mergeFrom(Service) - Method in class com.google.appengine.v1.Service.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.Service.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
mergeFrom(StaticFilesHandler) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
mergeFrom(TrafficSplit) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
mergeFrom(UpdateServiceMethod) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
mergeFrom(UpdateServiceRequest) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
mergeFrom(UpdateVersionRequest) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
mergeFrom(UrlDispatchRule) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.UrlMap.Builder
 
mergeFrom(UrlMap) - Method in class com.google.appengine.v1.UrlMap.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.UrlMap.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.Version.Builder
 
mergeFrom(Version) - Method in class com.google.appengine.v1.Version.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.Version.Builder
 
mergeFrom(Message) - Method in class com.google.appengine.v1.ZipInfo.Builder
 
mergeFrom(ZipInfo) - Method in class com.google.appengine.v1.ZipInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.appengine.v1.ZipInfo.Builder
 
mergeHealthCheck(HealthCheck) - Method in class com.google.appengine.v1.Version.Builder
Configures health checking for VM instances.
mergeIdleTimeout(Duration) - Method in class com.google.appengine.v1.BasicScaling.Builder
Duration of time after the last request that an instance must wait before the instance is shut down.
mergeInsertTime(Timestamp) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation was created.
mergeManualScaling(ManualScaling) - Method in class com.google.appengine.v1.Version.Builder
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
mergeMaxPendingLatency(Duration) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
mergeMinPendingLatency(Duration) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
mergeNetwork(Network) - Method in class com.google.appengine.v1.Version.Builder
Extra network settings.
mergeNetworkUtilization(NetworkUtilization) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by network usage.
mergeRequest(CreateVersionRequest) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
Create version request.
mergeRequest(UpdateServiceRequest) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
Update service request.
mergeRequestUtilization(RequestUtilization) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by request utilization.
mergeResources(Resources) - Method in class com.google.appengine.v1.Version.Builder
Machine resources for this version.
mergeScript(ScriptHandler) - Method in class com.google.appengine.v1.UrlMap.Builder
Executes a script to handle the request that matches this URL pattern.
mergeService(Service) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
A Service resource containing the updated service.
mergeSplit(TrafficSplit) - Method in class com.google.appengine.v1.Service.Builder
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
mergeStartTime(Timestamp) - Method in class com.google.appengine.v1.Instance.Builder
Time that this instance was started.
mergeStaticFiles(StaticFilesHandler) - Method in class com.google.appengine.v1.UrlMap.Builder
Returns the contents of a file, such as an image, as the response.
mergeTimeout(Duration) - Method in class com.google.appengine.v1.HealthCheck.Builder
Time before the health check is considered failed.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Application.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.AuditData.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.BasicScaling.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Deployment.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.FileInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.HealthCheck.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Instance.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Library.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ManualScaling.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Network.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Resources.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Service.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.UrlMap.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Version.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ZipInfo.Builder
 
mergeUpdateMask(FieldMask) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Standard field mask for the set of fields to be updated.
mergeUpdateMask(FieldMask) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Standard field mask for the set of fields to be updated.
mergeUpdateService(UpdateServiceMethod) - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about UpdateService call.
mergeVersion(Version) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Application deployment configuration.
mergeVersion(Version) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
A Version containing the updated resource.
mergeZip(ZipInfo) - Method in class com.google.appengine.v1.Deployment.Builder
The zip file for this deployment, if this is a zip deployment.
METHOD_FIELD_NUMBER - Static variable in class com.google.appengine.v1.OperationMetadataV1
 
MIGRATE_TRAFFIC_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UpdateServiceRequest
 
MIME_TYPE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ErrorHandler
 
MIME_TYPE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.FileInfo
 
MIME_TYPE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.StaticFilesHandler
 
MIN_IDLE_INSTANCES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 
MIN_PENDING_LATENCY_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 
MIN_TOTAL_INSTANCES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 

N

NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Application
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.DebugInstanceRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.DeleteInstanceRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.DeleteServiceRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.DeleteVersionRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.GetApplicationRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.GetInstanceRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.GetServiceRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.GetVersionRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Library
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Network
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.RepairApplicationRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Service
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UpdateServiceRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UpdateVersionRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
Network - Class in com.google.appengine.v1
Extra network settings.
Network.Builder - Class in com.google.appengine.v1
Extra network settings.
NETWORK_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
NETWORK_UTILIZATION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 
NetworkOrBuilder - Interface in com.google.appengine.v1
 
NetworkUtilization - Class in com.google.appengine.v1
Target scaling by network usage.
NetworkUtilization.Builder - Class in com.google.appengine.v1
Target scaling by network usage.
NetworkUtilizationOrBuilder - Interface in com.google.appengine.v1
 
newBuilder() - Static method in class com.google.appengine.v1.ApiConfigHandler
 
newBuilder(ApiConfigHandler) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
newBuilder() - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
newBuilder(ApiEndpointHandler) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
newBuilder() - Static method in class com.google.appengine.v1.Application
 
newBuilder(Application) - Static method in class com.google.appengine.v1.Application
 
newBuilder() - Static method in class com.google.appengine.v1.AuditData
 
newBuilder(AuditData) - Static method in class com.google.appengine.v1.AuditData
 
newBuilder() - Static method in class com.google.appengine.v1.AutomaticScaling
 
newBuilder(AutomaticScaling) - Static method in class com.google.appengine.v1.AutomaticScaling
 
newBuilder() - Static method in class com.google.appengine.v1.BasicScaling
 
newBuilder(BasicScaling) - Static method in class com.google.appengine.v1.BasicScaling
 
newBuilder() - Static method in class com.google.appengine.v1.ContainerInfo
 
newBuilder(ContainerInfo) - Static method in class com.google.appengine.v1.ContainerInfo
 
newBuilder() - Static method in class com.google.appengine.v1.CpuUtilization
 
newBuilder(CpuUtilization) - Static method in class com.google.appengine.v1.CpuUtilization
 
newBuilder() - Static method in class com.google.appengine.v1.CreateVersionMethod
 
newBuilder(CreateVersionMethod) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
newBuilder() - Static method in class com.google.appengine.v1.CreateVersionRequest
 
newBuilder(CreateVersionRequest) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
newBuilder() - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
newBuilder(DebugInstanceRequest) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
newBuilder() - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
newBuilder(DeleteInstanceRequest) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
newBuilder() - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
newBuilder(DeleteServiceRequest) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
newBuilder() - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
newBuilder(DeleteVersionRequest) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
newBuilder() - Static method in class com.google.appengine.v1.Deployment
 
newBuilder(Deployment) - Static method in class com.google.appengine.v1.Deployment
 
newBuilder() - Static method in class com.google.appengine.v1.DiskUtilization
 
newBuilder(DiskUtilization) - Static method in class com.google.appengine.v1.DiskUtilization
 
newBuilder() - Static method in class com.google.appengine.v1.ErrorHandler
 
newBuilder(ErrorHandler) - Static method in class com.google.appengine.v1.ErrorHandler
 
newBuilder() - Static method in class com.google.appengine.v1.FileInfo
 
newBuilder(FileInfo) - Static method in class com.google.appengine.v1.FileInfo
 
newBuilder() - Static method in class com.google.appengine.v1.GetApplicationRequest
 
newBuilder(GetApplicationRequest) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
newBuilder() - Static method in class com.google.appengine.v1.GetInstanceRequest
 
newBuilder(GetInstanceRequest) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
newBuilder() - Static method in class com.google.appengine.v1.GetServiceRequest
 
newBuilder(GetServiceRequest) - Static method in class com.google.appengine.v1.GetServiceRequest
 
newBuilder() - Static method in class com.google.appengine.v1.GetVersionRequest
 
newBuilder(GetVersionRequest) - Static method in class com.google.appengine.v1.GetVersionRequest
 
newBuilder() - Static method in class com.google.appengine.v1.HealthCheck
 
newBuilder(HealthCheck) - Static method in class com.google.appengine.v1.HealthCheck
 
newBuilder() - Static method in class com.google.appengine.v1.Instance
 
newBuilder(Instance) - Static method in class com.google.appengine.v1.Instance
 
newBuilder() - Static method in class com.google.appengine.v1.Library
 
newBuilder(Library) - Static method in class com.google.appengine.v1.Library
 
newBuilder() - Static method in class com.google.appengine.v1.ListInstancesRequest
 
newBuilder(ListInstancesRequest) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
newBuilder() - Static method in class com.google.appengine.v1.ListInstancesResponse
 
newBuilder(ListInstancesResponse) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
newBuilder() - Static method in class com.google.appengine.v1.ListServicesRequest
 
newBuilder(ListServicesRequest) - Static method in class com.google.appengine.v1.ListServicesRequest
 
newBuilder() - Static method in class com.google.appengine.v1.ListServicesResponse
 
newBuilder(ListServicesResponse) - Static method in class com.google.appengine.v1.ListServicesResponse
 
newBuilder() - Static method in class com.google.appengine.v1.ListVersionsRequest
 
newBuilder(ListVersionsRequest) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
newBuilder() - Static method in class com.google.appengine.v1.ListVersionsResponse
 
newBuilder(ListVersionsResponse) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
newBuilder() - Static method in class com.google.appengine.v1.LocationMetadata
 
newBuilder(LocationMetadata) - Static method in class com.google.appengine.v1.LocationMetadata
 
newBuilder() - Static method in class com.google.appengine.v1.ManualScaling
 
newBuilder(ManualScaling) - Static method in class com.google.appengine.v1.ManualScaling
 
newBuilder() - Static method in class com.google.appengine.v1.Network
 
newBuilder(Network) - Static method in class com.google.appengine.v1.Network
 
newBuilder() - Static method in class com.google.appengine.v1.NetworkUtilization
 
newBuilder(NetworkUtilization) - Static method in class com.google.appengine.v1.NetworkUtilization
 
newBuilder() - Static method in class com.google.appengine.v1.OperationMetadataV1
 
newBuilder(OperationMetadataV1) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
newBuilder() - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
newBuilder(RepairApplicationRequest) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
newBuilder() - Static method in class com.google.appengine.v1.RequestUtilization
 
newBuilder(RequestUtilization) - Static method in class com.google.appengine.v1.RequestUtilization
 
newBuilder() - Static method in class com.google.appengine.v1.Resources
 
newBuilder(Resources) - Static method in class com.google.appengine.v1.Resources
 
newBuilder() - Static method in class com.google.appengine.v1.ScriptHandler
 
newBuilder(ScriptHandler) - Static method in class com.google.appengine.v1.ScriptHandler
 
newBuilder() - Static method in class com.google.appengine.v1.Service
 
newBuilder(Service) - Static method in class com.google.appengine.v1.Service
 
newBuilder() - Static method in class com.google.appengine.v1.StaticFilesHandler
 
newBuilder(StaticFilesHandler) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
newBuilder() - Static method in class com.google.appengine.v1.TrafficSplit
 
newBuilder(TrafficSplit) - Static method in class com.google.appengine.v1.TrafficSplit
 
newBuilder() - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
newBuilder(UpdateServiceMethod) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
newBuilder() - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
newBuilder(UpdateServiceRequest) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
newBuilder() - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
newBuilder(UpdateVersionRequest) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
newBuilder() - Static method in class com.google.appengine.v1.UrlDispatchRule
 
newBuilder(UrlDispatchRule) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
newBuilder() - Static method in class com.google.appengine.v1.UrlMap
 
newBuilder(UrlMap) - Static method in class com.google.appengine.v1.UrlMap
 
newBuilder() - Static method in class com.google.appengine.v1.Version
 
newBuilder(Version) - Static method in class com.google.appengine.v1.Version
 
newBuilder() - Static method in class com.google.appengine.v1.ZipInfo
 
newBuilder(ZipInfo) - Static method in class com.google.appengine.v1.ZipInfo
 
newBuilderForType() - Method in class com.google.appengine.v1.ApiConfigHandler
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ApiConfigHandler
 
newBuilderForType() - Method in class com.google.appengine.v1.ApiEndpointHandler
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ApiEndpointHandler
 
newBuilderForType() - Method in class com.google.appengine.v1.Application
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.Application
 
newBuilderForType() - Method in class com.google.appengine.v1.AuditData
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.AuditData
 
newBuilderForType() - Method in class com.google.appengine.v1.AutomaticScaling
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.AutomaticScaling
 
newBuilderForType() - Method in class com.google.appengine.v1.BasicScaling
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.BasicScaling
 
newBuilderForType() - Method in class com.google.appengine.v1.ContainerInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ContainerInfo
 
newBuilderForType() - Method in class com.google.appengine.v1.CpuUtilization
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.CpuUtilization
 
newBuilderForType() - Method in class com.google.appengine.v1.CreateVersionMethod
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.CreateVersionMethod
 
newBuilderForType() - Method in class com.google.appengine.v1.CreateVersionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.CreateVersionRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.DebugInstanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.DebugInstanceRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.DeleteServiceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.DeleteServiceRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.DeleteVersionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.DeleteVersionRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.Deployment
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.Deployment
 
newBuilderForType() - Method in class com.google.appengine.v1.DiskUtilization
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.DiskUtilization
 
newBuilderForType() - Method in class com.google.appengine.v1.ErrorHandler
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ErrorHandler
 
newBuilderForType() - Method in class com.google.appengine.v1.FileInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.FileInfo
 
newBuilderForType() - Method in class com.google.appengine.v1.GetApplicationRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.GetApplicationRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.GetInstanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.GetInstanceRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.GetServiceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.GetServiceRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.GetVersionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.GetVersionRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.HealthCheck
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.HealthCheck
 
newBuilderForType() - Method in class com.google.appengine.v1.Instance
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.Instance
 
newBuilderForType() - Method in class com.google.appengine.v1.Library
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.Library
 
newBuilderForType() - Method in class com.google.appengine.v1.ListInstancesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ListInstancesRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.ListInstancesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ListInstancesResponse
 
newBuilderForType() - Method in class com.google.appengine.v1.ListServicesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ListServicesRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.ListServicesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ListServicesResponse
 
newBuilderForType() - Method in class com.google.appengine.v1.ListVersionsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ListVersionsRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.ListVersionsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ListVersionsResponse
 
newBuilderForType() - Method in class com.google.appengine.v1.LocationMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.LocationMetadata
 
newBuilderForType() - Method in class com.google.appengine.v1.ManualScaling
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ManualScaling
 
newBuilderForType() - Method in class com.google.appengine.v1.Network
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.Network
 
newBuilderForType() - Method in class com.google.appengine.v1.NetworkUtilization
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.NetworkUtilization
 
newBuilderForType() - Method in class com.google.appengine.v1.OperationMetadataV1
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.OperationMetadataV1
 
newBuilderForType() - Method in class com.google.appengine.v1.RepairApplicationRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.RepairApplicationRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.RequestUtilization
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.RequestUtilization
 
newBuilderForType() - Method in class com.google.appengine.v1.Resources
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.Resources
 
newBuilderForType() - Method in class com.google.appengine.v1.ScriptHandler
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ScriptHandler
 
newBuilderForType() - Method in class com.google.appengine.v1.Service
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.Service
 
newBuilderForType() - Method in class com.google.appengine.v1.StaticFilesHandler
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.StaticFilesHandler
 
newBuilderForType() - Method in class com.google.appengine.v1.TrafficSplit
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.TrafficSplit
 
newBuilderForType() - Method in class com.google.appengine.v1.UpdateServiceMethod
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.UpdateServiceMethod
 
newBuilderForType() - Method in class com.google.appengine.v1.UpdateServiceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.UpdateServiceRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.UpdateVersionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.UpdateVersionRequest
 
newBuilderForType() - Method in class com.google.appengine.v1.UrlDispatchRule
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.UrlDispatchRule
 
newBuilderForType() - Method in class com.google.appengine.v1.UrlMap
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.UrlMap
 
newBuilderForType() - Method in class com.google.appengine.v1.Version
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.Version
 
newBuilderForType() - Method in class com.google.appengine.v1.ZipInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.appengine.v1.ZipInfo
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListInstancesResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListServicesResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListVersionsResponse
 
NOBUILD_FILES_REGEX_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 

O

OperationMetadataV1 - Class in com.google.appengine.v1
Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].
OperationMetadataV1.Builder - Class in com.google.appengine.v1
Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].
OperationMetadataV1OrBuilder - Interface in com.google.appengine.v1
 
OperationProto - Class in com.google.appengine.v1
 

P

PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListInstancesRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListServicesRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListVersionsRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListInstancesRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListServicesRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListVersionsRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.CreateVersionRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListInstancesRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListServicesRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListVersionsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.Application
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Application
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.AuditData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AuditData
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.BasicScaling
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.BasicScaling
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.Deployment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Deployment
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.FileInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.FileInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.HealthCheck
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.HealthCheck
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.Instance
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Instance
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.Library
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Library
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ManualScaling
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ManualScaling
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.Network
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Network
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.Resources
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Resources
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.Service
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Service
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.UrlMap
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlMap
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.Version
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Version
 
parseDelimitedFrom(InputStream) - Static method in class com.google.appengine.v1.ZipInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ZipInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.Application
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Application
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.Application
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Application
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.Application
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Application
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.Application
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Application
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.Application
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Application
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.AuditData
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AuditData
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.AuditData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AuditData
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.AuditData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AuditData
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.AuditData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AuditData
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.AuditData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AuditData
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AutomaticScaling
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.BasicScaling
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.BasicScaling
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.BasicScaling
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.BasicScaling
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.BasicScaling
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.BasicScaling
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.BasicScaling
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.BasicScaling
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.BasicScaling
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.BasicScaling
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ContainerInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CpuUtilization
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.Deployment
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Deployment
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.Deployment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Deployment
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.Deployment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Deployment
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.Deployment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Deployment
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.Deployment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Deployment
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DiskUtilization
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ErrorHandler
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.FileInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.FileInfo
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.FileInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.FileInfo
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.FileInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.FileInfo
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.FileInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.FileInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.FileInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.FileInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetServiceRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.GetVersionRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.HealthCheck
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.HealthCheck
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.HealthCheck
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.HealthCheck
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.HealthCheck
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.HealthCheck
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.HealthCheck
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.HealthCheck
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.HealthCheck
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.HealthCheck
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.Instance
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Instance
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.Instance
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Instance
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.Instance
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Instance
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.Instance
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Instance
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.Instance
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Instance
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.Library
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Library
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.Library
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Library
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.Library
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Library
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.Library
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Library
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.Library
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Library
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListServicesResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.LocationMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ManualScaling
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ManualScaling
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ManualScaling
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ManualScaling
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ManualScaling
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ManualScaling
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ManualScaling
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ManualScaling
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ManualScaling
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ManualScaling
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.Network
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Network
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.Network
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Network
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.Network
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Network
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.Network
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Network
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.Network
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Network
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.NetworkUtilization
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.RequestUtilization
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.Resources
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Resources
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.Resources
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Resources
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.Resources
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Resources
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.Resources
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Resources
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.Resources
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Resources
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ScriptHandler
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.Service
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Service
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.Service
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Service
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.Service
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Service
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.Service
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Service
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.Service
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Service
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.TrafficSplit
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.UrlMap
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlMap
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.UrlMap
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlMap
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.UrlMap
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlMap
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.UrlMap
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlMap
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.UrlMap
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.UrlMap
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.Version
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Version
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.Version
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Version
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.Version
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Version
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.Version
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Version
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.Version
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.Version
 
parseFrom(ByteBuffer) - Static method in class com.google.appengine.v1.ZipInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ZipInfo
 
parseFrom(ByteString) - Static method in class com.google.appengine.v1.ZipInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ZipInfo
 
parseFrom(byte[]) - Static method in class com.google.appengine.v1.ZipInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ZipInfo
 
parseFrom(InputStream) - Static method in class com.google.appengine.v1.ZipInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ZipInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.appengine.v1.ZipInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ZipInfo
 
parser() - Static method in class com.google.appengine.v1.ApiConfigHandler
 
parser() - Static method in class com.google.appengine.v1.ApiEndpointHandler
 
parser() - Static method in class com.google.appengine.v1.Application
 
parser() - Static method in class com.google.appengine.v1.AuditData
 
parser() - Static method in class com.google.appengine.v1.AutomaticScaling
 
parser() - Static method in class com.google.appengine.v1.BasicScaling
 
parser() - Static method in class com.google.appengine.v1.ContainerInfo
 
parser() - Static method in class com.google.appengine.v1.CpuUtilization
 
parser() - Static method in class com.google.appengine.v1.CreateVersionMethod
 
parser() - Static method in class com.google.appengine.v1.CreateVersionRequest
 
parser() - Static method in class com.google.appengine.v1.DebugInstanceRequest
 
parser() - Static method in class com.google.appengine.v1.DeleteInstanceRequest
 
parser() - Static method in class com.google.appengine.v1.DeleteServiceRequest
 
parser() - Static method in class com.google.appengine.v1.DeleteVersionRequest
 
parser() - Static method in class com.google.appengine.v1.Deployment
 
parser() - Static method in class com.google.appengine.v1.DiskUtilization
 
parser() - Static method in class com.google.appengine.v1.ErrorHandler
 
parser() - Static method in class com.google.appengine.v1.FileInfo
 
parser() - Static method in class com.google.appengine.v1.GetApplicationRequest
 
parser() - Static method in class com.google.appengine.v1.GetInstanceRequest
 
parser() - Static method in class com.google.appengine.v1.GetServiceRequest
 
parser() - Static method in class com.google.appengine.v1.GetVersionRequest
 
parser() - Static method in class com.google.appengine.v1.HealthCheck
 
parser() - Static method in class com.google.appengine.v1.Instance
 
parser() - Static method in class com.google.appengine.v1.Library
 
parser() - Static method in class com.google.appengine.v1.ListInstancesRequest
 
parser() - Static method in class com.google.appengine.v1.ListInstancesResponse
 
parser() - Static method in class com.google.appengine.v1.ListServicesRequest
 
parser() - Static method in class com.google.appengine.v1.ListServicesResponse
 
parser() - Static method in class com.google.appengine.v1.ListVersionsRequest
 
parser() - Static method in class com.google.appengine.v1.ListVersionsResponse
 
parser() - Static method in class com.google.appengine.v1.LocationMetadata
 
parser() - Static method in class com.google.appengine.v1.ManualScaling
 
parser() - Static method in class com.google.appengine.v1.Network
 
parser() - Static method in class com.google.appengine.v1.NetworkUtilization
 
parser() - Static method in class com.google.appengine.v1.OperationMetadataV1
 
parser() - Static method in class com.google.appengine.v1.RepairApplicationRequest
 
parser() - Static method in class com.google.appengine.v1.RequestUtilization
 
parser() - Static method in class com.google.appengine.v1.Resources
 
parser() - Static method in class com.google.appengine.v1.ScriptHandler
 
parser() - Static method in class com.google.appengine.v1.Service
 
parser() - Static method in class com.google.appengine.v1.StaticFilesHandler
 
parser() - Static method in class com.google.appengine.v1.TrafficSplit
 
parser() - Static method in class com.google.appengine.v1.UpdateServiceMethod
 
parser() - Static method in class com.google.appengine.v1.UpdateServiceRequest
 
parser() - Static method in class com.google.appengine.v1.UpdateVersionRequest
 
parser() - Static method in class com.google.appengine.v1.UrlDispatchRule
 
parser() - Static method in class com.google.appengine.v1.UrlMap
 
parser() - Static method in class com.google.appengine.v1.Version
 
parser() - Static method in class com.google.appengine.v1.ZipInfo
 
PATH_FIELD_NUMBER - Static variable in class com.google.appengine.v1.StaticFilesHandler
 
PATH_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UrlDispatchRule
 
putAllAllocations(Map<String, Double>) - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
putAllBetaSettings(Map<String, String>) - Method in class com.google.appengine.v1.Version.Builder
Metadata settings that are supplied to this version to enable beta runtime features.
putAllEnvVariables(Map<String, String>) - Method in class com.google.appengine.v1.Version.Builder
Environment variables available to the application.
putAllFiles(Map<String, FileInfo>) - Method in class com.google.appengine.v1.Deployment.Builder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
putAllHttpHeaders(Map<String, String>) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
HTTP headers to use for all responses from these URLs.
putAllocations(String, double) - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
putBetaSettings(String, String) - Method in class com.google.appengine.v1.Version.Builder
Metadata settings that are supplied to this version to enable beta runtime features.
putEnvVariables(String, String) - Method in class com.google.appengine.v1.Version.Builder
Environment variables available to the application.
putFiles(String, FileInfo) - Method in class com.google.appengine.v1.Deployment.Builder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
putHttpHeaders(String, String) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
HTTP headers to use for all responses from these URLs.

Q

QPS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 

R

REDIRECT_HTTP_RESPONSE_CODE_301_VALUE - Static variable in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
`301 Moved Permanently` code.
REDIRECT_HTTP_RESPONSE_CODE_302_VALUE - Static variable in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
`302 Moved Temporarily` code.
REDIRECT_HTTP_RESPONSE_CODE_303_VALUE - Static variable in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
`303 See Other` code.
REDIRECT_HTTP_RESPONSE_CODE_307_VALUE - Static variable in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
`307 Temporary Redirect` code.
REDIRECT_HTTP_RESPONSE_CODE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UrlMap
 
REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED_VALUE - Static variable in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
Not specified.
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AppengineProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.appengine.v1.AppengineProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ApplicationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.appengine.v1.ApplicationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AppYamlProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.appengine.v1.AppYamlProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.appengine.v1.AuditDataProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.appengine.v1.AuditDataProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.appengine.v1.DeployProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.appengine.v1.DeployProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.appengine.v1.InstanceProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.appengine.v1.InstanceProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.appengine.v1.LocationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.appengine.v1.LocationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.appengine.v1.OperationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.appengine.v1.OperationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.appengine.v1.ServiceProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.appengine.v1.ServiceProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.appengine.v1.VersionProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.appengine.v1.VersionProto
 
removeAllocations(String) - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.
removeBetaSettings(String) - Method in class com.google.appengine.v1.Version.Builder
Metadata settings that are supplied to this version to enable beta runtime features.
removeDispatchRules(int) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
removeEnvVariables(String) - Method in class com.google.appengine.v1.Version.Builder
Environment variables available to the application.
removeErrorHandlers(int) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
removeFiles(String) - Method in class com.google.appengine.v1.Deployment.Builder
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
removeHandlers(int) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
removeHttpHeaders(String) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
HTTP headers to use for all responses from these URLs.
removeInstances(int) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
removeLibraries(int) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
removeServices(int) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
removeVersions(int) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
RepairApplicationRequest - Class in com.google.appengine.v1
Request message for 'Applications.RepairApplication'.
RepairApplicationRequest.Builder - Class in com.google.appengine.v1
Request message for 'Applications.RepairApplication'.
RepairApplicationRequestOrBuilder - Interface in com.google.appengine.v1
 
REQUEST_FIELD_NUMBER - Static variable in class com.google.appengine.v1.CreateVersionMethod
 
REQUEST_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UpdateServiceMethod
 
REQUEST_UTILIZATION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AutomaticScaling
 
REQUESTS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
RequestUtilization - Class in com.google.appengine.v1
Target scaling by request utilization.
RequestUtilization.Builder - Class in com.google.appengine.v1
Target scaling by request utilization.
RequestUtilizationOrBuilder - Interface in com.google.appengine.v1
 
REQUIRE_MATCHING_FILE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.StaticFilesHandler
 
RESIDENT_VALUE - Static variable in enum com.google.appengine.v1.Instance.Availability
RESIDENT = 1;
Resources - Class in com.google.appengine.v1
Machine resources for a version.
Resources.Builder - Class in com.google.appengine.v1
Machine resources for a version.
RESOURCES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
ResourcesOrBuilder - Interface in com.google.appengine.v1
 
RESTART_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.appengine.v1.HealthCheck
 
RUNTIME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 

S

SCRIPT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ApiConfigHandler
 
SCRIPT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UrlMap
 
SCRIPT_PATH_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ApiEndpointHandler
 
SCRIPT_PATH_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ScriptHandler
 
ScriptHandler - Class in com.google.appengine.v1
Executes a script to handle the request that matches the URL pattern.
ScriptHandler.Builder - Class in com.google.appengine.v1
Executes a script to handle the request that matches the URL pattern.
ScriptHandlerOrBuilder - Interface in com.google.appengine.v1
 
SECURE_ALWAYS_VALUE - Static variable in enum com.google.appengine.v1.SecurityLevel
Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path.
SECURE_DEFAULT - Static variable in enum com.google.appengine.v1.SecurityLevel
Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects.
SECURE_DEFAULT_VALUE - Static variable in enum com.google.appengine.v1.SecurityLevel
Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects.
SECURE_NEVER_VALUE - Static variable in enum com.google.appengine.v1.SecurityLevel
Requests for a URL that match this handler that use HTTPS are automatically redirected to the HTTP equivalent URL.
SECURE_OPTIONAL_VALUE - Static variable in enum com.google.appengine.v1.SecurityLevel
Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects.
SECURE_UNSPECIFIED_VALUE - Static variable in enum com.google.appengine.v1.SecurityLevel
Not specified.
SECURITY_LEVEL_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ApiConfigHandler
 
SECURITY_LEVEL_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UrlMap
 
SecurityLevel - Enum in com.google.appengine.v1
Methods to enforce security (HTTPS) on a URL.
Service - Class in com.google.appengine.v1
A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services.
Service.Builder - Class in com.google.appengine.v1
A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services.
SERVICE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UpdateServiceRequest
 
SERVICE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UrlDispatchRule
 
ServiceOrBuilder - Interface in com.google.appengine.v1
 
ServiceProto - Class in com.google.appengine.v1
 
SERVICES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListServicesResponse
 
SERVING_STATUS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
SERVING_STATUS_UNSPECIFIED_VALUE - Static variable in enum com.google.appengine.v1.ServingStatus
Not specified.
SERVING_VALUE - Static variable in enum com.google.appengine.v1.ServingStatus
Currently serving.
ServingStatus - Enum in com.google.appengine.v1
Run states of a version.
setAggregationWindowLength(Duration) - Method in class com.google.appengine.v1.CpuUtilization.Builder
Period of time over which CPU utilization is calculated.
setAggregationWindowLength(Duration.Builder) - Method in class com.google.appengine.v1.CpuUtilization.Builder
Period of time over which CPU utilization is calculated.
setApiConfig(ApiConfigHandler) - Method in class com.google.appengine.v1.Version.Builder
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
setApiConfig(ApiConfigHandler.Builder) - Method in class com.google.appengine.v1.Version.Builder
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
setApiEndpoint(ApiEndpointHandler) - Method in class com.google.appengine.v1.UrlMap.Builder
Uses API Endpoints to handle requests.
setApiEndpoint(ApiEndpointHandler.Builder) - Method in class com.google.appengine.v1.UrlMap.Builder
Uses API Endpoints to handle requests.
setAppEngineRelease(String) - Method in class com.google.appengine.v1.Instance.Builder
App Engine release this instance is running on.
setAppEngineReleaseBytes(ByteString) - Method in class com.google.appengine.v1.Instance.Builder
App Engine release this instance is running on.
setApplicationReadable(boolean) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Whether files should also be uploaded as code data.
setAuthDomain(String) - Method in class com.google.appengine.v1.Application.Builder
Google Apps authentication domain that controls which users can access this application.
setAuthDomainBytes(ByteString) - Method in class com.google.appengine.v1.Application.Builder
Google Apps authentication domain that controls which users can access this application.
setAuthFailAction(AuthFailAction) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Action to take when users access resources that require authentication.
setAuthFailAction(AuthFailAction) - Method in class com.google.appengine.v1.UrlMap.Builder
Action to take when users access resources that require authentication.
setAuthFailActionValue(int) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Action to take when users access resources that require authentication.
setAuthFailActionValue(int) - Method in class com.google.appengine.v1.UrlMap.Builder
Action to take when users access resources that require authentication.
setAutomaticScaling(AutomaticScaling) - Method in class com.google.appengine.v1.Version.Builder
Automatic scaling is based on request rate, response latencies, and other application metrics.
setAutomaticScaling(AutomaticScaling.Builder) - Method in class com.google.appengine.v1.Version.Builder
Automatic scaling is based on request rate, response latencies, and other application metrics.
setAvailability(Instance.Availability) - Method in class com.google.appengine.v1.Instance.Builder
Availability of the instance.
setAvailabilityValue(int) - Method in class com.google.appengine.v1.Instance.Builder
Availability of the instance.
setAverageLatency(int) - Method in class com.google.appengine.v1.Instance.Builder
Average latency (ms) over the last minute.
setBasicScaling(BasicScaling) - Method in class com.google.appengine.v1.Version.Builder
A service with basic scaling will create an instance when the application receives a request.
setBasicScaling(BasicScaling.Builder) - Method in class com.google.appengine.v1.Version.Builder
A service with basic scaling will create an instance when the application receives a request.
setCheckInterval(Duration) - Method in class com.google.appengine.v1.HealthCheck.Builder
Interval between health checks.
setCheckInterval(Duration.Builder) - Method in class com.google.appengine.v1.HealthCheck.Builder
Interval between health checks.
setCodeBucket(String) - Method in class com.google.appengine.v1.Application.Builder
Google Cloud Storage bucket that can be used for storing files associated with this application.
setCodeBucketBytes(ByteString) - Method in class com.google.appengine.v1.Application.Builder
Google Cloud Storage bucket that can be used for storing files associated with this application.
setContainer(ContainerInfo) - Method in class com.google.appengine.v1.Deployment.Builder
A Docker image that App Engine uses to run the version.
setContainer(ContainerInfo.Builder) - Method in class com.google.appengine.v1.Deployment.Builder
A Docker image that App Engine uses to run the version.
setCoolDownPeriod(Duration) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
setCoolDownPeriod(Duration.Builder) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Amount of time that the [Autoscaler](https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines.
setCpu(double) - Method in class com.google.appengine.v1.Resources.Builder
Number of CPU cores needed.
setCpuUtilization(CpuUtilization) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by CPU usage.
setCpuUtilization(CpuUtilization.Builder) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by CPU usage.
setCreatedBy(String) - Method in class com.google.appengine.v1.Version.Builder
Email address of the user who created this version.
setCreatedByBytes(ByteString) - Method in class com.google.appengine.v1.Version.Builder
Email address of the user who created this version.
setCreateTime(Timestamp) - Method in class com.google.appengine.v1.Version.Builder
Time that this version was created.
setCreateTime(Timestamp.Builder) - Method in class com.google.appengine.v1.Version.Builder
Time that this version was created.
setCreateVersion(CreateVersionMethod) - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about CreateVersion call.
setCreateVersion(CreateVersionMethod.Builder) - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about CreateVersion call.
setDefaultBucket(String) - Method in class com.google.appengine.v1.Application.Builder
Google Cloud Storage bucket that can be used by this application to store content.
setDefaultBucketBytes(ByteString) - Method in class com.google.appengine.v1.Application.Builder
Google Cloud Storage bucket that can be used by this application to store content.
setDefaultCookieExpiration(Duration) - Method in class com.google.appengine.v1.Application.Builder
Cookie expiration policy for this application.
setDefaultCookieExpiration(Duration.Builder) - Method in class com.google.appengine.v1.Application.Builder
Cookie expiration policy for this application.
setDefaultExpiration(Duration) - Method in class com.google.appengine.v1.Version.Builder
Duration that static files should be cached by web proxies and browsers.
setDefaultExpiration(Duration.Builder) - Method in class com.google.appengine.v1.Version.Builder
Duration that static files should be cached by web proxies and browsers.
setDefaultHostname(String) - Method in class com.google.appengine.v1.Application.Builder
Hostname used to reach this application, as resolved by App Engine.
setDefaultHostnameBytes(ByteString) - Method in class com.google.appengine.v1.Application.Builder
Hostname used to reach this application, as resolved by App Engine.
setDeployment(Deployment) - Method in class com.google.appengine.v1.Version.Builder
Code and application artifacts that make up this version.
setDeployment(Deployment.Builder) - Method in class com.google.appengine.v1.Version.Builder
Code and application artifacts that make up this version.
setDisableHealthCheck(boolean) - Method in class com.google.appengine.v1.HealthCheck.Builder
Whether to explicitly disable health checks for this instance.
setDiskGb(double) - Method in class com.google.appengine.v1.Resources.Builder
Disk size (GB) needed.
setDiskUsageBytes(long) - Method in class com.google.appengine.v1.Version.Builder
Total size in bytes of all the files that are included in this version and curerntly hosted on the App Engine disk.
setDiskUtilization(DiskUtilization) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by disk usage.
setDiskUtilization(DiskUtilization.Builder) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by disk usage.
setDispatchRules(int, UrlDispatchRule) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
setDispatchRules(int, UrlDispatchRule.Builder) - Method in class com.google.appengine.v1.Application.Builder
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
setDomain(String) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Domain name to match against.
setDomainBytes(ByteString) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Domain name to match against.
setEndTime(Timestamp) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation completed.
setEndTime(Timestamp.Builder) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation completed.
setEnv(String) - Method in class com.google.appengine.v1.Version.Builder
App Engine execution environment for this version.
setEnvBytes(ByteString) - Method in class com.google.appengine.v1.Version.Builder
App Engine execution environment for this version.
setErrorCode(ErrorHandler.ErrorCode) - Method in class com.google.appengine.v1.ErrorHandler.Builder
Error condition this handler applies to.
setErrorCodeValue(int) - Method in class com.google.appengine.v1.ErrorHandler.Builder
Error condition this handler applies to.
setErrorHandlers(int, ErrorHandler) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
setErrorHandlers(int, ErrorHandler.Builder) - Method in class com.google.appengine.v1.Version.Builder
Custom static error pages.
setErrors(int) - Method in class com.google.appengine.v1.Instance.Builder
Number of errors since this instance was started.
setExpiration(Duration) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Time a static file served by this handler should be cached by web proxies and browsers.
setExpiration(Duration.Builder) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Time a static file served by this handler should be cached by web proxies and browsers.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Application.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.AuditData.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.BasicScaling.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Deployment.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.FileInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.HealthCheck.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Instance.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Library.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ManualScaling.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Network.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Resources.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Service.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.UrlMap.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.Version.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.appengine.v1.ZipInfo.Builder
 
setFilesCount(int) - Method in class com.google.appengine.v1.ZipInfo.Builder
An estimate of the number of files in a zip for a zip deployment.
setFlexibleEnvironmentAvailable(boolean) - Method in class com.google.appengine.v1.LocationMetadata.Builder
App Engine Flexible Environment is available in the given location.
setForwardedPorts(int, String) - Method in class com.google.appengine.v1.Network.Builder
List of ports, or port pairs, to forward from the virtual machine to the application container.
setHandlers(int, UrlMap) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
setHandlers(int, UrlMap.Builder) - Method in class com.google.appengine.v1.Version.Builder
An ordered list of URL-matching patterns that should be applied to incoming requests.
setHealthCheck(HealthCheck) - Method in class com.google.appengine.v1.Version.Builder
Configures health checking for VM instances.
setHealthCheck(HealthCheck.Builder) - Method in class com.google.appengine.v1.Version.Builder
Configures health checking for VM instances.
setHealthyThreshold(int) - Method in class com.google.appengine.v1.HealthCheck.Builder
Number of consecutive successful health checks required before receiving traffic.
setHost(String) - Method in class com.google.appengine.v1.HealthCheck.Builder
Host header to send when performing an HTTP health check.
setHostBytes(ByteString) - Method in class com.google.appengine.v1.HealthCheck.Builder
Host header to send when performing an HTTP health check.
setId(String) - Method in class com.google.appengine.v1.Application.Builder
Identifier of the Application resource.
setId(String) - Method in class com.google.appengine.v1.Instance.Builder
Relative name of the instance within the version.
setId(String) - Method in class com.google.appengine.v1.Service.Builder
Relative name of the service within the application.
setId(String) - Method in class com.google.appengine.v1.Version.Builder
Relative name of the version within the service.
setIdBytes(ByteString) - Method in class com.google.appengine.v1.Application.Builder
Identifier of the Application resource.
setIdBytes(ByteString) - Method in class com.google.appengine.v1.Instance.Builder
Relative name of the instance within the version.
setIdBytes(ByteString) - Method in class com.google.appengine.v1.Service.Builder
Relative name of the service within the application.
setIdBytes(ByteString) - Method in class com.google.appengine.v1.Version.Builder
Relative name of the version within the service.
setIdleTimeout(Duration) - Method in class com.google.appengine.v1.BasicScaling.Builder
Duration of time after the last request that an instance must wait before the instance is shut down.
setIdleTimeout(Duration.Builder) - Method in class com.google.appengine.v1.BasicScaling.Builder
Duration of time after the last request that an instance must wait before the instance is shut down.
setImage(String) - Method in class com.google.appengine.v1.ContainerInfo.Builder
URI to the hosted container image in a Docker repository.
setImageBytes(ByteString) - Method in class com.google.appengine.v1.ContainerInfo.Builder
URI to the hosted container image in a Docker repository.
setInboundServices(int, InboundServiceType) - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
setInboundServicesValue(int, int) - Method in class com.google.appengine.v1.Version.Builder
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
setInsertTime(Timestamp) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation was created.
setInsertTime(Timestamp.Builder) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Time that this operation was created.
setInstanceClass(String) - Method in class com.google.appengine.v1.Version.Builder
Instance class that is used to run this version.
setInstanceClassBytes(ByteString) - Method in class com.google.appengine.v1.Version.Builder
Instance class that is used to run this version.
setInstances(int, Instance) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
setInstances(int, Instance.Builder) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
The instances belonging to the requested version.
setInstances(int) - Method in class com.google.appengine.v1.ManualScaling.Builder
Number of instances to assign to the service at the start.
setInstanceTag(String) - Method in class com.google.appengine.v1.Network.Builder
Tag to apply to the VM instance during creation.
setInstanceTagBytes(ByteString) - Method in class com.google.appengine.v1.Network.Builder
Tag to apply to the VM instance during creation.
setLibraries(int, Library) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
setLibraries(int, Library.Builder) - Method in class com.google.appengine.v1.Version.Builder
Configuration for third-party Python runtime libraries that are required by the application.
setLocationId(String) - Method in class com.google.appengine.v1.Application.Builder
Location from which this application will be run.
setLocationIdBytes(ByteString) - Method in class com.google.appengine.v1.Application.Builder
Location from which this application will be run.
setLogin(LoginRequirement) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Level of login required to access this resource.
setLogin(LoginRequirement) - Method in class com.google.appengine.v1.UrlMap.Builder
Level of login required to access this resource.
setLoginValue(int) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Level of login required to access this resource.
setLoginValue(int) - Method in class com.google.appengine.v1.UrlMap.Builder
Level of login required to access this resource.
setManualScaling(ManualScaling) - Method in class com.google.appengine.v1.Version.Builder
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
setManualScaling(ManualScaling.Builder) - Method in class com.google.appengine.v1.Version.Builder
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
setMaxConcurrentRequests(int) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.
setMaxIdleInstances(int) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum number of idle instances that should be maintained for this version.
setMaxInstances(int) - Method in class com.google.appengine.v1.BasicScaling.Builder
Maximum number of instances to create for this version.
setMaxPendingLatency(Duration) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
setMaxPendingLatency(Duration.Builder) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
setMaxTotalInstances(int) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Maximum number of instances that should be started to handle requests.
setMemoryGb(double) - Method in class com.google.appengine.v1.Resources.Builder
Memory (GB) needed.
setMemoryUsage(long) - Method in class com.google.appengine.v1.Instance.Builder
Total memory in use (bytes).
setMethod(String) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
API method that initiated this operation.
setMethodBytes(ByteString) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
API method that initiated this operation.
setMigrateTraffic(boolean) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Set to `true` to gradually shift traffic from one version to another single version.
setMimeType(String) - Method in class com.google.appengine.v1.ErrorHandler.Builder
MIME type of file.
setMimeType(String) - Method in class com.google.appengine.v1.FileInfo.Builder
The MIME type of the file.
setMimeType(String) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
MIME type used to serve all files served by this handler.
setMimeTypeBytes(ByteString) - Method in class com.google.appengine.v1.ErrorHandler.Builder
MIME type of file.
setMimeTypeBytes(ByteString) - Method in class com.google.appengine.v1.FileInfo.Builder
The MIME type of the file.
setMimeTypeBytes(ByteString) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
MIME type used to serve all files served by this handler.
setMinIdleInstances(int) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum number of idle instances that should be maintained for this version.
setMinPendingLatency(Duration) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
setMinPendingLatency(Duration.Builder) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
setMinTotalInstances(int) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Minimum number of instances that should be maintained for this version.
setName(String) - Method in class com.google.appengine.v1.Application.Builder
Full path to the Application resource in the API.
setName(String) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
Name of the resource requested.
setName(String) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
Name of the resource requested.
setName(String) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
Name of the resource requested.
setName(String) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
Name of the resource requested.
setName(String) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
Name of the Application resource to get.
setName(String) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
Name of the resource requested.
setName(String) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
Name of the resource requested.
setName(String) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
Name of the resource requested.
setName(String) - Method in class com.google.appengine.v1.Instance.Builder
Full path to the Instance resource in the API.
setName(String) - Method in class com.google.appengine.v1.Library.Builder
Name of the library.
setName(String) - Method in class com.google.appengine.v1.Network.Builder
Google Cloud Platform network where the virtual machines are created.
setName(String) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
Name of the application to repair.
setName(String) - Method in class com.google.appengine.v1.Service.Builder
Full path to the Service resource in the API.
setName(String) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Name of the resource to update.
setName(String) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Name of the resource to update.
setName(String) - Method in class com.google.appengine.v1.Version.Builder
Full path to the Version resource in the API.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.Application.Builder
Full path to the Application resource in the API.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
Name of the resource requested.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
Name of the resource requested.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
Name of the resource requested.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
Name of the resource requested.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
Name of the Application resource to get.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
Name of the resource requested.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
Name of the resource requested.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
Name of the resource requested.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.Instance.Builder
Full path to the Instance resource in the API.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.Library.Builder
Name of the library.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.Network.Builder
Google Cloud Platform network where the virtual machines are created.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
Name of the application to repair.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.Service.Builder
Full path to the Service resource in the API.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Name of the resource to update.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Name of the resource to update.
setNameBytes(ByteString) - Method in class com.google.appengine.v1.Version.Builder
Full path to the Version resource in the API.
setNetwork(Network) - Method in class com.google.appengine.v1.Version.Builder
Extra network settings.
setNetwork(Network.Builder) - Method in class com.google.appengine.v1.Version.Builder
Extra network settings.
setNetworkUtilization(NetworkUtilization) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by network usage.
setNetworkUtilization(NetworkUtilization.Builder) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by network usage.
setNextPageToken(String) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
Continuation token for fetching the next page of results.
setNextPageToken(String) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
Continuation token for fetching the next page of results.
setNextPageToken(String) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
Continuation token for fetching the next page of results.
setNextPageTokenBytes(ByteString) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
Continuation token for fetching the next page of results.
setNextPageTokenBytes(ByteString) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
Continuation token for fetching the next page of results.
setNextPageTokenBytes(ByteString) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
Continuation token for fetching the next page of results.
setNobuildFilesRegex(String) - Method in class com.google.appengine.v1.Version.Builder
Files that match this pattern will not be built into this version.
setNobuildFilesRegexBytes(ByteString) - Method in class com.google.appengine.v1.Version.Builder
Files that match this pattern will not be built into this version.
setPageSize(int) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Maximum results to return per page.
setPageSize(int) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Maximum results to return per page.
setPageSize(int) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Maximum results to return per page.
setPageToken(String) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Continuation token for fetching the next page of results.
setPageToken(String) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Continuation token for fetching the next page of results.
setPageToken(String) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Continuation token for fetching the next page of results.
setPageTokenBytes(ByteString) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Continuation token for fetching the next page of results.
setPageTokenBytes(ByteString) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Continuation token for fetching the next page of results.
setPageTokenBytes(ByteString) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Continuation token for fetching the next page of results.
setParent(String) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Name of the parent resource to create this version under.
setParent(String) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Name of the parent Version resource.
setParent(String) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Name of the parent Application resource.
setParent(String) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Name of the parent Service resource.
setParentBytes(ByteString) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Name of the parent resource to create this version under.
setParentBytes(ByteString) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
Name of the parent Version resource.
setParentBytes(ByteString) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
Name of the parent Application resource.
setParentBytes(ByteString) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Name of the parent Service resource.
setPath(String) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Path to the static files matched by the URL pattern, from the application root directory.
setPath(String) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Pathname within the host.
setPathBytes(ByteString) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Path to the static files matched by the URL pattern, from the application root directory.
setPathBytes(ByteString) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Pathname within the host.
setQps(float) - Method in class com.google.appengine.v1.Instance.Builder
Average queries per second (QPS) over the last minute.
setRedirectHttpResponseCode(UrlMap.RedirectHttpResponseCode) - Method in class com.google.appengine.v1.UrlMap.Builder
`30x` code to use when performing redirects for the `secure` field.
setRedirectHttpResponseCodeValue(int) - Method in class com.google.appengine.v1.UrlMap.Builder
`30x` code to use when performing redirects for the `secure` field.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.Application.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.AuditData.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.BasicScaling.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.Deployment.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.FileInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.HealthCheck.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.Instance.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.Library.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ManualScaling.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.Network.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.Resources.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.Service.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.UrlMap.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.Version.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.appengine.v1.ZipInfo.Builder
 
setRequest(CreateVersionRequest) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
Create version request.
setRequest(CreateVersionRequest.Builder) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
Create version request.
setRequest(UpdateServiceRequest) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
Update service request.
setRequest(UpdateServiceRequest.Builder) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
Update service request.
setRequests(int) - Method in class com.google.appengine.v1.Instance.Builder
Number of requests since this instance was started.
setRequestUtilization(RequestUtilization) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by request utilization.
setRequestUtilization(RequestUtilization.Builder) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
Target scaling by request utilization.
setRequireMatchingFile(boolean) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Whether this handler should match the request if the file referenced by the handler does not exist.
setResources(Resources) - Method in class com.google.appengine.v1.Version.Builder
Machine resources for this version.
setResources(Resources.Builder) - Method in class com.google.appengine.v1.Version.Builder
Machine resources for this version.
setRestartThreshold(int) - Method in class com.google.appengine.v1.HealthCheck.Builder
Number of consecutive failed health checks required before an instance is restarted.
setRuntime(String) - Method in class com.google.appengine.v1.Version.Builder
Desired runtime.
setRuntimeBytes(ByteString) - Method in class com.google.appengine.v1.Version.Builder
Desired runtime.
setScript(String) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Path to the script from the application root directory.
setScript(ScriptHandler) - Method in class com.google.appengine.v1.UrlMap.Builder
Executes a script to handle the request that matches this URL pattern.
setScript(ScriptHandler.Builder) - Method in class com.google.appengine.v1.UrlMap.Builder
Executes a script to handle the request that matches this URL pattern.
setScriptBytes(ByteString) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Path to the script from the application root directory.
setScriptPath(String) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
Path to the script from the application root directory.
setScriptPath(String) - Method in class com.google.appengine.v1.ScriptHandler.Builder
Path to the script from the application root directory.
setScriptPathBytes(ByteString) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
Path to the script from the application root directory.
setScriptPathBytes(ByteString) - Method in class com.google.appengine.v1.ScriptHandler.Builder
Path to the script from the application root directory.
setSecurityLevel(SecurityLevel) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Security (HTTPS) enforcement for this URL.
setSecurityLevel(SecurityLevel) - Method in class com.google.appengine.v1.UrlMap.Builder
Security (HTTPS) enforcement for this URL.
setSecurityLevelValue(int) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
Security (HTTPS) enforcement for this URL.
setSecurityLevelValue(int) - Method in class com.google.appengine.v1.UrlMap.Builder
Security (HTTPS) enforcement for this URL.
setService(Service) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
A Service resource containing the updated service.
setService(Service.Builder) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
A Service resource containing the updated service.
setService(String) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Resource ID of a service in this application that should serve the matched request.
setServiceBytes(ByteString) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
Resource ID of a service in this application that should serve the matched request.
setServices(int, Service) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
setServices(int, Service.Builder) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
The services belonging to the requested application.
setServingStatus(ServingStatus) - Method in class com.google.appengine.v1.Version.Builder
Current serving status of this version.
setServingStatusValue(int) - Method in class com.google.appengine.v1.Version.Builder
Current serving status of this version.
setSha1Sum(String) - Method in class com.google.appengine.v1.FileInfo.Builder
The SHA1 hash of the file, in hex.
setSha1SumBytes(ByteString) - Method in class com.google.appengine.v1.FileInfo.Builder
The SHA1 hash of the file, in hex.
setShardBy(TrafficSplit.ShardBy) - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mechanism used to determine which version a request is sent to.
setShardByValue(int) - Method in class com.google.appengine.v1.TrafficSplit.Builder
Mechanism used to determine which version a request is sent to.
setSourceUrl(String) - Method in class com.google.appengine.v1.FileInfo.Builder
URL source to use to fetch this file.
setSourceUrl(String) - Method in class com.google.appengine.v1.ZipInfo.Builder
URL of the zip file to deploy from.
setSourceUrlBytes(ByteString) - Method in class com.google.appengine.v1.FileInfo.Builder
URL source to use to fetch this file.
setSourceUrlBytes(ByteString) - Method in class com.google.appengine.v1.ZipInfo.Builder
URL of the zip file to deploy from.
setSplit(TrafficSplit) - Method in class com.google.appengine.v1.Service.Builder
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
setSplit(TrafficSplit.Builder) - Method in class com.google.appengine.v1.Service.Builder
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
setStandardEnvironmentAvailable(boolean) - Method in class com.google.appengine.v1.LocationMetadata.Builder
App Engine Standard Environment is available in the given location.
setStartTime(Timestamp) - Method in class com.google.appengine.v1.Instance.Builder
Time that this instance was started.
setStartTime(Timestamp.Builder) - Method in class com.google.appengine.v1.Instance.Builder
Time that this instance was started.
setStaticFile(String) - Method in class com.google.appengine.v1.ErrorHandler.Builder
Static file content to be served for this error.
setStaticFileBytes(ByteString) - Method in class com.google.appengine.v1.ErrorHandler.Builder
Static file content to be served for this error.
setStaticFiles(StaticFilesHandler) - Method in class com.google.appengine.v1.UrlMap.Builder
Returns the contents of a file, such as an image, as the response.
setStaticFiles(StaticFilesHandler.Builder) - Method in class com.google.appengine.v1.UrlMap.Builder
Returns the contents of a file, such as an image, as the response.
setTarget(String) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Name of the resource that this operation is acting on.
setTargetBytes(ByteString) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
Name of the resource that this operation is acting on.
setTargetConcurrentRequests(int) - Method in class com.google.appengine.v1.RequestUtilization.Builder
Target number of concurrent requests.
setTargetReadBytesPerSecond(int) - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target bytes read per second.
setTargetReadOpsPerSecond(int) - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target ops read per seconds.
setTargetReceivedBytesPerSecond(int) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target bytes received per second.
setTargetReceivedPacketsPerSecond(int) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target packets received per second.
setTargetRequestCountPerSecond(int) - Method in class com.google.appengine.v1.RequestUtilization.Builder
Target requests per second.
setTargetSentBytesPerSecond(int) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target bytes sent per second.
setTargetSentPacketsPerSecond(int) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
Target packets sent per second.
setTargetUtilization(double) - Method in class com.google.appengine.v1.CpuUtilization.Builder
Target CPU utilization ratio to maintain when scaling.
setTargetWriteBytesPerSecond(int) - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target bytes written per second.
setTargetWriteOpsPerSecond(int) - Method in class com.google.appengine.v1.DiskUtilization.Builder
Target ops written per second.
setThreadsafe(boolean) - Method in class com.google.appengine.v1.Version.Builder
Whether multiple requests can be dispatched to this version at once.
setTimeout(Duration) - Method in class com.google.appengine.v1.HealthCheck.Builder
Time before the health check is considered failed.
setTimeout(Duration.Builder) - Method in class com.google.appengine.v1.HealthCheck.Builder
Time before the health check is considered failed.
setUnhealthyThreshold(int) - Method in class com.google.appengine.v1.HealthCheck.Builder
Number of consecutive failed health checks required before removing traffic.
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ApiEndpointHandler.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Application.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.AuditData.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.AutomaticScaling.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.BasicScaling.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ContainerInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.CpuUtilization.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.CreateVersionMethod.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.DebugInstanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.DeleteInstanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.DeleteServiceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.DeleteVersionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Deployment.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.DiskUtilization.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ErrorHandler.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.FileInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.GetApplicationRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.GetInstanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.GetServiceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.HealthCheck.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Instance.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Library.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListInstancesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListInstancesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListServicesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListServicesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.LocationMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ManualScaling.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Network.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.NetworkUtilization.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.RepairApplicationRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.RequestUtilization.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Resources.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ScriptHandler.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Service.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.TrafficSplit.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.UpdateServiceMethod.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.UrlDispatchRule.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.UrlMap.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.Version.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.appengine.v1.ZipInfo.Builder
 
setUpdateMask(FieldMask) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Standard field mask for the set of fields to be updated.
setUpdateMask(FieldMask.Builder) - Method in class com.google.appengine.v1.UpdateServiceRequest.Builder
Standard field mask for the set of fields to be updated.
setUpdateMask(FieldMask) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Standard field mask for the set of fields to be updated.
setUpdateMask(FieldMask.Builder) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
Standard field mask for the set of fields to be updated.
setUpdateService(UpdateServiceMethod) - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about UpdateService call.
setUpdateService(UpdateServiceMethod.Builder) - Method in class com.google.appengine.v1.AuditData.Builder
Detailed information about UpdateService call.
setUploadPathRegex(String) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Regular expression that matches the file paths for all files that should be referenced by this handler.
setUploadPathRegexBytes(ByteString) - Method in class com.google.appengine.v1.StaticFilesHandler.Builder
Regular expression that matches the file paths for all files that should be referenced by this handler.
setUrl(String) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
URL to serve the endpoint at.
setUrlBytes(ByteString) - Method in class com.google.appengine.v1.ApiConfigHandler.Builder
URL to serve the endpoint at.
setUrlRegex(String) - Method in class com.google.appengine.v1.UrlMap.Builder
URL prefix.
setUrlRegexBytes(ByteString) - Method in class com.google.appengine.v1.UrlMap.Builder
URL prefix.
setUser(String) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
User who requested this operation.
setUserBytes(ByteString) - Method in class com.google.appengine.v1.OperationMetadataV1.Builder
User who requested this operation.
setVersion(Version) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Application deployment configuration.
setVersion(Version.Builder) - Method in class com.google.appengine.v1.CreateVersionRequest.Builder
Application deployment configuration.
setVersion(String) - Method in class com.google.appengine.v1.Library.Builder
Version of the library to select, or "latest".
setVersion(Version) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
A Version containing the updated resource.
setVersion(Version.Builder) - Method in class com.google.appengine.v1.UpdateVersionRequest.Builder
A Version containing the updated resource.
setVersionBytes(ByteString) - Method in class com.google.appengine.v1.Library.Builder
Version of the library to select, or "latest".
setVersions(int, Version) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
setVersions(int, Version.Builder) - Method in class com.google.appengine.v1.ListVersionsResponse.Builder
The versions belonging to the requested service.
setVersionUrl(String) - Method in class com.google.appengine.v1.Version.Builder
Serving URL for this version.
setVersionUrlBytes(ByteString) - Method in class com.google.appengine.v1.Version.Builder
Serving URL for this version.
setView(VersionView) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
Controls the set of fields returned in the `Get` response.
setView(VersionView) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Controls the set of fields returned in the `List` response.
setViewValue(int) - Method in class com.google.appengine.v1.GetVersionRequest.Builder
Controls the set of fields returned in the `Get` response.
setViewValue(int) - Method in class com.google.appengine.v1.ListVersionsRequest.Builder
Controls the set of fields returned in the `List` response.
setVm(boolean) - Method in class com.google.appengine.v1.Version.Builder
Whether to deploy this version in a container on a virtual machine.
setVmDebugEnabled(boolean) - Method in class com.google.appengine.v1.Instance.Builder
Whether this instance is in debug mode.
setVmId(String) - Method in class com.google.appengine.v1.Instance.Builder
Virtual machine ID of this instance.
setVmIdBytes(ByteString) - Method in class com.google.appengine.v1.Instance.Builder
Virtual machine ID of this instance.
setVmName(String) - Method in class com.google.appengine.v1.Instance.Builder
Name of the virtual machine where this instance lives.
setVmNameBytes(ByteString) - Method in class com.google.appengine.v1.Instance.Builder
Name of the virtual machine where this instance lives.
setVmStatus(String) - Method in class com.google.appengine.v1.Instance.Builder
Status of the virtual machine where this instance lives.
setVmStatusBytes(ByteString) - Method in class com.google.appengine.v1.Instance.Builder
Status of the virtual machine where this instance lives.
setVmZoneName(String) - Method in class com.google.appengine.v1.Instance.Builder
Zone where the virtual machine is located.
setVmZoneNameBytes(ByteString) - Method in class com.google.appengine.v1.Instance.Builder
Zone where the virtual machine is located.
setZip(ZipInfo) - Method in class com.google.appengine.v1.Deployment.Builder
The zip file for this deployment, if this is a zip deployment.
setZip(ZipInfo.Builder) - Method in class com.google.appengine.v1.Deployment.Builder
The zip file for this deployment, if this is a zip deployment.
SHA1_SUM_FIELD_NUMBER - Static variable in class com.google.appengine.v1.FileInfo
 
SHARD_BY_FIELD_NUMBER - Static variable in class com.google.appengine.v1.TrafficSplit
 
SOURCE_URL_FIELD_NUMBER - Static variable in class com.google.appengine.v1.FileInfo
 
SOURCE_URL_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ZipInfo
 
SPLIT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Service
 
STANDARD_ENVIRONMENT_AVAILABLE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.LocationMetadata
 
START_TIME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
STATIC_FILE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ErrorHandler
 
STATIC_FILES_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UrlMap
 
StaticFilesHandler - Class in com.google.appengine.v1
Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files.
StaticFilesHandler.Builder - Class in com.google.appengine.v1
Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files.
StaticFilesHandlerOrBuilder - Interface in com.google.appengine.v1
 
STOPPED_VALUE - Static variable in enum com.google.appengine.v1.ServingStatus
Disabled.

T

TARGET_CONCURRENT_REQUESTS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.RequestUtilization
 
TARGET_FIELD_NUMBER - Static variable in class com.google.appengine.v1.OperationMetadataV1
 
TARGET_READ_BYTES_PER_SECOND_FIELD_NUMBER - Static variable in class com.google.appengine.v1.DiskUtilization
 
TARGET_READ_OPS_PER_SECOND_FIELD_NUMBER - Static variable in class com.google.appengine.v1.DiskUtilization
 
TARGET_RECEIVED_BYTES_PER_SECOND_FIELD_NUMBER - Static variable in class com.google.appengine.v1.NetworkUtilization
 
TARGET_RECEIVED_PACKETS_PER_SECOND_FIELD_NUMBER - Static variable in class com.google.appengine.v1.NetworkUtilization
 
TARGET_REQUEST_COUNT_PER_SECOND_FIELD_NUMBER - Static variable in class com.google.appengine.v1.RequestUtilization
 
TARGET_SENT_BYTES_PER_SECOND_FIELD_NUMBER - Static variable in class com.google.appengine.v1.NetworkUtilization
 
TARGET_SENT_PACKETS_PER_SECOND_FIELD_NUMBER - Static variable in class com.google.appengine.v1.NetworkUtilization
 
TARGET_UTILIZATION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.CpuUtilization
 
TARGET_WRITE_BYTES_PER_SECOND_FIELD_NUMBER - Static variable in class com.google.appengine.v1.DiskUtilization
 
TARGET_WRITE_OPS_PER_SECOND_FIELD_NUMBER - Static variable in class com.google.appengine.v1.DiskUtilization
 
THREADSAFE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
TIMEOUT_FIELD_NUMBER - Static variable in class com.google.appengine.v1.HealthCheck
 
toBuilder() - Method in class com.google.appengine.v1.ApiConfigHandler
 
toBuilder() - Method in class com.google.appengine.v1.ApiEndpointHandler
 
toBuilder() - Method in class com.google.appengine.v1.Application
 
toBuilder() - Method in class com.google.appengine.v1.AuditData
 
toBuilder() - Method in class com.google.appengine.v1.AutomaticScaling
 
toBuilder() - Method in class com.google.appengine.v1.BasicScaling
 
toBuilder() - Method in class com.google.appengine.v1.ContainerInfo
 
toBuilder() - Method in class com.google.appengine.v1.CpuUtilization
 
toBuilder() - Method in class com.google.appengine.v1.CreateVersionMethod
 
toBuilder() - Method in class com.google.appengine.v1.CreateVersionRequest
 
toBuilder() - Method in class com.google.appengine.v1.DebugInstanceRequest
 
toBuilder() - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
toBuilder() - Method in class com.google.appengine.v1.DeleteServiceRequest
 
toBuilder() - Method in class com.google.appengine.v1.DeleteVersionRequest
 
toBuilder() - Method in class com.google.appengine.v1.Deployment
 
toBuilder() - Method in class com.google.appengine.v1.DiskUtilization
 
toBuilder() - Method in class com.google.appengine.v1.ErrorHandler
 
toBuilder() - Method in class com.google.appengine.v1.FileInfo
 
toBuilder() - Method in class com.google.appengine.v1.GetApplicationRequest
 
toBuilder() - Method in class com.google.appengine.v1.GetInstanceRequest
 
toBuilder() - Method in class com.google.appengine.v1.GetServiceRequest
 
toBuilder() - Method in class com.google.appengine.v1.GetVersionRequest
 
toBuilder() - Method in class com.google.appengine.v1.HealthCheck
 
toBuilder() - Method in class com.google.appengine.v1.Instance
 
toBuilder() - Method in class com.google.appengine.v1.Library
 
toBuilder() - Method in class com.google.appengine.v1.ListInstancesRequest
 
toBuilder() - Method in class com.google.appengine.v1.ListInstancesResponse
 
toBuilder() - Method in class com.google.appengine.v1.ListServicesRequest
 
toBuilder() - Method in class com.google.appengine.v1.ListServicesResponse
 
toBuilder() - Method in class com.google.appengine.v1.ListVersionsRequest
 
toBuilder() - Method in class com.google.appengine.v1.ListVersionsResponse
 
toBuilder() - Method in class com.google.appengine.v1.LocationMetadata
 
toBuilder() - Method in class com.google.appengine.v1.ManualScaling
 
toBuilder() - Method in class com.google.appengine.v1.Network
 
toBuilder() - Method in class com.google.appengine.v1.NetworkUtilization
 
toBuilder() - Method in class com.google.appengine.v1.OperationMetadataV1
 
toBuilder() - Method in class com.google.appengine.v1.RepairApplicationRequest
 
toBuilder() - Method in class com.google.appengine.v1.RequestUtilization
 
toBuilder() - Method in class com.google.appengine.v1.Resources
 
toBuilder() - Method in class com.google.appengine.v1.ScriptHandler
 
toBuilder() - Method in class com.google.appengine.v1.Service
 
toBuilder() - Method in class com.google.appengine.v1.StaticFilesHandler
 
toBuilder() - Method in class com.google.appengine.v1.TrafficSplit
 
toBuilder() - Method in class com.google.appengine.v1.UpdateServiceMethod
 
toBuilder() - Method in class com.google.appengine.v1.UpdateServiceRequest
 
toBuilder() - Method in class com.google.appengine.v1.UpdateVersionRequest
 
toBuilder() - Method in class com.google.appengine.v1.UrlDispatchRule
 
toBuilder() - Method in class com.google.appengine.v1.UrlMap
 
toBuilder() - Method in class com.google.appengine.v1.Version
 
toBuilder() - Method in class com.google.appengine.v1.ZipInfo
 
TrafficSplit - Class in com.google.appengine.v1
Traffic routing configuration for versions within a single service.
TrafficSplit.Builder - Class in com.google.appengine.v1
Traffic routing configuration for versions within a single service.
TrafficSplit.ShardBy - Enum in com.google.appengine.v1
Available sharding mechanisms.
TrafficSplitOrBuilder - Interface in com.google.appengine.v1
 

U

UNHEALTHY_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.appengine.v1.HealthCheck
 
UNSPECIFIED_VALUE - Static variable in enum com.google.appengine.v1.Instance.Availability
UNSPECIFIED = 0;
UNSPECIFIED_VALUE - Static variable in enum com.google.appengine.v1.TrafficSplit.ShardBy
Diversion method unspecified.
UPDATE_MASK_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UpdateServiceRequest
 
UPDATE_MASK_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UpdateVersionRequest
 
UPDATE_SERVICE_FIELD_NUMBER - Static variable in class com.google.appengine.v1.AuditData
 
UpdateServiceMethod - Class in com.google.appengine.v1
Detailed information about UpdateService call.
UpdateServiceMethod.Builder - Class in com.google.appengine.v1
Detailed information about UpdateService call.
UpdateServiceMethodOrBuilder - Interface in com.google.appengine.v1
 
UpdateServiceRequest - Class in com.google.appengine.v1
Request message for `Services.UpdateService`.
UpdateServiceRequest.Builder - Class in com.google.appengine.v1
Request message for `Services.UpdateService`.
UpdateServiceRequestOrBuilder - Interface in com.google.appengine.v1
 
UpdateVersionRequest - Class in com.google.appengine.v1
Request message for `Versions.UpdateVersion`.
UpdateVersionRequest.Builder - Class in com.google.appengine.v1
Request message for `Versions.UpdateVersion`.
UpdateVersionRequestOrBuilder - Interface in com.google.appengine.v1
 
UPLOAD_PATH_REGEX_FIELD_NUMBER - Static variable in class com.google.appengine.v1.StaticFilesHandler
 
URL_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ApiConfigHandler
 
URL_REGEX_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UrlMap
 
UrlDispatchRule - Class in com.google.appengine.v1
Rules to match an HTTP request and dispatch that request to a service.
UrlDispatchRule.Builder - Class in com.google.appengine.v1
Rules to match an HTTP request and dispatch that request to a service.
UrlDispatchRuleOrBuilder - Interface in com.google.appengine.v1
 
UrlMap - Class in com.google.appengine.v1
URL pattern and description of how the URL should be handled.
UrlMap.Builder - Class in com.google.appengine.v1
URL pattern and description of how the URL should be handled.
UrlMap.HandlerTypeCase - Enum in com.google.appengine.v1
 
UrlMap.RedirectHttpResponseCode - Enum in com.google.appengine.v1
Redirect codes.
UrlMapOrBuilder - Interface in com.google.appengine.v1
 
USER_FIELD_NUMBER - Static variable in class com.google.appengine.v1.OperationMetadataV1
 

V

valueOf(String) - Static method in enum com.google.appengine.v1.AuditData.MethodCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.AuditData.MethodCase
Deprecated.
valueOf(String) - Static method in enum com.google.appengine.v1.AuthFailAction
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.AuthFailAction
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.appengine.v1.AuthFailAction
 
valueOf(String) - Static method in enum com.google.appengine.v1.ErrorHandler.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.ErrorHandler.ErrorCode
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.appengine.v1.ErrorHandler.ErrorCode
 
valueOf(String) - Static method in enum com.google.appengine.v1.InboundServiceType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.InboundServiceType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.appengine.v1.InboundServiceType
 
valueOf(String) - Static method in enum com.google.appengine.v1.Instance.Availability
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.Instance.Availability
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.appengine.v1.Instance.Availability
 
valueOf(String) - Static method in enum com.google.appengine.v1.LoginRequirement
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.LoginRequirement
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.appengine.v1.LoginRequirement
 
valueOf(String) - Static method in enum com.google.appengine.v1.SecurityLevel
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.SecurityLevel
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.appengine.v1.SecurityLevel
 
valueOf(String) - Static method in enum com.google.appengine.v1.ServingStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.ServingStatus
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.appengine.v1.ServingStatus
 
valueOf(String) - Static method in enum com.google.appengine.v1.TrafficSplit.ShardBy
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.TrafficSplit.ShardBy
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.appengine.v1.TrafficSplit.ShardBy
 
valueOf(String) - Static method in enum com.google.appengine.v1.UrlMap.HandlerTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.UrlMap.HandlerTypeCase
Deprecated.
valueOf(String) - Static method in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
 
valueOf(String) - Static method in enum com.google.appengine.v1.Version.ScalingCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.Version.ScalingCase
Deprecated.
valueOf(String) - Static method in enum com.google.appengine.v1.VersionView
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.appengine.v1.VersionView
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.appengine.v1.VersionView
 
values() - Static method in enum com.google.appengine.v1.AuditData.MethodCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.AuthFailAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.ErrorHandler.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.InboundServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.Instance.Availability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.LoginRequirement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.SecurityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.ServingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.TrafficSplit.ShardBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.UrlMap.HandlerTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.UrlMap.RedirectHttpResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.Version.ScalingCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.v1.VersionView
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.google.appengine.v1
A Version resource is a specific set of source code and configuration files that are deployed into a service.
Version.Builder - Class in com.google.appengine.v1
A Version resource is a specific set of source code and configuration files that are deployed into a service.
Version.ScalingCase - Enum in com.google.appengine.v1
 
VERSION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.CreateVersionRequest
 
VERSION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Library
 
VERSION_FIELD_NUMBER - Static variable in class com.google.appengine.v1.UpdateVersionRequest
 
VERSION_URL_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
VersionOrBuilder - Interface in com.google.appengine.v1
 
VersionProto - Class in com.google.appengine.v1
 
VERSIONS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListVersionsResponse
 
VersionView - Enum in com.google.appengine.v1
Fields that should be returned when [Version][google.appengine.v1.Version] resources are retreived.
VIEW_FIELD_NUMBER - Static variable in class com.google.appengine.v1.GetVersionRequest
 
VIEW_FIELD_NUMBER - Static variable in class com.google.appengine.v1.ListVersionsRequest
 
VM_DEBUG_ENABLED_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
VM_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Version
 
VM_ID_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
VM_NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
VM_STATUS_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 
VM_ZONE_NAME_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Instance
 

W

writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ApiConfigHandler
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ApiEndpointHandler
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.Application
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.AuditData
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.AutomaticScaling
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.BasicScaling
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ContainerInfo
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.CpuUtilization
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.CreateVersionMethod
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.CreateVersionRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.DebugInstanceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.DeleteInstanceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.DeleteServiceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.DeleteVersionRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.Deployment
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.DiskUtilization
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ErrorHandler
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.FileInfo
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.GetApplicationRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.GetInstanceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.GetServiceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.GetVersionRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.HealthCheck
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.Instance
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.Library
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ListInstancesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ListInstancesResponse
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ListServicesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ListServicesResponse
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ListVersionsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ListVersionsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.LocationMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ManualScaling
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.Network
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.NetworkUtilization
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.OperationMetadataV1
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.RepairApplicationRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.RequestUtilization
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.Resources
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ScriptHandler
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.Service
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.StaticFilesHandler
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.TrafficSplit
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.UpdateServiceMethod
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.UpdateServiceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.UpdateVersionRequest
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.UrlDispatchRule
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.UrlMap
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.Version
 
writeTo(CodedOutputStream) - Method in class com.google.appengine.v1.ZipInfo
 

Z

ZIP_FIELD_NUMBER - Static variable in class com.google.appengine.v1.Deployment
 
ZipInfo - Class in com.google.appengine.v1
Protobuf type google.appengine.v1.ZipInfo
ZipInfo.Builder - Class in com.google.appengine.v1
Protobuf type google.appengine.v1.ZipInfo
ZipInfoOrBuilder - Interface in com.google.appengine.v1
 
A B C D E F G H I L M N O P Q R S T U V W Z 
Skip navigation links