public interface CreateNativeDashboardRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNativeDashboard()
public abstract NativeDashboard getNativeDashboard()Required. The dashboard to create.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
The nativeDashboard. |
getNativeDashboardOrBuilder()
public abstract NativeDashboardOrBuilder getNativeDashboardOrBuilder()Required. The dashboard to create.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
NativeDashboardOrBuilder |
|
getParent()
public abstract String getParent()Required. The parent resource where this dashboard will be created. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource where this dashboard will be created. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasNativeDashboard()
public abstract boolean hasNativeDashboard()Required. The dashboard to create.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nativeDashboard field is set. |