com.google.appengine.v1.ZipInfoOrBuilder 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/deploy.proto
package com.google.appengine.v1;
public interface ZipInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.appengine.v1.ZipInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* URL of the zip file to deploy from. Must be a URL to a resource in
* Google Cloud Storage in the form
* 'http(s)://storage.googleapis.com/\<bucket\>/\<object\>'.
*
*
* string source_url = 3;
*/
java.lang.String getSourceUrl();
/**
*
* URL of the zip file to deploy from. Must be a URL to a resource in
* Google Cloud Storage in the form
* 'http(s)://storage.googleapis.com/\<bucket\>/\<object\>'.
*
*
* string source_url = 3;
*/
com.google.protobuf.ByteString
getSourceUrlBytes();
/**
*
* An estimate of the number of files in a zip for a zip deployment.
* If set, must be greater than or equal to the actual number of files.
* Used for optimizing performance; if not provided, deployment may be slow.
*
*
* int32 files_count = 4;
*/
int getFilesCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy