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

com.google.appengine.v1.LibraryOrBuilder 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/app_yaml.proto

package com.google.appengine.v1;

public interface LibraryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.appengine.v1.Library)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Name of the library. Example: "django".
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Name of the library. Example: "django".
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Version of the library to select, or "latest".
   * 
* * string version = 2; */ java.lang.String getVersion(); /** *
   * Version of the library to select, or "latest".
   * 
* * string version = 2; */ com.google.protobuf.ByteString getVersionBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy