public static final class ImportNativeDashboardsResponse.Builder extends GeneratedMessage.Builder<ImportNativeDashboardsResponse.Builder> implements ImportNativeDashboardsResponseOrBuilder
Response message for importing dashboards.
Protobuf type google.cloud.chronicle.v1.ImportNativeDashboardsResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllResults(Iterable<? extends ImportExportStatus> values)
public ImportNativeDashboardsResponse.Builder addAllResults(Iterable<? extends ImportExportStatus> values)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.chronicle.v1.ImportExportStatus>
|
addResults(ImportExportStatus value)
public ImportNativeDashboardsResponse.Builder addResults(ImportExportStatus value)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addResults(ImportExportStatus.Builder builderForValue)
public ImportNativeDashboardsResponse.Builder addResults(ImportExportStatus.Builder builderForValue)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addResults(int index, ImportExportStatus value)
public ImportNativeDashboardsResponse.Builder addResults(int index, ImportExportStatus value)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addResults(int index, ImportExportStatus.Builder builderForValue)
public ImportNativeDashboardsResponse.Builder addResults(int index, ImportExportStatus.Builder builderForValue)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addResultsBuilder()
public ImportExportStatus.Builder addResultsBuilder()
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addResultsBuilder(int index)
public ImportExportStatus.Builder addResultsBuilder(int index)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
build()
public ImportNativeDashboardsResponse build()
buildPartial()
public ImportNativeDashboardsResponse buildPartial()
clear()
public ImportNativeDashboardsResponse.Builder clear()
Overrides
clearResults()
public ImportNativeDashboardsResponse.Builder clearResults()
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public ImportNativeDashboardsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getResults(int index)
public ImportExportStatus getResults(int index)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
getResultsBuilder(int index)
public ImportExportStatus.Builder getResultsBuilder(int index)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
getResultsBuilderList()
public List<ImportExportStatus.Builder> getResultsBuilderList()
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getResultsCount()
public int getResultsCount()
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
|
getResultsList()
public List<ImportExportStatus> getResultsList()
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getResultsOrBuilder(int index)
public ImportExportStatusOrBuilder getResultsOrBuilder(int index)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
getResultsOrBuilderList()
public List<? extends ImportExportStatusOrBuilder> getResultsOrBuilderList()
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.chronicle.v1.ImportExportStatusOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ImportNativeDashboardsResponse other)
public ImportNativeDashboardsResponse.Builder mergeFrom(ImportNativeDashboardsResponse other)
public ImportNativeDashboardsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ImportNativeDashboardsResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeResults(int index)
public ImportNativeDashboardsResponse.Builder removeResults(int index)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
setResults(int index, ImportExportStatus value)
public ImportNativeDashboardsResponse.Builder setResults(int index, ImportExportStatus value)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
setResults(int index, ImportExportStatus.Builder builderForValue)
public ImportNativeDashboardsResponse.Builder setResults(int index, ImportExportStatus.Builder builderForValue)
Output only. Represents the status of an import operation for multiple
dashboards. Each dashboard's import status is tracked. A status of OK
indicates the dashboard was ready for import. Otherwise, an appropriate
error code and message are provided. Importantly, the import process is
all-or-nothing: if even one dashboard fails to import, the entire import
operation is aborted, and none of the dashboards are imported. The order of
the statuses will be the same as in the import request.
repeated .google.cloud.chronicle.v1.ImportExportStatus results = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];