Package com.google.cloud.compute.v1
Interface ConsistentHashLoadBalancerSettingsHttpCookieOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConsistentHashLoadBalancerSettingsHttpCookie,ConsistentHashLoadBalancerSettingsHttpCookie.Builder
public interface ConsistentHashLoadBalancerSettingsHttpCookieOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Name of the cookie.com.google.protobuf.ByteStringgetNameBytes()Name of the cookie.StringgetPath()Path to set for the cookie.com.google.protobuf.ByteStringgetPathBytes()Path to set for the cookie.DurationgetTtl()Lifetime of the cookie.DurationOrBuildergetTtlOrBuilder()Lifetime of the cookie.booleanhasName()Name of the cookie.booleanhasPath()Path to set for the cookie.booleanhasTtl()Lifetime of the cookie.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
Name of the cookie.
optional string name = 3373707;- Returns:
- Whether the name field is set.
-
getName
String getName()
Name of the cookie.
optional string name = 3373707;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the cookie.
optional string name = 3373707;- Returns:
- The bytes for name.
-
hasPath
boolean hasPath()
Path to set for the cookie.
optional string path = 3433509;- Returns:
- Whether the path field is set.
-
getPath
String getPath()
Path to set for the cookie.
optional string path = 3433509;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
Path to set for the cookie.
optional string path = 3433509;- Returns:
- The bytes for path.
-
hasTtl
boolean hasTtl()
Lifetime of the cookie.
optional .google.cloud.compute.v1.Duration ttl = 115180;- Returns:
- Whether the ttl field is set.
-
getTtl
Duration getTtl()
Lifetime of the cookie.
optional .google.cloud.compute.v1.Duration ttl = 115180;- Returns:
- The ttl.
-
getTtlOrBuilder
DurationOrBuilder getTtlOrBuilder()
Lifetime of the cookie.
optional .google.cloud.compute.v1.Duration ttl = 115180;
-
-