接口 DestinationRuleOuterClass.LoadBalancerSettings.ConsistentHashLB.HTTPCookieOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
DestinationRuleOuterClass.LoadBalancerSettings.ConsistentHashLB.HTTPCookie,DestinationRuleOuterClass.LoadBalancerSettings.ConsistentHashLB.HTTPCookie.Builder
public static interface DestinationRuleOuterClass.LoadBalancerSettings.ConsistentHashLB.HTTPCookieOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.lang.StringgetName()Name of the cookie.com.google.protobuf.ByteStringgetNameBytes()Name of the cookie.java.lang.StringgetPath()Path to set for the cookie.com.google.protobuf.ByteStringgetPathBytes()Path to set for the cookie.com.google.protobuf.DurationgetTtl()Lifetime of the cookie.com.google.protobuf.DurationOrBuildergetTtlOrBuilder()Lifetime of the cookie.booleanhasTtl()Lifetime of the cookie.
-
-
-
方法详细资料
-
getName
java.lang.String getName()
Name of the cookie.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- 返回:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the cookie.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- 返回:
- The bytes for name.
-
getPath
java.lang.String getPath()
Path to set for the cookie.
string path = 2;- 返回:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
Path to set for the cookie.
string path = 2;- 返回:
- The bytes for path.
-
hasTtl
boolean hasTtl()
Lifetime of the cookie.
.google.protobuf.Duration ttl = 3 [(.google.api.field_behavior) = REQUIRED];- 返回:
- Whether the ttl field is set.
-
getTtl
com.google.protobuf.Duration getTtl()
Lifetime of the cookie.
.google.protobuf.Duration ttl = 3 [(.google.api.field_behavior) = REQUIRED];- 返回:
- The ttl.
-
getTtlOrBuilder
com.google.protobuf.DurationOrBuilder getTtlOrBuilder()
Lifetime of the cookie.
.google.protobuf.Duration ttl = 3 [(.google.api.field_behavior) = REQUIRED];
-
-