orbit-proto / orbit.shared.proto / Node / NodeLeaseProto

NodeLeaseProto

class NodeLeaseProto : GeneratedMessageV3, NodeLeaseProtoOrBuilder

Protobuf type orbit.shared.NodeLeaseProto

Types

Builder

Protobuf type orbit.shared.NodeLeaseProto

class Builder : Builder<Builder!>, NodeLeaseProtoOrBuilder

Properties

CHALLENGE_TOKEN_FIELD_NUMBER

static val CHALLENGE_TOKEN_FIELD_NUMBER: Int

EXPIRES_AT_FIELD_NUMBER

static val EXPIRES_AT_FIELD_NUMBER: Int

RENEW_AT_FIELD_NUMBER

static val RENEW_AT_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getChallengeToken

string challenge_token = 1;

fun getChallengeToken(): String!

getChallengeTokenBytes

string challenge_token = 1;

fun getChallengeTokenBytes(): ByteString!

getDefaultInstance

static fun getDefaultInstance(): NodeLeaseProto!

getDefaultInstanceForType

fun getDefaultInstanceForType(): NodeLeaseProto!

getDescriptor

static fun getDescriptor(): Descriptor!

getExpiresAt

.google.protobuf.Timestamp expires_at = 3;

fun getExpiresAt(): Timestamp!

getExpiresAtOrBuilder

.google.protobuf.Timestamp expires_at = 3;

fun getExpiresAtOrBuilder(): TimestampOrBuilder!

getParserForType

fun getParserForType(): Parser<NodeLeaseProto!>!

getRenewAt

.google.protobuf.Timestamp renew_at = 2;

fun getRenewAt(): Timestamp!

getRenewAtOrBuilder

.google.protobuf.Timestamp renew_at = 2;

fun getRenewAtOrBuilder(): TimestampOrBuilder!

getSerializedSize

fun getSerializedSize(): Int

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hasExpiresAt

.google.protobuf.Timestamp expires_at = 3;

fun hasExpiresAt(): Boolean

hashCode

fun hashCode(): Int

hasRenewAt

.google.protobuf.Timestamp renew_at = 2;

fun hasRenewAt(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

static fun newBuilder(): Builder!
static fun newBuilder(prototype: NodeLeaseProto!): Builder!

newBuilderForType

fun newBuilderForType(): Builder!
fun newBuilderForType(parent: BuilderParent!): Builder!

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

static fun parseDelimitedFrom(input: InputStream!): NodeLeaseProto!
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): NodeLeaseProto!

parseFrom

static fun parseFrom(data: ByteBuffer!): NodeLeaseProto!
static fun parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!): NodeLeaseProto!
static fun parseFrom(data: ByteString!): NodeLeaseProto!
static fun parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!): NodeLeaseProto!
static fun parseFrom(data: ByteArray!): NodeLeaseProto!
static fun parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!): NodeLeaseProto!
static fun parseFrom(input: InputStream!): NodeLeaseProto!
static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): NodeLeaseProto!
static fun parseFrom(input: CodedInputStream!): NodeLeaseProto!
static fun parseFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): NodeLeaseProto!

parser

static fun parser(): Parser<NodeLeaseProto!>!

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit