public static final class BuildInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder> implements BuildInfoOrBuilder
Build information of the image.Protobuf type
google.cloud.run.v2.BuildInfo| Modifier and Type | Method and Description |
|---|---|
BuildInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BuildInfo |
build() |
BuildInfo |
buildPartial() |
BuildInfo.Builder |
clear() |
BuildInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BuildInfo.Builder |
clearFunctionTarget()
Output only.
|
BuildInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BuildInfo.Builder |
clearSourceLocation()
Output only.
|
BuildInfo.Builder |
clone() |
BuildInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFunctionTarget()
Output only.
|
com.google.protobuf.ByteString |
getFunctionTargetBytes()
Output only.
|
String |
getSourceLocation()
Output only.
|
com.google.protobuf.ByteString |
getSourceLocationBytes()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BuildInfo.Builder |
mergeFrom(BuildInfo other) |
BuildInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BuildInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
BuildInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BuildInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BuildInfo.Builder |
setFunctionTarget(String value)
Output only.
|
BuildInfo.Builder |
setFunctionTargetBytes(com.google.protobuf.ByteString value)
Output only.
|
BuildInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BuildInfo.Builder |
setSourceLocation(String value)
Output only.
|
BuildInfo.Builder |
setSourceLocationBytes(com.google.protobuf.ByteString value)
Output only.
|
BuildInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>public BuildInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>public BuildInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BuildInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BuildInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BuildInfo.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>public BuildInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>public BuildInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>public BuildInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>public BuildInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>public BuildInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>public BuildInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BuildInfo.Builder>public BuildInfo.Builder mergeFrom(BuildInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>public BuildInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BuildInfo.Builder>IOExceptionpublic String getFunctionTarget()
Output only. Entry point of the function when the image is a Cloud Run function.
string function_target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getFunctionTarget in interface BuildInfoOrBuilderpublic com.google.protobuf.ByteString getFunctionTargetBytes()
Output only. Entry point of the function when the image is a Cloud Run function.
string function_target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getFunctionTargetBytes in interface BuildInfoOrBuilderpublic BuildInfo.Builder setFunctionTarget(String value)
Output only. Entry point of the function when the image is a Cloud Run function.
string function_target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The functionTarget to set.public BuildInfo.Builder clearFunctionTarget()
Output only. Entry point of the function when the image is a Cloud Run function.
string function_target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];public BuildInfo.Builder setFunctionTargetBytes(com.google.protobuf.ByteString value)
Output only. Entry point of the function when the image is a Cloud Run function.
string function_target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for functionTarget to set.public String getSourceLocation()
Output only. Source code location of the image.
string source_location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getSourceLocation in interface BuildInfoOrBuilderpublic com.google.protobuf.ByteString getSourceLocationBytes()
Output only. Source code location of the image.
string source_location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getSourceLocationBytes in interface BuildInfoOrBuilderpublic BuildInfo.Builder setSourceLocation(String value)
Output only. Source code location of the image.
string source_location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The sourceLocation to set.public BuildInfo.Builder clearSourceLocation()
Output only. Source code location of the image.
string source_location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];public BuildInfo.Builder setSourceLocationBytes(com.google.protobuf.ByteString value)
Output only. Source code location of the image.
string source_location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for sourceLocation to set.public final BuildInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>public final BuildInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BuildInfo.Builder>Copyright © 2025 Google LLC. All rights reserved.