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