Class TrafficTarget (0.42.0)

public final class TrafficTarget extends GeneratedMessageV3 implements TrafficTargetOrBuilder

Holds a single traffic routing entry for the Service. Allocations can be done to a specific Revision name, or pointing to the latest Ready Revision.

Protobuf type google.cloud.run.v2.TrafficTarget

Static Fields

PERCENT_FIELD_NUMBER

public static final int PERCENT_FIELD_NUMBER
Field Value
TypeDescription
int

REVISION_FIELD_NUMBER

public static final int REVISION_FIELD_NUMBER
Field Value
TypeDescription
int

TAG_FIELD_NUMBER

public static final int TAG_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TrafficTarget getDefaultInstance()
Returns
TypeDescription
TrafficTarget

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TrafficTarget.Builder newBuilder()
Returns
TypeDescription
TrafficTarget.Builder

newBuilder(TrafficTarget prototype)

public static TrafficTarget.Builder newBuilder(TrafficTarget prototype)
Parameter
NameDescription
prototypeTrafficTarget
Returns
TypeDescription
TrafficTarget.Builder

parseDelimitedFrom(InputStream input)

public static TrafficTarget parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TrafficTarget parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TrafficTarget parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TrafficTarget parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TrafficTarget parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TrafficTarget parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TrafficTarget parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TrafficTarget parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TrafficTarget parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TrafficTarget parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TrafficTarget parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TrafficTarget parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficTarget
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TrafficTarget> parser()
Returns
TypeDescription
Parser<TrafficTarget>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public TrafficTarget getDefaultInstanceForType()
Returns
TypeDescription
TrafficTarget

getParserForType()

public Parser<TrafficTarget> getParserForType()
Returns
TypeDescription
Parser<TrafficTarget>
Overrides

getPercent()

public int getPercent()

Specifies percent of the traffic to this Revision. This defaults to zero if unspecified.

int32 percent = 3;

Returns
TypeDescription
int

The percent.

getRevision()

public String getRevision()

Revision to which to send this portion of traffic, if traffic allocation is by revision.

string revision = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The revision.

getRevisionBytes()

public ByteString getRevisionBytes()

Revision to which to send this portion of traffic, if traffic allocation is by revision.

string revision = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for revision.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTag()

public String getTag()

Indicates a string to be part of the URI to exclusively reference this target.

string tag = 4;

Returns
TypeDescription
String

The tag.

getTagBytes()

public ByteString getTagBytes()

Indicates a string to be part of the URI to exclusively reference this target.

string tag = 4;

Returns
TypeDescription
ByteString

The bytes for tag.

getType()

public TrafficTargetAllocationType getType()

The allocation type for this traffic target.

.google.cloud.run.v2.TrafficTargetAllocationType type = 1;

Returns
TypeDescription
TrafficTargetAllocationType

The type.

getTypeValue()

public int getTypeValue()

The allocation type for this traffic target.

.google.cloud.run.v2.TrafficTargetAllocationType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TrafficTarget.Builder newBuilderForType()
Returns
TypeDescription
TrafficTarget.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TrafficTarget.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TrafficTarget.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TrafficTarget.Builder toBuilder()
Returns
TypeDescription
TrafficTarget.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException