Class GrpcRoute.Destination.Builder (0.15.0)

public static final class GrpcRoute.Destination.Builder extends GeneratedMessageV3.Builder<GrpcRoute.Destination.Builder> implements GrpcRoute.DestinationOrBuilder

The destination to which traffic will be routed.

Protobuf type google.events.cloud.networkservices.v1.GrpcRoute.Destination

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GrpcRoute.Destination build()
Returns
TypeDescription
GrpcRoute.Destination

buildPartial()

public GrpcRoute.Destination buildPartial()
Returns
TypeDescription
GrpcRoute.Destination

clear()

public GrpcRoute.Destination.Builder clear()
Returns
TypeDescription
GrpcRoute.Destination.Builder
Overrides

clearDestinationType()

public GrpcRoute.Destination.Builder clearDestinationType()
Returns
TypeDescription
GrpcRoute.Destination.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearServiceName()

public GrpcRoute.Destination.Builder clearServiceName()

Required. The URL of a destination service to which to route traffic. Must refer to either a BackendService or ServiceDirectoryService.

string service_name = 1;

Returns
TypeDescription
GrpcRoute.Destination.Builder

This builder for chaining.

clearWeight()

public GrpcRoute.Destination.Builder clearWeight()

Optional. Specifies the proportion of requests forwarded to the backend referenced by the serviceName field. This is computed as: weight/Sum(weights in this destination list). For non-zero values, there may be some epsilon from the exact proportion defined here depending on the precision an implementation supports. If only one serviceName is specified and it has a weight greater than 0, 100% of the traffic is forwarded to that backend. If weights are specified for any one service name, they need to be specified for all of them. If weights are unspecified for all services, then, traffic is distributed in equal proportions to all of them.

optional int32 weight = 2;

Returns
TypeDescription
GrpcRoute.Destination.Builder

This builder for chaining.

clone()

public GrpcRoute.Destination.Builder clone()
Returns
TypeDescription
GrpcRoute.Destination.Builder
Overrides

getDefaultInstanceForType()

public GrpcRoute.Destination getDefaultInstanceForType()
Returns
TypeDescription
GrpcRoute.Destination

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDestinationTypeCase()

public GrpcRoute.Destination.DestinationTypeCase getDestinationTypeCase()
Returns
TypeDescription
GrpcRoute.Destination.DestinationTypeCase

getServiceName()

public String getServiceName()

Required. The URL of a destination service to which to route traffic. Must refer to either a BackendService or ServiceDirectoryService.

string service_name = 1;

Returns
TypeDescription
String

The serviceName.

getServiceNameBytes()

public ByteString getServiceNameBytes()

Required. The URL of a destination service to which to route traffic. Must refer to either a BackendService or ServiceDirectoryService.

string service_name = 1;

Returns
TypeDescription
ByteString

The bytes for serviceName.

getWeight()

public int getWeight()

Optional. Specifies the proportion of requests forwarded to the backend referenced by the serviceName field. This is computed as: weight/Sum(weights in this destination list). For non-zero values, there may be some epsilon from the exact proportion defined here depending on the precision an implementation supports. If only one serviceName is specified and it has a weight greater than 0, 100% of the traffic is forwarded to that backend. If weights are specified for any one service name, they need to be specified for all of them. If weights are unspecified for all services, then, traffic is distributed in equal proportions to all of them.

optional int32 weight = 2;

Returns
TypeDescription
int

The weight.

hasServiceName()

public boolean hasServiceName()

Required. The URL of a destination service to which to route traffic. Must refer to either a BackendService or ServiceDirectoryService.

string service_name = 1;

Returns
TypeDescription
boolean

Whether the serviceName field is set.

hasWeight()

public boolean hasWeight()

Optional. Specifies the proportion of requests forwarded to the backend referenced by the serviceName field. This is computed as: weight/Sum(weights in this destination list). For non-zero values, there may be some epsilon from the exact proportion defined here depending on the precision an implementation supports. If only one serviceName is specified and it has a weight greater than 0, 100% of the traffic is forwarded to that backend. If weights are specified for any one service name, they need to be specified for all of them. If weights are unspecified for all services, then, traffic is distributed in equal proportions to all of them.

optional int32 weight = 2;

Returns
TypeDescription
boolean

Whether the weight field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GrpcRoute.Destination other)

public GrpcRoute.Destination.Builder mergeFrom(GrpcRoute.Destination other)
Parameter
NameDescription
otherGrpcRoute.Destination
Returns
TypeDescription
GrpcRoute.Destination.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setServiceName(String value)

public GrpcRoute.Destination.Builder setServiceName(String value)

Required. The URL of a destination service to which to route traffic. Must refer to either a BackendService or ServiceDirectoryService.

string service_name = 1;

Parameter
NameDescription
valueString

The serviceName to set.

Returns
TypeDescription
GrpcRoute.Destination.Builder

This builder for chaining.

setServiceNameBytes(ByteString value)

public GrpcRoute.Destination.Builder setServiceNameBytes(ByteString value)

Required. The URL of a destination service to which to route traffic. Must refer to either a BackendService or ServiceDirectoryService.

string service_name = 1;

Parameter
NameDescription
valueByteString

The bytes for serviceName to set.

Returns
TypeDescription
GrpcRoute.Destination.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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

setWeight(int value)

public GrpcRoute.Destination.Builder setWeight(int value)

Optional. Specifies the proportion of requests forwarded to the backend referenced by the serviceName field. This is computed as: weight/Sum(weights in this destination list). For non-zero values, there may be some epsilon from the exact proportion defined here depending on the precision an implementation supports. If only one serviceName is specified and it has a weight greater than 0, 100% of the traffic is forwarded to that backend. If weights are specified for any one service name, they need to be specified for all of them. If weights are unspecified for all services, then, traffic is distributed in equal proportions to all of them.

optional int32 weight = 2;

Parameter
NameDescription
valueint

The weight to set.

Returns
TypeDescription
GrpcRoute.Destination.Builder

This builder for chaining.