Interface NativeDashboardOrBuilder (0.31.0)

public interface NativeDashboardOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccess()

public abstract DashboardAccess getAccess()

Output only. Access of the dashboard

.google.cloud.chronicle.v1.DashboardAccess access = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DashboardAccess

The access.

getAccessValue()

public abstract int getAccessValue()

Output only. Access of the dashboard

.google.cloud.chronicle.v1.DashboardAccess access = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for access.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. Creation time of dashboard.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Creation time of dashboard.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getCreateUserId()

public abstract String getCreateUserId()

Output only. User who created the dashboard.

string create_user_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The createUserId.

getCreateUserIdBytes()

public abstract ByteString getCreateUserIdBytes()

Output only. User who created the dashboard.

string create_user_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for createUserId.

getDashboardUserData()

public abstract DashboardUserData getDashboardUserData()

Output only. User Preferences for a dashboard

.google.cloud.chronicle.v1.DashboardUserData dashboard_user_data = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DashboardUserData

The dashboardUserData.

getDashboardUserDataOrBuilder()

public abstract DashboardUserDataOrBuilder getDashboardUserDataOrBuilder()

Output only. User Preferences for a dashboard

.google.cloud.chronicle.v1.DashboardUserData dashboard_user_data = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DashboardUserDataOrBuilder

getDefinition()

public abstract DashboardDefinition getDefinition()

Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.

.google.cloud.chronicle.v1.DashboardDefinition definition = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardDefinition

The definition.

getDefinitionOrBuilder()

public abstract DashboardDefinitionOrBuilder getDefinitionOrBuilder()

Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.

.google.cloud.chronicle.v1.DashboardDefinition definition = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardDefinitionOrBuilder

getDescription()

public abstract String getDescription()

Optional. Description of the dashboard.

string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. Description of the dashboard.

string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for description.

getDisplayName()

public abstract String getDisplayName()

Required. Dashboard display name/title visible to users.

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Required. Dashboard display name/title visible to users.

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for displayName.

getEtag()

public abstract String getEtag()

Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The etag.

getEtagBytes()

public abstract ByteString getEtagBytes()

Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for etag.

getName()

public abstract String getName()

Output only. Name of the dashboard.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Name of the dashboard.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getType()

public abstract DashboardType getType()

Output only. Whether it's an out of the box or custom created dashboard.

.google.cloud.chronicle.v1.DashboardType type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DashboardType

The type.

getTypeValue()

public abstract int getTypeValue()

Output only. Whether it's an out of the box or custom created dashboard.

.google.cloud.chronicle.v1.DashboardType type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for type.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. Time the dashboard was last edited.

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

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Time the dashboard was last edited.

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

Returns
Type Description
TimestampOrBuilder

getUpdateUserId()

public abstract String getUpdateUserId()

Output only. User who last edited the dashboard.

string update_user_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The updateUserId.

getUpdateUserIdBytes()

public abstract ByteString getUpdateUserIdBytes()

Output only. User who last edited the dashboard.

string update_user_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for updateUserId.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. Creation time of dashboard.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasDashboardUserData()

public abstract boolean hasDashboardUserData()

Output only. User Preferences for a dashboard

.google.cloud.chronicle.v1.DashboardUserData dashboard_user_data = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the dashboardUserData field is set.

hasDefinition()

public abstract boolean hasDefinition()

Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.

.google.cloud.chronicle.v1.DashboardDefinition definition = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the definition field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. Time the dashboard was last edited.

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

Returns
Type Description
boolean

Whether the updateTime field is set.