Interface ConsistentHashLoadBalancerSettingsHttpCookieOrBuilder (1.23.0)

public interface ConsistentHashLoadBalancerSettingsHttpCookieOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the cookie.

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the cookie.

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

getPath()

public abstract String getPath()

Path to set for the cookie.

optional string path = 3433509;

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Path to set for the cookie.

optional string path = 3433509;

Returns
TypeDescription
ByteString

The bytes for path.

getTtl()

public abstract Duration getTtl()

Lifetime of the cookie.

optional .google.cloud.compute.v1.Duration ttl = 115180;

Returns
TypeDescription
Duration

The ttl.

getTtlOrBuilder()

public abstract DurationOrBuilder getTtlOrBuilder()

Lifetime of the cookie.

optional .google.cloud.compute.v1.Duration ttl = 115180;

Returns
TypeDescription
DurationOrBuilder

hasName()

public abstract boolean hasName()

Name of the cookie.

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.

hasPath()

public abstract boolean hasPath()

Path to set for the cookie.

optional string path = 3433509;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the ttl field is set.