public interface InstallFeaturedContentNativeDashboardResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNativeDashboard()
public abstract String getNativeDashboard()Optional. The resource name of the NativeDashboard created. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id}
string native_dashboard = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The nativeDashboard. |
getNativeDashboardBytes()
public abstract ByteString getNativeDashboardBytes()Optional. The resource name of the NativeDashboard created. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id}
string native_dashboard = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nativeDashboard. |