Deployment.Builder |
Deployment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Deployment.Builder |
Deployment.Builder.clear() |
|
Deployment.Builder |
Deployment.Builder.clearCloudBuildOptions() |
Options for any Google Cloud Build builds created as a part of this
deployment.
|
Deployment.Builder |
Deployment.Builder.clearContainer() |
The Docker image for the container that runs the version.
|
Deployment.Builder |
Deployment.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Deployment.Builder |
Deployment.Builder.clearFiles() |
|
Deployment.Builder |
Deployment.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Deployment.Builder |
Deployment.Builder.clearZip() |
The zip file for this deployment, if this is a zip deployment.
|
Deployment.Builder |
Deployment.Builder.clone() |
|
Deployment.Builder |
Version.Builder.getDeploymentBuilder() |
Code and application artifacts that make up this version.
|
Deployment.Builder |
Deployment.Builder.mergeCloudBuildOptions(CloudBuildOptions value) |
Options for any Google Cloud Build builds created as a part of this
deployment.
|
Deployment.Builder |
Deployment.Builder.mergeContainer(ContainerInfo value) |
The Docker image for the container that runs the version.
|
Deployment.Builder |
Deployment.Builder.mergeFrom(Deployment other) |
|
Deployment.Builder |
Deployment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Deployment.Builder |
Deployment.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Deployment.Builder |
Deployment.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Deployment.Builder |
Deployment.Builder.mergeZip(ZipInfo value) |
The zip file for this deployment, if this is a zip deployment.
|
static Deployment.Builder |
Deployment.newBuilder() |
|
static Deployment.Builder |
Deployment.newBuilder(Deployment prototype) |
|
Deployment.Builder |
Deployment.newBuilderForType() |
|
protected Deployment.Builder |
Deployment.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Deployment.Builder |
Deployment.Builder.putAllFiles(Map<String,FileInfo> values) |
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
Deployment.Builder |
Deployment.Builder.putFiles(String key,
FileInfo value) |
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
Deployment.Builder |
Deployment.Builder.removeFiles(String key) |
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
Deployment.Builder |
Deployment.Builder.setCloudBuildOptions(CloudBuildOptions value) |
Options for any Google Cloud Build builds created as a part of this
deployment.
|
Deployment.Builder |
Deployment.Builder.setCloudBuildOptions(CloudBuildOptions.Builder builderForValue) |
Options for any Google Cloud Build builds created as a part of this
deployment.
|
Deployment.Builder |
Deployment.Builder.setContainer(ContainerInfo value) |
The Docker image for the container that runs the version.
|
Deployment.Builder |
Deployment.Builder.setContainer(ContainerInfo.Builder builderForValue) |
The Docker image for the container that runs the version.
|
Deployment.Builder |
Deployment.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Deployment.Builder |
Deployment.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Deployment.Builder |
Deployment.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Deployment.Builder |
Deployment.Builder.setZip(ZipInfo value) |
The zip file for this deployment, if this is a zip deployment.
|
Deployment.Builder |
Deployment.Builder.setZip(ZipInfo.Builder builderForValue) |
The zip file for this deployment, if this is a zip deployment.
|
Deployment.Builder |
Deployment.toBuilder() |
|