public interface CloudRunMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getJob()
Output only.
|
com.google.protobuf.ByteString |
getJobBytes()
Output only.
|
String |
getRevision()
Output only.
|
com.google.protobuf.ByteString |
getRevisionBytes()
Output only.
|
String |
getService()
Output only.
|
com.google.protobuf.ByteString |
getServiceBytes()
Output only.
|
String |
getServiceUrls(int index)
Output only.
|
com.google.protobuf.ByteString |
getServiceUrlsBytes(int index)
Output only.
|
int |
getServiceUrlsCount()
Output only.
|
List<String> |
getServiceUrlsList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getService()
Output only. The name of the Cloud Run Service that is associated with a
`Rollout`. 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 that is associated with a
`Rollout`. Format is
`projects/{project}/locations/{location}/services/{service}`.
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
List<String> getServiceUrlsList()
Output only. The Cloud Run Service urls that are associated with a `Rollout`.
repeated string service_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];int getServiceUrlsCount()
Output only. The Cloud Run Service urls that are associated with a `Rollout`.
repeated string service_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getServiceUrls(int index)
Output only. The Cloud Run Service urls that are associated with a `Rollout`.
repeated string service_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getServiceUrlsBytes(int index)
Output only. The Cloud Run Service urls that are associated with a `Rollout`.
repeated string service_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.String getRevision()
Output only. The Cloud Run Revision id associated with a `Rollout`.
string revision = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getRevisionBytes()
Output only. The Cloud Run Revision id associated with a `Rollout`.
string revision = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getJob()
Output only. The name of the Cloud Run job that is associated with a
`Rollout`. Format is
`projects/{project}/locations/{location}/jobs/{job_name}`.
string job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getJobBytes()
Output only. The name of the Cloud Run job that is associated with a
`Rollout`. Format is
`projects/{project}/locations/{location}/jobs/{job_name}`.
string job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Copyright © 2024 Google LLC. All rights reserved.