public interface InstallFeaturedContentNativeDashboardRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFeaturedContentNativeDashboard()
public abstract FeaturedContentNativeDashboard getFeaturedContentNativeDashboard()Optional. The FeaturedContentNativeDashboard to install.
.google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboard = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FeaturedContentNativeDashboard |
The featuredContentNativeDashboard. |
getFeaturedContentNativeDashboardOrBuilder()
public abstract FeaturedContentNativeDashboardOrBuilder getFeaturedContentNativeDashboardOrBuilder()Optional. The FeaturedContentNativeDashboard to install.
.google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboard = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FeaturedContentNativeDashboardOrBuilder |
|
getName()
public abstract String getName()Required. The resource name of the FeaturedContentNativeDashboard to install. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The resource name of the FeaturedContentNativeDashboard to install. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasFeaturedContentNativeDashboard()
public abstract boolean hasFeaturedContentNativeDashboard()Optional. The FeaturedContentNativeDashboard to install.
.google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboard = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the featuredContentNativeDashboard field is set. |