Class BackendServiceHttpCookie (1.64.0)

public final class BackendServiceHttpCookie extends GeneratedMessageV3 implements BackendServiceHttpCookieOrBuilder

The HTTP cookie used for stateful session affinity.

Protobuf type google.cloud.compute.v1.BackendServiceHttpCookie

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PATH_FIELD_NUMBER

public static final int PATH_FIELD_NUMBER
Field Value
Type Description
int

TTL_FIELD_NUMBER

public static final int TTL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BackendServiceHttpCookie getDefaultInstance()
Returns
Type Description
BackendServiceHttpCookie

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BackendServiceHttpCookie.Builder newBuilder()
Returns
Type Description
BackendServiceHttpCookie.Builder

newBuilder(BackendServiceHttpCookie prototype)

public static BackendServiceHttpCookie.Builder newBuilder(BackendServiceHttpCookie prototype)
Parameter
Name Description
prototype BackendServiceHttpCookie
Returns
Type Description
BackendServiceHttpCookie.Builder

parseDelimitedFrom(InputStream input)

public static BackendServiceHttpCookie parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BackendServiceHttpCookie parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BackendServiceHttpCookie parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BackendServiceHttpCookie parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BackendServiceHttpCookie parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BackendServiceHttpCookie parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BackendServiceHttpCookie parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BackendServiceHttpCookie parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BackendServiceHttpCookie parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BackendServiceHttpCookie parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BackendServiceHttpCookie parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BackendServiceHttpCookie parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceHttpCookie
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BackendServiceHttpCookie> parser()
Returns
Type Description
Parser<BackendServiceHttpCookie>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BackendServiceHttpCookie getDefaultInstanceForType()
Returns
Type Description
BackendServiceHttpCookie

getName()

public String getName()

Name of the cookie.

optional string name = 3373707;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Name of the cookie.

optional string name = 3373707;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<BackendServiceHttpCookie> getParserForType()
Returns
Type Description
Parser<BackendServiceHttpCookie>
Overrides

getPath()

public String getPath()

Path to set for the cookie.

optional string path = 3433509;

Returns
Type Description
String

The path.

getPathBytes()

public ByteString getPathBytes()

Path to set for the cookie.

optional string path = 3433509;

Returns
Type Description
ByteString

The bytes for path.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTtl()

public Duration getTtl()

Lifetime of the cookie.

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

Returns
Type Description
Duration

The ttl.

getTtlOrBuilder()

public DurationOrBuilder getTtlOrBuilder()

Lifetime of the cookie.

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

Returns
Type Description
DurationOrBuilder

hasName()

public boolean hasName()

Name of the cookie.

optional string name = 3373707;

Returns
Type Description
boolean

Whether the name field is set.

hasPath()

public boolean hasPath()

Path to set for the cookie.

optional string path = 3433509;

Returns
Type Description
boolean

Whether the path field is set.

hasTtl()

public boolean hasTtl()

Lifetime of the cookie.

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

Returns
Type Description
boolean

Whether the ttl field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BackendServiceHttpCookie.Builder newBuilderForType()
Returns
Type Description
BackendServiceHttpCookie.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BackendServiceHttpCookie.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BackendServiceHttpCookie.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BackendServiceHttpCookie.Builder toBuilder()
Returns
Type Description
BackendServiceHttpCookie.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException