public interface BuildInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionTarget()
Output only.
|
com.google.protobuf.ByteString |
getFunctionTargetBytes()
Output only.
|
String |
getSourceLocation()
Output only.
|
com.google.protobuf.ByteString |
getSourceLocationBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];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];String getSourceLocation()
Output only. Source code location of the image.
string source_location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getSourceLocationBytes()
Output only. Source code location of the image.
string source_location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.