public static final class TlsRoute.Builder extends GeneratedMessageV3.Builder<TlsRoute.Builder> implements TlsRouteOrBuilder
TlsRoute defines how traffic should be routed based on SNI and other matching L3 attributes.
Protobuf type google.events.cloud.networkservices.v1.TlsRoute
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TlsRoute.BuilderImplements
TlsRouteOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllGateways(Iterable<String> values)
public TlsRoute.Builder addAllGateways(Iterable<String> values)
Optional. Gateways defines a list of gateways this TlsRoute is attached to,
as one of the routing rules to route the requests served by the gateway.
Each gateway reference should match the pattern:
projects/*/locations/global/gateways/<gateway_name>
repeated string gateways = 7;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The gateways to add. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
addAllMeshes(Iterable<String> values)
public TlsRoute.Builder addAllMeshes(Iterable<String> values)
Optional. Meshes defines a list of meshes this TlsRoute is attached to, as
one of the routing rules to route the requests served by the mesh.
Each mesh reference should match the pattern:
projects/*/locations/global/meshes/<mesh_name>
The attached Mesh should be of a type SIDECAR
repeated string meshes = 6;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The meshes to add. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
addAllRules(Iterable<? extends TlsRoute.RouteRule> values)
public TlsRoute.Builder addAllRules(Iterable<? extends TlsRoute.RouteRule> values)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.events.cloud.networkservices.v1.TlsRoute.RouteRule> |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
addGateways(String value)
public TlsRoute.Builder addGateways(String value)
Optional. Gateways defines a list of gateways this TlsRoute is attached to,
as one of the routing rules to route the requests served by the gateway.
Each gateway reference should match the pattern:
projects/*/locations/global/gateways/<gateway_name>
repeated string gateways = 7;
Parameter | |
---|---|
Name | Description |
value |
String The gateways to add. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
addGatewaysBytes(ByteString value)
public TlsRoute.Builder addGatewaysBytes(ByteString value)
Optional. Gateways defines a list of gateways this TlsRoute is attached to,
as one of the routing rules to route the requests served by the gateway.
Each gateway reference should match the pattern:
projects/*/locations/global/gateways/<gateway_name>
repeated string gateways = 7;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the gateways to add. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
addMeshes(String value)
public TlsRoute.Builder addMeshes(String value)
Optional. Meshes defines a list of meshes this TlsRoute is attached to, as
one of the routing rules to route the requests served by the mesh.
Each mesh reference should match the pattern:
projects/*/locations/global/meshes/<mesh_name>
The attached Mesh should be of a type SIDECAR
repeated string meshes = 6;
Parameter | |
---|---|
Name | Description |
value |
String The meshes to add. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
addMeshesBytes(ByteString value)
public TlsRoute.Builder addMeshesBytes(ByteString value)
Optional. Meshes defines a list of meshes this TlsRoute is attached to, as
one of the routing rules to route the requests served by the mesh.
Each mesh reference should match the pattern:
projects/*/locations/global/meshes/<mesh_name>
The attached Mesh should be of a type SIDECAR
repeated string meshes = 6;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the meshes to add. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TlsRoute.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
addRules(TlsRoute.RouteRule value)
public TlsRoute.Builder addRules(TlsRoute.RouteRule value)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameter | |
---|---|
Name | Description |
value |
TlsRoute.RouteRule |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
addRules(TlsRoute.RouteRule.Builder builderForValue)
public TlsRoute.Builder addRules(TlsRoute.RouteRule.Builder builderForValue)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameter | |
---|---|
Name | Description |
builderForValue |
TlsRoute.RouteRule.Builder |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
addRules(int index, TlsRoute.RouteRule value)
public TlsRoute.Builder addRules(int index, TlsRoute.RouteRule value)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
TlsRoute.RouteRule |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
addRules(int index, TlsRoute.RouteRule.Builder builderForValue)
public TlsRoute.Builder addRules(int index, TlsRoute.RouteRule.Builder builderForValue)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
TlsRoute.RouteRule.Builder |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
addRulesBuilder()
public TlsRoute.RouteRule.Builder addRulesBuilder()
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Returns | |
---|---|
Type | Description |
TlsRoute.RouteRule.Builder |
addRulesBuilder(int index)
public TlsRoute.RouteRule.Builder addRulesBuilder(int index)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TlsRoute.RouteRule.Builder |
build()
public TlsRoute build()
Returns | |
---|---|
Type | Description |
TlsRoute |
buildPartial()
public TlsRoute buildPartial()
Returns | |
---|---|
Type | Description |
TlsRoute |
clear()
public TlsRoute.Builder clear()
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
clearCreateTime()
public TlsRoute.Builder clearCreateTime()
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2;
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
clearDescription()
public TlsRoute.Builder clearDescription()
Optional. A free-text description of the resource. Max length 1024 characters.
string description = 4;
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TlsRoute.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
clearGateways()
public TlsRoute.Builder clearGateways()
Optional. Gateways defines a list of gateways this TlsRoute is attached to,
as one of the routing rules to route the requests served by the gateway.
Each gateway reference should match the pattern:
projects/*/locations/global/gateways/<gateway_name>
repeated string gateways = 7;
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
clearMeshes()
public TlsRoute.Builder clearMeshes()
Optional. Meshes defines a list of meshes this TlsRoute is attached to, as
one of the routing rules to route the requests served by the mesh.
Each mesh reference should match the pattern:
projects/*/locations/global/meshes/<mesh_name>
The attached Mesh should be of a type SIDECAR
repeated string meshes = 6;
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
clearName()
public TlsRoute.Builder clearName()
Required. Name of the TlsRoute resource. It matches pattern
projects/*/locations/global/tlsRoutes/tls_route_name>
.
string name = 1;
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TlsRoute.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
clearRules()
public TlsRoute.Builder clearRules()
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
clearSelfLink()
public TlsRoute.Builder clearSelfLink()
Output only. Server-defined URL of this resource
string self_link = 8;
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
clearUpdateTime()
public TlsRoute.Builder clearUpdateTime()
Output only. The timestamp when the resource was updated.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
clone()
public TlsRoute.Builder clone()
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
getCreateTime()
public Timestamp getCreateTime()
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2;
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public TlsRoute getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TlsRoute |
getDescription()
public String getDescription()
Optional. A free-text description of the resource. Max length 1024 characters.
string description = 4;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Optional. A free-text description of the resource. Max length 1024 characters.
string description = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getGateways(int index)
public String getGateways(int index)
Optional. Gateways defines a list of gateways this TlsRoute is attached to,
as one of the routing rules to route the requests served by the gateway.
Each gateway reference should match the pattern:
projects/*/locations/global/gateways/<gateway_name>
repeated string gateways = 7;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The gateways at the given index. |
getGatewaysBytes(int index)
public ByteString getGatewaysBytes(int index)
Optional. Gateways defines a list of gateways this TlsRoute is attached to,
as one of the routing rules to route the requests served by the gateway.
Each gateway reference should match the pattern:
projects/*/locations/global/gateways/<gateway_name>
repeated string gateways = 7;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the gateways at the given index. |
getGatewaysCount()
public int getGatewaysCount()
Optional. Gateways defines a list of gateways this TlsRoute is attached to,
as one of the routing rules to route the requests served by the gateway.
Each gateway reference should match the pattern:
projects/*/locations/global/gateways/<gateway_name>
repeated string gateways = 7;
Returns | |
---|---|
Type | Description |
int |
The count of gateways. |
getGatewaysList()
public ProtocolStringList getGatewaysList()
Optional. Gateways defines a list of gateways this TlsRoute is attached to,
as one of the routing rules to route the requests served by the gateway.
Each gateway reference should match the pattern:
projects/*/locations/global/gateways/<gateway_name>
repeated string gateways = 7;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the gateways. |
getMeshes(int index)
public String getMeshes(int index)
Optional. Meshes defines a list of meshes this TlsRoute is attached to, as
one of the routing rules to route the requests served by the mesh.
Each mesh reference should match the pattern:
projects/*/locations/global/meshes/<mesh_name>
The attached Mesh should be of a type SIDECAR
repeated string meshes = 6;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The meshes at the given index. |
getMeshesBytes(int index)
public ByteString getMeshesBytes(int index)
Optional. Meshes defines a list of meshes this TlsRoute is attached to, as
one of the routing rules to route the requests served by the mesh.
Each mesh reference should match the pattern:
projects/*/locations/global/meshes/<mesh_name>
The attached Mesh should be of a type SIDECAR
repeated string meshes = 6;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the meshes at the given index. |
getMeshesCount()
public int getMeshesCount()
Optional. Meshes defines a list of meshes this TlsRoute is attached to, as
one of the routing rules to route the requests served by the mesh.
Each mesh reference should match the pattern:
projects/*/locations/global/meshes/<mesh_name>
The attached Mesh should be of a type SIDECAR
repeated string meshes = 6;
Returns | |
---|---|
Type | Description |
int |
The count of meshes. |
getMeshesList()
public ProtocolStringList getMeshesList()
Optional. Meshes defines a list of meshes this TlsRoute is attached to, as
one of the routing rules to route the requests served by the mesh.
Each mesh reference should match the pattern:
projects/*/locations/global/meshes/<mesh_name>
The attached Mesh should be of a type SIDECAR
repeated string meshes = 6;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the meshes. |
getName()
public String getName()
Required. Name of the TlsRoute resource. It matches pattern
projects/*/locations/global/tlsRoutes/tls_route_name>
.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. Name of the TlsRoute resource. It matches pattern
projects/*/locations/global/tlsRoutes/tls_route_name>
.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getRules(int index)
public TlsRoute.RouteRule getRules(int index)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TlsRoute.RouteRule |
getRulesBuilder(int index)
public TlsRoute.RouteRule.Builder getRulesBuilder(int index)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TlsRoute.RouteRule.Builder |
getRulesBuilderList()
public List<TlsRoute.RouteRule.Builder> getRulesBuilderList()
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Returns | |
---|---|
Type | Description |
List<Builder> |
getRulesCount()
public int getRulesCount()
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Returns | |
---|---|
Type | Description |
int |
getRulesList()
public List<TlsRoute.RouteRule> getRulesList()
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Returns | |
---|---|
Type | Description |
List<RouteRule> |
getRulesOrBuilder(int index)
public TlsRoute.RouteRuleOrBuilder getRulesOrBuilder(int index)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TlsRoute.RouteRuleOrBuilder |
getRulesOrBuilderList()
public List<? extends TlsRoute.RouteRuleOrBuilder> getRulesOrBuilderList()
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.networkservices.v1.TlsRoute.RouteRuleOrBuilder> |
getSelfLink()
public String getSelfLink()
Output only. Server-defined URL of this resource
string self_link = 8;
Returns | |
---|---|
Type | Description |
String |
The selfLink. |
getSelfLinkBytes()
public ByteString getSelfLinkBytes()
Output only. Server-defined URL of this resource
string self_link = 8;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for selfLink. |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The timestamp when the resource was updated.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. The timestamp when the resource was updated.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The timestamp when the resource was updated.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public boolean hasCreateTime()
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The timestamp when the resource was updated.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public TlsRoute.Builder mergeCreateTime(Timestamp value)
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
mergeFrom(TlsRoute other)
public TlsRoute.Builder mergeFrom(TlsRoute other)
Parameter | |
---|---|
Name | Description |
other |
TlsRoute |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TlsRoute.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public TlsRoute.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TlsRoute.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
mergeUpdateTime(Timestamp value)
public TlsRoute.Builder mergeUpdateTime(Timestamp value)
Output only. The timestamp when the resource was updated.
.google.protobuf.Timestamp update_time = 3;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
removeRules(int index)
public TlsRoute.Builder removeRules(int index)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
setCreateTime(Timestamp value)
public TlsRoute.Builder setCreateTime(Timestamp value)
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public TlsRoute.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
setDescription(String value)
public TlsRoute.Builder setDescription(String value)
Optional. A free-text description of the resource. Max length 1024 characters.
string description = 4;
Parameter | |
---|---|
Name | Description |
value |
String The description to set. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public TlsRoute.Builder setDescriptionBytes(ByteString value)
Optional. A free-text description of the resource. Max length 1024 characters.
string description = 4;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for description to set. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TlsRoute.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
setGateways(int index, String value)
public TlsRoute.Builder setGateways(int index, String value)
Optional. Gateways defines a list of gateways this TlsRoute is attached to,
as one of the routing rules to route the requests served by the gateway.
Each gateway reference should match the pattern:
projects/*/locations/global/gateways/<gateway_name>
repeated string gateways = 7;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The gateways to set. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
setMeshes(int index, String value)
public TlsRoute.Builder setMeshes(int index, String value)
Optional. Meshes defines a list of meshes this TlsRoute is attached to, as
one of the routing rules to route the requests served by the mesh.
Each mesh reference should match the pattern:
projects/*/locations/global/meshes/<mesh_name>
The attached Mesh should be of a type SIDECAR
repeated string meshes = 6;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The meshes to set. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
setName(String value)
public TlsRoute.Builder setName(String value)
Required. Name of the TlsRoute resource. It matches pattern
projects/*/locations/global/tlsRoutes/tls_route_name>
.
string name = 1;
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public TlsRoute.Builder setNameBytes(ByteString value)
Required. Name of the TlsRoute resource. It matches pattern
projects/*/locations/global/tlsRoutes/tls_route_name>
.
string name = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TlsRoute.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
setRules(int index, TlsRoute.RouteRule value)
public TlsRoute.Builder setRules(int index, TlsRoute.RouteRule value)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
TlsRoute.RouteRule |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
setRules(int index, TlsRoute.RouteRule.Builder builderForValue)
public TlsRoute.Builder setRules(int index, TlsRoute.RouteRule.Builder builderForValue)
Required. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
repeated .google.events.cloud.networkservices.v1.TlsRoute.RouteRule rules = 5;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
TlsRoute.RouteRule.Builder |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
setSelfLink(String value)
public TlsRoute.Builder setSelfLink(String value)
Output only. Server-defined URL of this resource
string self_link = 8;
Parameter | |
---|---|
Name | Description |
value |
String The selfLink to set. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
setSelfLinkBytes(ByteString value)
public TlsRoute.Builder setSelfLinkBytes(ByteString value)
Output only. Server-defined URL of this resource
string self_link = 8;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for selfLink to set. |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final TlsRoute.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
setUpdateTime(Timestamp value)
public TlsRoute.Builder setUpdateTime(Timestamp value)
Output only. The timestamp when the resource was updated.
.google.protobuf.Timestamp update_time = 3;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public TlsRoute.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. The timestamp when the resource was updated.
.google.protobuf.Timestamp update_time = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
TlsRoute.Builder |