Class TrafficTarget.Builder (0.42.0)

public static final class TrafficTarget.Builder extends GeneratedMessageV3.Builder<TrafficTarget.Builder> 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 Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TrafficTarget.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TrafficTarget.Builder
Overrides

build()

public TrafficTarget build()
Returns
TypeDescription
TrafficTarget

buildPartial()

public TrafficTarget buildPartial()
Returns
TypeDescription
TrafficTarget

clear()

public TrafficTarget.Builder clear()
Returns
TypeDescription
TrafficTarget.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public TrafficTarget.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
TrafficTarget.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public TrafficTarget.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
TrafficTarget.Builder
Overrides

clearPercent()

public TrafficTarget.Builder clearPercent()

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

int32 percent = 3;

Returns
TypeDescription
TrafficTarget.Builder

This builder for chaining.

clearRevision()

public TrafficTarget.Builder clearRevision()

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

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

Returns
TypeDescription
TrafficTarget.Builder

This builder for chaining.

clearTag()

public TrafficTarget.Builder clearTag()

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

string tag = 4;

Returns
TypeDescription
TrafficTarget.Builder

This builder for chaining.

clearType()

public TrafficTarget.Builder clearType()

The allocation type for this traffic target.

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

Returns
TypeDescription
TrafficTarget.Builder

This builder for chaining.

clone()

public TrafficTarget.Builder clone()
Returns
TypeDescription
TrafficTarget.Builder
Overrides

getDefaultInstanceForType()

public TrafficTarget getDefaultInstanceForType()
Returns
TypeDescription
TrafficTarget

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(TrafficTarget other)

public TrafficTarget.Builder mergeFrom(TrafficTarget other)
Parameter
NameDescription
otherTrafficTarget
Returns
TypeDescription
TrafficTarget.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TrafficTarget.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficTarget.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public TrafficTarget.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
TrafficTarget.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TrafficTarget.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TrafficTarget.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public TrafficTarget.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TrafficTarget.Builder
Overrides

setPercent(int value)

public TrafficTarget.Builder setPercent(int value)

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

int32 percent = 3;

Parameter
NameDescription
valueint

The percent to set.

Returns
TypeDescription
TrafficTarget.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TrafficTarget.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
TrafficTarget.Builder
Overrides

setRevision(String value)

public TrafficTarget.Builder setRevision(String value)

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

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

Parameter
NameDescription
valueString

The revision to set.

Returns
TypeDescription
TrafficTarget.Builder

This builder for chaining.

setRevisionBytes(ByteString value)

public TrafficTarget.Builder setRevisionBytes(ByteString value)

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

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

Parameter
NameDescription
valueByteString

The bytes for revision to set.

Returns
TypeDescription
TrafficTarget.Builder

This builder for chaining.

setTag(String value)

public TrafficTarget.Builder setTag(String value)

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

string tag = 4;

Parameter
NameDescription
valueString

The tag to set.

Returns
TypeDescription
TrafficTarget.Builder

This builder for chaining.

setTagBytes(ByteString value)

public TrafficTarget.Builder setTagBytes(ByteString value)

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

string tag = 4;

Parameter
NameDescription
valueByteString

The bytes for tag to set.

Returns
TypeDescription
TrafficTarget.Builder

This builder for chaining.

setType(TrafficTargetAllocationType value)

public TrafficTarget.Builder setType(TrafficTargetAllocationType value)

The allocation type for this traffic target.

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

Parameter
NameDescription
valueTrafficTargetAllocationType

The type to set.

Returns
TypeDescription
TrafficTarget.Builder

This builder for chaining.

setTypeValue(int value)

public TrafficTarget.Builder setTypeValue(int value)

The allocation type for this traffic target.

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

Parameter
NameDescription
valueint

The enum numeric value on the wire for type to set.

Returns
TypeDescription
TrafficTarget.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final TrafficTarget.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TrafficTarget.Builder
Overrides