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 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.-
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;
-
-