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

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