Interface RequestMetadataOrBuilder (0.2.0)

public interface RequestMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvent()

public abstract String getEvent()

Evevt name.

string event = 2;

Returns
Type Description
String

The event.

getEventBytes()

public abstract ByteString getEventBytes()

Evevt name.

string event = 2;

Returns
Type Description
ByteString

The bytes for event.

getLeaseId()

public abstract String getLeaseId()

Lease id.

string lease_id = 4;

Returns
Type Description
String

The leaseId.

getLeaseIdBytes()

public abstract ByteString getLeaseIdBytes()

Lease id.

string lease_id = 4;

Returns
Type Description
ByteString

The bytes for leaseId.

getLeaseTerm()

public abstract Duration getLeaseTerm()

Lease term specifies how long the client wants the session to be maintained by the server after the client leaves. If the lease term is not set, the server will release the session immediately and the client cannot reconnect to the same session later.

.google.protobuf.Duration lease_term = 6;

Returns
Type Description
Duration

The leaseTerm.

getLeaseTermOrBuilder()

public abstract DurationOrBuilder getLeaseTermOrBuilder()

Lease term specifies how long the client wants the session to be maintained by the server after the client leaves. If the lease term is not set, the server will release the session immediately and the client cannot reconnect to the same session later.

.google.protobuf.Duration lease_term = 6;

Returns
Type Description
DurationOrBuilder

getOwner()

public abstract String getOwner()

Owner name.

string owner = 5;

Returns
Type Description
String

The owner.

getOwnerBytes()

public abstract ByteString getOwnerBytes()

Owner name.

string owner = 5;

Returns
Type Description
ByteString

The bytes for owner.

getSeries()

public abstract String getSeries()

Series name.

string series = 3;

Returns
Type Description
String

The series.

getSeriesBytes()

public abstract ByteString getSeriesBytes()

Series name.

string series = 3;

Returns
Type Description
ByteString

The bytes for series.

getStream()

public abstract String getStream()

Stream name.

string stream = 1;

Returns
Type Description
String

The stream.

getStreamBytes()

public abstract ByteString getStreamBytes()

Stream name.

string stream = 1;

Returns
Type Description
ByteString

The bytes for stream.

hasLeaseTerm()

public abstract boolean hasLeaseTerm()

Lease term specifies how long the client wants the session to be maintained by the server after the client leaves. If the lease term is not set, the server will release the session immediately and the client cannot reconnect to the same session later.

.google.protobuf.Duration lease_term = 6;

Returns
Type Description
boolean

Whether the leaseTerm field is set.