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

com.google.appengine.v1.DeploymentOrBuilder 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 DeploymentOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.appengine.v1.Deployment)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Manifest of the files stored in Google Cloud Storage that are included
   * as part of this version. All files must be readable using the
   * credentials supplied with this call.
   * 
* * map<string, .google.appengine.v1.FileInfo> files = 1; */ int getFilesCount(); /** *
   * Manifest of the files stored in Google Cloud Storage that are included
   * as part of this version. All files must be readable using the
   * credentials supplied with this call.
   * 
* * map<string, .google.appengine.v1.FileInfo> files = 1; */ boolean containsFiles( java.lang.String key); /** * Use {@link #getFilesMap()} instead. */ @java.lang.Deprecated java.util.Map getFiles(); /** *
   * Manifest of the files stored in Google Cloud Storage that are included
   * as part of this version. All files must be readable using the
   * credentials supplied with this call.
   * 
* * map<string, .google.appengine.v1.FileInfo> files = 1; */ java.util.Map getFilesMap(); /** *
   * Manifest of the files stored in Google Cloud Storage that are included
   * as part of this version. All files must be readable using the
   * credentials supplied with this call.
   * 
* * map<string, .google.appengine.v1.FileInfo> files = 1; */ com.google.appengine.v1.FileInfo getFilesOrDefault( java.lang.String key, com.google.appengine.v1.FileInfo defaultValue); /** *
   * Manifest of the files stored in Google Cloud Storage that are included
   * as part of this version. All files must be readable using the
   * credentials supplied with this call.
   * 
* * map<string, .google.appengine.v1.FileInfo> files = 1; */ com.google.appengine.v1.FileInfo getFilesOrThrow( java.lang.String key); /** *
   * A Docker image that App Engine uses to run the version.
   * Only applicable for instances in App Engine flexible environment.
   * 
* * .google.appengine.v1.ContainerInfo container = 2; */ boolean hasContainer(); /** *
   * A Docker image that App Engine uses to run the version.
   * Only applicable for instances in App Engine flexible environment.
   * 
* * .google.appengine.v1.ContainerInfo container = 2; */ com.google.appengine.v1.ContainerInfo getContainer(); /** *
   * A Docker image that App Engine uses to run the version.
   * Only applicable for instances in App Engine flexible environment.
   * 
* * .google.appengine.v1.ContainerInfo container = 2; */ com.google.appengine.v1.ContainerInfoOrBuilder getContainerOrBuilder(); /** *
   * The zip file for this deployment, if this is a zip deployment.
   * 
* * .google.appengine.v1.ZipInfo zip = 3; */ boolean hasZip(); /** *
   * The zip file for this deployment, if this is a zip deployment.
   * 
* * .google.appengine.v1.ZipInfo zip = 3; */ com.google.appengine.v1.ZipInfo getZip(); /** *
   * The zip file for this deployment, if this is a zip deployment.
   * 
* * .google.appengine.v1.ZipInfo zip = 3; */ com.google.appengine.v1.ZipInfoOrBuilder getZipOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy