CookieOrBuilder

interface CookieOrBuilder : MessageOrBuilder

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAbsoluteExpire(): Timestamp
Sets an absolute time-point value for cookie expiration.
.google.protobuf.Timestamp absolute_expire = 6;
Link copied to clipboard
abstract fun getAbsoluteExpireOrBuilder(): TimestampOrBuilder
Sets an absolute time-point value for cookie expiration.
.google.protobuf.Timestamp absolute_expire = 6;
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getDomain(): String
Domain value of the cookie to set. Optional.
string domain = 3;
Link copied to clipboard
abstract fun getDomainBytes(): ByteString
Domain value of the cookie to set. Optional.
string domain = 3;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
abstract fun getHttpOnly(): Boolean
`HttpOnly` flag for the cookie.
bool http_only = 9;
Link copied to clipboard
abstract fun getImmediateExpire(): Boolean
Immediately expire the cookie.
bool immediate_expire = 5;
Link copied to clipboard
Link copied to clipboard
abstract fun getName(): String
Name of the cookie to set.
string name = 1;
Link copied to clipboard
abstract fun getNameBytes(): ByteString
Name of the cookie to set.
string name = 1;
Link copied to clipboard
abstract fun getNoExpire(): Boolean
Set a far-future expiration.
bool no_expire = 8;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getPath(): String
Path value of the cookie to set. Optional.
string path = 4;
Link copied to clipboard
abstract fun getPathBytes(): ByteString
Path value of the cookie to set. Optional.
string path = 4;
Link copied to clipboard
abstract fun getRelativeExpire(): Duration
Sets a relative time-period value for cookie expiration.
.google.protobuf.Duration relative_expire = 7;
Link copied to clipboard
abstract fun getRelativeExpireOrBuilder(): DurationOrBuilder
Sets a relative time-period value for cookie expiration.
.google.protobuf.Duration relative_expire = 7;
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
`SameSite` policy flag for the cookie.
.elide.page.Context.Cookie.SameSitePolicy same_site = 11;
Link copied to clipboard
abstract fun getSameSiteValue(): Int
`SameSite` policy flag for the cookie.
.elide.page.Context.Cookie.SameSitePolicy same_site = 11;
Link copied to clipboard
abstract fun getSecure(): Boolean
`Secure` flag for the cookie.
bool secure = 10;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun getValue(): String
Value of the cookie to set. Optional. If left empty, the specified cookie will be cleared.
string value = 2;
Link copied to clipboard
abstract fun getValueBytes(): ByteString
Value of the cookie to set. Optional. If left empty, the specified cookie will be cleared.
string value = 2;
Link copied to clipboard
abstract fun hasAbsoluteExpire(): Boolean
Sets an absolute time-point value for cookie expiration.
.google.protobuf.Timestamp absolute_expire = 6;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasImmediateExpire(): Boolean
Immediately expire the cookie.
bool immediate_expire = 5;
Link copied to clipboard
abstract fun hasNoExpire(): Boolean
Set a far-future expiration.
bool no_expire = 8;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasRelativeExpire(): Boolean
Sets a relative time-period value for cookie expiration.
.google.protobuf.Duration relative_expire = 7;
Link copied to clipboard
abstract fun isInitialized(): Boolean