public static interface DestinationRuleOuterClass.LoadBalancerSettings.ConsistentHashLB.HTTPCookieOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getName()
Name of the cookie.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the cookie.
|
String |
getPath()
Path to set for the cookie.
|
com.google.protobuf.ByteString |
getPathBytes()
Path to set for the cookie.
|
com.google.protobuf.Duration |
getTtl()
Lifetime of the cookie.
|
com.google.protobuf.DurationOrBuilder |
getTtlOrBuilder()
Lifetime of the cookie.
|
boolean |
hasTtl()
Lifetime of the cookie.
|
String getName()
Name of the cookie.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Name of the cookie.
string name = 1 [(.google.api.field_behavior) = REQUIRED];String getPath()
Path to set for the cookie.
string path = 2;com.google.protobuf.ByteString getPathBytes()
Path to set for the cookie.
string path = 2;boolean hasTtl()
Lifetime of the cookie.
.google.protobuf.Duration ttl = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.Duration getTtl()
Lifetime of the cookie.
.google.protobuf.Duration ttl = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.DurationOrBuilder getTtlOrBuilder()
Lifetime of the cookie.
.google.protobuf.Duration ttl = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2018–2023 Alibaba Group. All rights reserved.