public interface BuildInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFunctionTarget()
public abstract 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];
Returns | |
---|---|
Type | Description |
String |
The functionTarget. |
getFunctionTargetBytes()
public abstract 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];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for functionTarget. |
getSourceLocation()
public abstract String getSourceLocation()
Output only. Source code location of the image.
string source_location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The sourceLocation. |
getSourceLocationBytes()
public abstract ByteString getSourceLocationBytes()
Output only. Source code location of the image.
string source_location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sourceLocation. |