接口 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
-
方法概要
修饰符和类型方法说明getName()Name of the cookie.com.google.protobuf.ByteStringName of the cookie.getPath()Path to set for the cookie.com.google.protobuf.ByteStringPath to set for the cookie.com.google.protobuf.DurationgetTtl()Lifetime of the cookie.com.google.protobuf.DurationOrBuilderLifetime of the cookie.booleanhasTtl()Lifetime of the cookie.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getName
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
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];
-