Interface LicensedUserOrBuilder (0.50.0)

public interface LicensedUserOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAssignTime()

public abstract Timestamp getAssignTime()

Output only. Timestamp when the license was assigned.

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

Returns
Type Description
Timestamp

The assignTime.

getAssignTimeOrBuilder()

public abstract TimestampOrBuilder getAssignTimeOrBuilder()

Output only. Timestamp when the license was assigned.

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

Returns
Type Description
TimestampOrBuilder

getRecentUsageTime()

public abstract Timestamp getRecentUsageTime()

Output only. Timestamp when the license was recently used. This may not be the most recent usage time, and will be updated regularly (within 24 hours).

.google.protobuf.Timestamp recent_usage_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The recentUsageTime.

getRecentUsageTimeOrBuilder()

public abstract TimestampOrBuilder getRecentUsageTimeOrBuilder()

Output only. Timestamp when the license was recently used. This may not be the most recent usage time, and will be updated regularly (within 24 hours).

.google.protobuf.Timestamp recent_usage_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getUsername()

public abstract String getUsername()

Username. Format: name@domain.com.

string username = 1;

Returns
Type Description
String

The username.

getUsernameBytes()

public abstract ByteString getUsernameBytes()

Username. Format: name@domain.com.

string username = 1;

Returns
Type Description
ByteString

The bytes for username.

hasAssignTime()

public abstract boolean hasAssignTime()

Output only. Timestamp when the license was assigned.

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

Returns
Type Description
boolean

Whether the assignTime field is set.

hasRecentUsageTime()

public abstract boolean hasRecentUsageTime()

Output only. Timestamp when the license was recently used. This may not be the most recent usage time, and will be updated regularly (within 24 hours).

.google.protobuf.Timestamp recent_usage_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the recentUsageTime field is set.