public final class OperationProgress extends GeneratedMessageV3 implements OperationProgressOrBuilder
Encapsulates progress related information for a Cloud Spanner long running operation.
Protobuf type google.spanner.admin.database.v1.OperationProgress
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OperationProgressImplements
OperationProgressOrBuilderStatic Fields
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PROGRESS_PERCENT_FIELD_NUMBER
public static final int PROGRESS_PERCENT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static OperationProgress getDefaultInstance()
Returns | |
---|---|
Type | Description |
OperationProgress |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static OperationProgress.Builder newBuilder()
Returns | |
---|---|
Type | Description |
OperationProgress.Builder |
newBuilder(OperationProgress prototype)
public static OperationProgress.Builder newBuilder(OperationProgress prototype)
Parameter | |
---|---|
Name | Description |
prototype |
OperationProgress |
Returns | |
---|---|
Type | Description |
OperationProgress.Builder |
parseDelimitedFrom(InputStream input)
public static OperationProgress parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
OperationProgress |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationProgress parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OperationProgress |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static OperationProgress parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
OperationProgress |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OperationProgress parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OperationProgress |
Exceptions | |
---|---|
Type | Description |
|