Interface SACRealm.PairingKeyOrBuilder (0.96.0)

public static interface SACRealm.PairingKeyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExpireTime()

public abstract Timestamp getExpireTime()

Output only. Timestamp in UTC of when this resource is considered expired. It expires 7 days after creation.

.google.protobuf.Timestamp expire_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The expireTime.

getExpireTimeOrBuilder()

public abstract TimestampOrBuilder getExpireTimeOrBuilder()

Output only. Timestamp in UTC of when this resource is considered expired. It expires 7 days after creation.

.google.protobuf.Timestamp expire_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getKey()

public abstract String getKey()

Output only. Key value.

string key = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Output only. Key value.

string key = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for key.

hasExpireTime()

public abstract boolean hasExpireTime()

Output only. Timestamp in UTC of when this resource is considered expired. It expires 7 days after creation.

.google.protobuf.Timestamp expire_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the expireTime field is set.