Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetFeaturedContentNativeDashboardRequest.
Request message to get a FeaturedContentNativeDashboard.
Generated from protobuf message google.cloud.chronicle.v1.GetFeaturedContentNativeDashboardRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the FeaturedContentNativeDashboard to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard} |
getName
Required. The resource name of the FeaturedContentNativeDashboard to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the FeaturedContentNativeDashboard to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The resource name of the FeaturedContentNativeDashboard to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard} Please see FeaturedContentNativeDashboardServiceClient::featuredContentNativeDashboardName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetFeaturedContentNativeDashboardRequest |
|