public static interface ExportConfig.PartitionStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getPartition()
The partition number.
|
com.google.rpc.Status |
getStatus()
If the export for a partition is healthy and the desired state is
`ACTIVE`, the status code will be `OK` (zero).
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
If the export for a partition is healthy and the desired state is
`ACTIVE`, the status code will be `OK` (zero).
|
boolean |
hasStatus()
If the export for a partition is healthy and the desired state is
`ACTIVE`, the status code will be `OK` (zero).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPartition()
The partition number.
int64 partition = 1;boolean hasStatus()
If the export for a partition is healthy and the desired state is `ACTIVE`, the status code will be `OK` (zero). If the desired state of the export is `PAUSED`, the status code will be `CANCELLED`. If the export has been suspended due to an error, the status will be populated with an error code and details. The service will automatically retry after a period of time, and will update the status code to `OK` if export subsequently succeeds.
.google.rpc.Status status = 2;com.google.rpc.Status getStatus()
If the export for a partition is healthy and the desired state is `ACTIVE`, the status code will be `OK` (zero). If the desired state of the export is `PAUSED`, the status code will be `CANCELLED`. If the export has been suspended due to an error, the status will be populated with an error code and details. The service will automatically retry after a period of time, and will update the status code to `OK` if export subsequently succeeds.
.google.rpc.Status status = 2;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
If the export for a partition is healthy and the desired state is `ACTIVE`, the status code will be `OK` (zero). If the desired state of the export is `PAUSED`, the status code will be `CANCELLED`. If the export has been suspended due to an error, the status will be populated with an error code and details. The service will automatically retry after a period of time, and will update the status code to `OK` if export subsequently succeeds.
.google.rpc.Status status = 2;Copyright © 2022 Google LLC. All rights reserved.