public final class TrafficTargetStatus extends GeneratedMessageV3 implements TrafficTargetStatusOrBuilder
Represents the observed state of a single TrafficTarget
entry.
Protobuf type google.cloud.run.v2.TrafficTargetStatus
Static Fields
PERCENT_FIELD_NUMBER
public static final int PERCENT_FIELD_NUMBER
Field Value
REVISION_FIELD_NUMBER
public static final int REVISION_FIELD_NUMBER
Field Value
TAG_FIELD_NUMBER
public static final int TAG_FIELD_NUMBER
Field Value
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static TrafficTargetStatus getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static TrafficTargetStatus.Builder newBuilder()
Returns
newBuilder(TrafficTargetStatus prototype)
public static TrafficTargetStatus.Builder newBuilder(TrafficTargetStatus prototype)
Parameter
Returns
public static TrafficTargetStatus parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static TrafficTargetStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static TrafficTargetStatus parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TrafficTargetStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static TrafficTargetStatus parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TrafficTargetStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TrafficTargetStatus parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static TrafficTargetStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TrafficTargetStatus parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static TrafficTargetStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static TrafficTargetStatus parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TrafficTargetStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<TrafficTargetStatus> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public TrafficTargetStatus getDefaultInstanceForType()
Returns
getParserForType()
public Parser<TrafficTargetStatus> getParserForType()
Returns
Overrides
getPercent()
Specifies percent of the traffic to this Revision.
int32 percent = 3;
Returns
Type | Description |
int | The percent.
|
getRevision()
public String getRevision()
Revision to which this traffic is sent.
string revision = 2 [(.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The revision.
|
getRevisionBytes()
public ByteString getRevisionBytes()
Revision to which this traffic is sent.
string revision = 2 [(.google.api.resource_reference) = { ... }
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTag()
Indicates the string used in the URI to exclusively reference this target.
string tag = 4;
Returns
getTagBytes()
public ByteString getTagBytes()
Indicates the string used in the URI to exclusively reference this target.
string tag = 4;
Returns
getType()
public TrafficTargetAllocationType getType()
The allocation type for this traffic target.
.google.cloud.run.v2.TrafficTargetAllocationType type = 1;
Returns
getTypeValue()
public int getTypeValue()
The allocation type for this traffic target.
.google.cloud.run.v2.TrafficTargetAllocationType type = 1;
Returns
Type | Description |
int | The enum numeric value on the wire for type.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUri()
Displays the target URI.
string uri = 5;
Returns
getUriBytes()
public ByteString getUriBytes()
Displays the target URI.
string uri = 5;
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public TrafficTargetStatus.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TrafficTargetStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public TrafficTargetStatus.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions