All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.appengine.v1.LocationMetadataOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.12.0
Show newest version
// 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