public interface TrafficTargetStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPercent()
Specifies percent of the traffic to this Revision.
|
String |
getRevision()
Revision to which this traffic is sent.
|
com.google.protobuf.ByteString |
getRevisionBytes()
Revision to which this traffic is sent.
|
String |
getTag()
Indicates the string used in the URI to exclusively reference this target.
|
com.google.protobuf.ByteString |
getTagBytes()
Indicates the string used in the URI to exclusively reference this target.
|
TrafficTargetAllocationType |
getType()
The allocation type for this traffic target.
|
int |
getTypeValue()
The allocation type for this traffic target.
|
String |
getUri()
Displays the target URI.
|
com.google.protobuf.ByteString |
getUriBytes()
Displays the target URI.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The allocation type for this traffic target.
.google.cloud.run.v2.TrafficTargetAllocationType type = 1;TrafficTargetAllocationType getType()
The allocation type for this traffic target.
.google.cloud.run.v2.TrafficTargetAllocationType type = 1;String getRevision()
Revision to which this traffic is sent.
string revision = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getRevisionBytes()
Revision to which this traffic is sent.
string revision = 2 [(.google.api.resource_reference) = { ... }int getPercent()
Specifies percent of the traffic to this Revision.
int32 percent = 3;String getTag()
Indicates the string used in the URI to exclusively reference this target.
string tag = 4;com.google.protobuf.ByteString getTagBytes()
Indicates the string used in the URI to exclusively reference this target.
string tag = 4;String getUri()
Displays the target URI.
string uri = 5;com.google.protobuf.ByteString getUriBytes()
Displays the target URI.
string uri = 5;Copyright © 2025 Google LLC. All rights reserved.