public static final class NativeDashboard.Builder extends GeneratedMessage.Builder<NativeDashboard.Builder> implements NativeDashboardOrBuilderNativeDashboard resource.
Protobuf type google.cloud.chronicle.v1.NativeDashboard
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > NativeDashboard.BuilderImplements
NativeDashboardOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public NativeDashboard build()| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
|
buildPartial()
public NativeDashboard buildPartial()| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
|
clear()
public NativeDashboard.Builder clear()| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
clearAccess()
public NativeDashboard.Builder clearAccess()Output only. Access of the dashboard
.google.cloud.chronicle.v1.DashboardAccess access = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
clearCreateTime()
public NativeDashboard.Builder clearCreateTime()Output only. Creation time of dashboard.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
clearCreateUserId()
public NativeDashboard.Builder clearCreateUserId()Output only. User who created the dashboard.
string create_user_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
clearDashboardUserData()
public NativeDashboard.Builder clearDashboardUserData()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 |
NativeDashboard.Builder |
|
clearDefinition()
public NativeDashboard.Builder clearDefinition()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 |
NativeDashboard.Builder |
|
clearDescription()
public NativeDashboard.Builder clearDescription()Optional. Description of the dashboard.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
clearDisplayName()
public NativeDashboard.Builder clearDisplayName()Required. Dashboard display name/title visible to users.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
clearEtag()
public NativeDashboard.Builder clearEtag()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 |
NativeDashboard.Builder |
This builder for chaining. |
clearName()
public NativeDashboard.Builder clearName()Output only. Name of the dashboard.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
clearType()
public NativeDashboard.Builder clearType()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 |
NativeDashboard.Builder |
This builder for chaining. |
clearUpdateTime()
public NativeDashboard.Builder clearUpdateTime()Output only. Time the dashboard was last edited.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
clearUpdateUserId()
public NativeDashboard.Builder clearUpdateUserId()Output only. User who last edited the dashboard.
string update_user_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
getAccess()
public 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 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 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. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. Creation time of dashboard.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public 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 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 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 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. |
getDashboardUserDataBuilder()
public DashboardUserData.Builder getDashboardUserDataBuilder()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.Builder |
|
getDashboardUserDataOrBuilder()
public 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 |
|
getDefaultInstanceForType()
public NativeDashboard getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
|
getDefinition()
public 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. |
getDefinitionBuilder()
public DashboardDefinition.Builder getDefinitionBuilder()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.Builder |
|
getDefinitionOrBuilder()
public 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 String getDescription()Optional. Description of the dashboard.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()Optional. Description of the dashboard.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayName()
public 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 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 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 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 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 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 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 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 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. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Time the dashboard was last edited.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public 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 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateTime(Timestamp value)
public NativeDashboard.Builder mergeCreateTime(Timestamp value)Output only. Creation time of dashboard.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
mergeDashboardUserData(DashboardUserData value)
public NativeDashboard.Builder mergeDashboardUserData(DashboardUserData value)Output only. User Preferences for a dashboard
.google.cloud.chronicle.v1.DashboardUserData dashboard_user_data = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DashboardUserData |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
mergeDefinition(DashboardDefinition value)
public NativeDashboard.Builder mergeDefinition(DashboardDefinition value)Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.
.google.cloud.chronicle.v1.DashboardDefinition definition = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
DashboardDefinition |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
mergeFrom(NativeDashboard other)
public NativeDashboard.Builder mergeFrom(NativeDashboard other)| Parameter | |
|---|---|
| Name | Description |
other |
NativeDashboard |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NativeDashboard.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public NativeDashboard.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
mergeUpdateTime(Timestamp value)
public NativeDashboard.Builder mergeUpdateTime(Timestamp value)Output only. Time the dashboard was last edited.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
setAccess(DashboardAccess value)
public NativeDashboard.Builder setAccess(DashboardAccess value)Output only. Access of the dashboard
.google.cloud.chronicle.v1.DashboardAccess access = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DashboardAccessThe access to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setAccessValue(int value)
public NativeDashboard.Builder setAccessValue(int value)Output only. Access of the dashboard
.google.cloud.chronicle.v1.DashboardAccess access = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for access to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setCreateTime(Timestamp value)
public NativeDashboard.Builder setCreateTime(Timestamp value)Output only. Creation time of dashboard.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public NativeDashboard.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. Creation time of dashboard.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
setCreateUserId(String value)
public NativeDashboard.Builder setCreateUserId(String value)Output only. User who created the dashboard.
string create_user_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe createUserId to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setCreateUserIdBytes(ByteString value)
public NativeDashboard.Builder setCreateUserIdBytes(ByteString value)Output only. User who created the dashboard.
string create_user_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for createUserId to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setDashboardUserData(DashboardUserData value)
public NativeDashboard.Builder setDashboardUserData(DashboardUserData value)Output only. User Preferences for a dashboard
.google.cloud.chronicle.v1.DashboardUserData dashboard_user_data = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DashboardUserData |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
setDashboardUserData(DashboardUserData.Builder builderForValue)
public NativeDashboard.Builder setDashboardUserData(DashboardUserData.Builder builderForValue)Output only. User Preferences for a dashboard
.google.cloud.chronicle.v1.DashboardUserData dashboard_user_data = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DashboardUserData.Builder |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
setDefinition(DashboardDefinition value)
public NativeDashboard.Builder setDefinition(DashboardDefinition value)Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.
.google.cloud.chronicle.v1.DashboardDefinition definition = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
DashboardDefinition |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
setDefinition(DashboardDefinition.Builder builderForValue)
public NativeDashboard.Builder setDefinition(DashboardDefinition.Builder builderForValue)Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.
.google.cloud.chronicle.v1.DashboardDefinition definition = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DashboardDefinition.Builder |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
setDescription(String value)
public NativeDashboard.Builder setDescription(String value)Optional. Description of the dashboard.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe description to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public NativeDashboard.Builder setDescriptionBytes(ByteString value)Optional. Description of the dashboard.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for description to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setDisplayName(String value)
public NativeDashboard.Builder setDisplayName(String value)Required. Dashboard display name/title visible to users.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public NativeDashboard.Builder setDisplayNameBytes(ByteString value)Required. Dashboard display name/title visible to users.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setEtag(String value)
public NativeDashboard.Builder setEtag(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe etag to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public NativeDashboard.Builder setEtagBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for etag to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setName(String value)
public NativeDashboard.Builder setName(String value)Output only. Name of the dashboard.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public NativeDashboard.Builder setNameBytes(ByteString value)Output only. Name of the dashboard.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setType(DashboardType value)
public NativeDashboard.Builder setType(DashboardType value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
DashboardTypeThe type to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setTypeValue(int value)
public NativeDashboard.Builder setTypeValue(int value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setUpdateTime(Timestamp value)
public NativeDashboard.Builder setUpdateTime(Timestamp value)Output only. Time the dashboard was last edited.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public NativeDashboard.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. Time the dashboard was last edited.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
|
setUpdateUserId(String value)
public NativeDashboard.Builder setUpdateUserId(String value)Output only. User who last edited the dashboard.
string update_user_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe updateUserId to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |
setUpdateUserIdBytes(ByteString value)
public NativeDashboard.Builder setUpdateUserIdBytes(ByteString value)Output only. User who last edited the dashboard.
string update_user_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for updateUserId to set. |
| Returns | |
|---|---|
| Type | Description |
NativeDashboard.Builder |
This builder for chaining. |