public interface FeaturedContentNativeDashboardOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContentMetadata()
public abstract FeaturedContentMetadata getContentMetadata()Output only. Metadata about the FeaturedContentNativeDashboard.
.google.cloud.chronicle.v1.FeaturedContentMetadata content_metadata = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FeaturedContentMetadata |
The contentMetadata. |
getContentMetadataOrBuilder()
public abstract FeaturedContentMetadataOrBuilder getContentMetadataOrBuilder()Output only. Metadata about the FeaturedContentNativeDashboard.
.google.cloud.chronicle.v1.FeaturedContentMetadata content_metadata = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FeaturedContentMetadataOrBuilder |
|
getDashboardContent()
public abstract NativeDashboardWithChartsAndQueries getDashboardContent()Optional. The dashboard content.
.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboard_content = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries |
The dashboardContent. |
getDashboardContentOrBuilder()
public abstract NativeDashboardWithChartsAndQueriesOrBuilder getDashboardContentOrBuilder()Optional. The dashboard content.
.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboard_content = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueriesOrBuilder |
|
getName()
public abstract String getName()Identifier. The resource name of the FeaturedContentNativeDashboard. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Identifier. The resource name of the FeaturedContentNativeDashboard. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasContentMetadata()
public abstract boolean hasContentMetadata()Output only. Metadata about the FeaturedContentNativeDashboard.
.google.cloud.chronicle.v1.FeaturedContentMetadata content_metadata = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the contentMetadata field is set. |
hasDashboardContent()
public abstract boolean hasDashboardContent()Optional. The dashboard content.
.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboard_content = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dashboardContent field is set. |