public interface ImportExportStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDashboard()
public abstract String getDashboard()The resource name of the dashboard if it was supplied in the request.
string dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The dashboard. |
getDashboardBytes()
public abstract ByteString getDashboardBytes()The resource name of the dashboard if it was supplied in the request.
string dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dashboard. |
getStatus()
public abstract Status getStatus()Output only. Status of the import/export operation.
.google.rpc.Status status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()Output only. Status of the import/export operation.
.google.rpc.Status status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
hasStatus()
public abstract boolean hasStatus()Output only. Status of the import/export operation.
.google.rpc.Status status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |