com.google.appengine.v1.LocationMetadataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-appengine-v1 Show documentation
Show all versions of proto-google-appengine-v1 Show documentation
PROTO library for proto-google-appengine-v1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/appengine/v1/location.proto
package com.google.appengine.v1;
public interface LocationMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.appengine.v1.LocationMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
* App Engine Standard Environment is available in the given location.
* @OutputOnly
*
*
* bool standard_environment_available = 2;
*/
boolean getStandardEnvironmentAvailable();
/**
*
* App Engine Flexible Environment is available in the given location.
* @OutputOnly
*
*
* bool flexible_environment_available = 4;
*/
boolean getFlexibleEnvironmentAvailable();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy