Interface AssignmentProtocol.AutoAssignmentTypeOrBuilder (0.50.0)

public static interface AssignmentProtocol.AutoAssignmentTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInactiveLicenseTtl()

public abstract Duration getInactiveLicenseTtl()

Optional. The time to live for an inactive license. After this time has passed, the license will be automatically unassigned from the user. Must be at least 7 days, if set. If unset, the license will never expire.

.google.protobuf.Duration inactive_license_ttl = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Duration

The inactiveLicenseTtl.

getInactiveLicenseTtlOrBuilder()

public abstract DurationOrBuilder getInactiveLicenseTtlOrBuilder()

Optional. The time to live for an inactive license. After this time has passed, the license will be automatically unassigned from the user. Must be at least 7 days, if set. If unset, the license will never expire.

.google.protobuf.Duration inactive_license_ttl = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DurationOrBuilder

hasInactiveLicenseTtl()

public abstract boolean hasInactiveLicenseTtl()

Optional. The time to live for an inactive license. After this time has passed, the license will be automatically unassigned from the user. Must be at least 7 days, if set. If unset, the license will never expire.

.google.protobuf.Duration inactive_license_ttl = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the inactiveLicenseTtl field is set.