public static interface ExportConfig.PartitionStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPartition()
public abstract long getPartition()
The partition number.
int64 partition = 1;
Type | Description |
long | The partition. |
getStatus()
public abstract 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;
Type | Description |
com.google.rpc.Status | The status. |
getStatusOrBuilder()
public abstract 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;
Type | Description |
com.google.rpc.StatusOrBuilder |
hasStatus()
public abstract 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;
Type | Description |
boolean | Whether the status field is set. |