public interface ConsistentHashLoadBalancerSettingsHttpCookieOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Name of the cookie.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the cookie.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPath()
public abstract String getPath()Path to set for the cookie.
optional string path = 3433509;
| Returns | |
|---|---|
| Type | Description |
String |
The path. |
getPathBytes()
public abstract ByteString getPathBytes()Path to set for the cookie.
optional string path = 3433509;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for path. |
getTtl()
public abstract Duration getTtl()Lifetime of the cookie.
optional .google.cloud.compute.v1.Duration ttl = 115180;
| Returns | |
|---|---|
| Type | Description |
Duration |
The ttl. |
getTtlOrBuilder()
public abstract DurationOrBuilder getTtlOrBuilder()Lifetime of the cookie.
optional .google.cloud.compute.v1.Duration ttl = 115180;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasName()
public abstract boolean hasName()Name of the cookie.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the name field is set. |
hasPath()
public abstract boolean hasPath()Path to set for the cookie.
optional string path = 3433509;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the path field is set. |
hasTtl()
public abstract boolean hasTtl()Lifetime of the cookie.
optional .google.cloud.compute.v1.Duration ttl = 115180;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ttl field is set. |