public interface CloudRunRenderMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getService()
Output only.
|
com.google.protobuf.ByteString |
getServiceBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getService()
Output only. The name of the Cloud Run Service in the rendered manifest.
Format is `projects/{project}/locations/{location}/services/{service}`.
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getServiceBytes()
Output only. The name of the Cloud Run Service in the rendered manifest.
Format is `projects/{project}/locations/{location}/services/{service}`.
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Copyright © 2024 Google LLC. All rights reserved.