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