public interface ConsistentHashLoadBalancerSettingsHttpCookieOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
Duration |
getTtl()
Lifetime of the cookie.
|
DurationOrBuilder |
getTtlOrBuilder()
Lifetime of the cookie.
|
boolean |
hasName()
Name of the cookie.
|
boolean |
hasPath()
Path to set for the cookie.
|
boolean |
hasTtl()
Lifetime of the cookie.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name of the cookie.
optional string name = 3373707;String getName()
Name of the cookie.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
Name of the cookie.
optional string name = 3373707;boolean hasPath()
Path to set for the cookie.
optional string path = 3433509;String getPath()
Path to set for the cookie.
optional string path = 3433509;com.google.protobuf.ByteString getPathBytes()
Path to set for the cookie.
optional string path = 3433509;boolean hasTtl()
Lifetime of the cookie.
optional .google.cloud.compute.v1.Duration ttl = 115180;Duration getTtl()
Lifetime of the cookie.
optional .google.cloud.compute.v1.Duration ttl = 115180;DurationOrBuilder getTtlOrBuilder()
Lifetime of the cookie.
optional .google.cloud.compute.v1.Duration ttl = 115180;Copyright © 2023 Google LLC. All rights reserved.