Interface IrnProfileOrBuilder (0.2.0)

public interface IrnProfileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnrollmentStatus()

public abstract boolean getEnrollmentStatus()

Required. Whether or not the user is currently enrolled in having their data processed for IRN alerts.

bool enrollment_status = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

The enrollmentStatus.

getName()

public abstract String getName()

Identifier. The resource name of this IrnProfile resource.

Format: users/{user}/irnProfile Example: users/1234567890/irnProfile or users/me/irnProfile The {user} ID is a system-generated Google Health API user ID, a string of 1-63 characters consisting of lowercase and uppercase letters, numbers, and hyphens. The literal me can also be used to refer to the authenticated user.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The resource name of this IrnProfile resource.

Format: users/{user}/irnProfile Example: users/1234567890/irnProfile or users/me/irnProfile The {user} ID is a system-generated Google Health API user ID, a string of 1-63 characters consisting of lowercase and uppercase letters, numbers, and hyphens. The literal me can also be used to refer to the authenticated user.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getOnboardingStatus()

public abstract boolean getOnboardingStatus()

Required. Whether or not the user has onboarded onto the IRN feature.

bool onboarding_status = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

The onboardingStatus.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The timestamp of the last piece of analyzable data synced by the user.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The timestamp of the last piece of analyzable data synced by the user.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The timestamp of the last piece of analyzable data synced by the user.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.