Send feedback
Class CloudBuildOptions.Builder (2.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.14.0 keyboard_arrow_down
public static final class CloudBuildOptions . Builder extends GeneratedMessageV3 . Builder<CloudBuildOptions . Builder > implements CloudBuildOptionsOrBuilder
Options for the build operations performed as a part of the version
deployment. Only applicable for App Engine flexible environment when creating
a version using source code directly.
Protobuf type google.appengine.v1.CloudBuildOptions
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CloudBuildOptions . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public CloudBuildOptions build ()
buildPartial()
public CloudBuildOptions buildPartial ()
clear()
public CloudBuildOptions . Builder clear ()
Overrides
clearAppYamlPath()
public CloudBuildOptions . Builder clearAppYamlPath ()
clearCloudBuildTimeout()
public CloudBuildOptions . Builder clearCloudBuildTimeout ()
The Cloud Build timeout used as part of any dependent builds performed by
version creation. Defaults to 10 minutes.
.google.protobuf.Duration cloud_build_timeout = 2;
clearField(Descriptors.FieldDescriptor field)
public CloudBuildOptions . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CloudBuildOptions . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public CloudBuildOptions . Builder clone ()
Overrides
getAppYamlPath()
public String getAppYamlPath ()
Returns Type Description String
The appYamlPath.
getAppYamlPathBytes()
public ByteString getAppYamlPathBytes ()
Returns Type Description ByteString
The bytes for appYamlPath.
getCloudBuildTimeout()
public Duration getCloudBuildTimeout ()
The Cloud Build timeout used as part of any dependent builds performed by
version creation. Defaults to 10 minutes.
.google.protobuf.Duration cloud_build_timeout = 2;
Returns Type Description Duration
The cloudBuildTimeout.
getCloudBuildTimeoutBuilder()
public Duration . Builder getCloudBuildTimeoutBuilder ()
The Cloud Build timeout used as part of any dependent builds performed by
version creation. Defaults to 10 minutes.
.google.protobuf.Duration cloud_build_timeout = 2;
getCloudBuildTimeoutOrBuilder()
public DurationOrBuilder getCloudBuildTimeoutOrBuilder ()
The Cloud Build timeout used as part of any dependent builds performed by
version creation. Defaults to 10 minutes.
.google.protobuf.Duration cloud_build_timeout = 2;
getDefaultInstanceForType()
public CloudBuildOptions getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
hasCloudBuildTimeout()
public boolean hasCloudBuildTimeout ()
The Cloud Build timeout used as part of any dependent builds performed by
version creation. Defaults to 10 minutes.
.google.protobuf.Duration cloud_build_timeout = 2;
Returns Type Description boolean
Whether the cloudBuildTimeout field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeCloudBuildTimeout(Duration value)
public CloudBuildOptions . Builder mergeCloudBuildTimeout ( Duration value )
The Cloud Build timeout used as part of any dependent builds performed by
version creation. Defaults to 10 minutes.
.google.protobuf.Duration cloud_build_timeout = 2;
mergeFrom(CloudBuildOptions other)
public CloudBuildOptions . Builder mergeFrom ( CloudBuildOptions other )
public CloudBuildOptions . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public CloudBuildOptions . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CloudBuildOptions . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setAppYamlPath(String value)
public CloudBuildOptions . Builder setAppYamlPath ( String value )
Parameter Name Description value
String
The appYamlPath to set.
setAppYamlPathBytes(ByteString value)
public CloudBuildOptions . Builder setAppYamlPathBytes ( ByteString value )
Parameter Name Description value
ByteString
The bytes for appYamlPath to set.
setCloudBuildTimeout(Duration value)
public CloudBuildOptions . Builder setCloudBuildTimeout ( Duration value )
The Cloud Build timeout used as part of any dependent builds performed by
version creation. Defaults to 10 minutes.
.google.protobuf.Duration cloud_build_timeout = 2;
setCloudBuildTimeout(Duration.Builder builderForValue)
public CloudBuildOptions . Builder setCloudBuildTimeout ( Duration . Builder builderForValue )
The Cloud Build timeout used as part of any dependent builds performed by
version creation. Defaults to 10 minutes.
.google.protobuf.Duration cloud_build_timeout = 2;
Parameter Name Description builderForValue
Builder
setField(Descriptors.FieldDescriptor field, Object value)
public CloudBuildOptions . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CloudBuildOptions . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CloudBuildOptions . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]