public static interface Service.CloudRunOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
The location the service is run.
|
com.google.protobuf.ByteString |
getLocationBytes()
The location the service is run.
|
String |
getServiceName()
The name of the Cloud Run service.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The name of the Cloud Run service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServiceName()
The name of the Cloud Run service. Corresponds to the `service_name` resource label in the [`cloud_run_revision` monitored resource](https://cloud.google.com/monitoring/api/resources#tag_cloud_run_revision).
string service_name = 1;com.google.protobuf.ByteString getServiceNameBytes()
The name of the Cloud Run service. Corresponds to the `service_name` resource label in the [`cloud_run_revision` monitored resource](https://cloud.google.com/monitoring/api/resources#tag_cloud_run_revision).
string service_name = 1;String getLocation()
The location the service is run. Corresponds to the `location` resource label in the [`cloud_run_revision` monitored resource](https://cloud.google.com/monitoring/api/resources#tag_cloud_run_revision).
string location = 2;com.google.protobuf.ByteString getLocationBytes()
The location the service is run. Corresponds to the `location` resource label in the [`cloud_run_revision` monitored resource](https://cloud.google.com/monitoring/api/resources#tag_cloud_run_revision).
string location = 2;Copyright © 2025 Google LLC. All rights reserved.