public final class IngestAssetResponse extends GeneratedMessage implements IngestAssetResponseOrBuilderResponse message for IngestAsset API.
Protobuf type google.cloud.visionai.v1.IngestAssetResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > IngestAssetResponseImplements
IngestAssetResponseOrBuilderStatic Fields
SUCCESSFULLY_INGESTED_PARTITION_FIELD_NUMBER
public static final int SUCCESSFULLY_INGESTED_PARTITION_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static IngestAssetResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static IngestAssetResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse.Builder |
|
newBuilder(IngestAssetResponse prototype)
public static IngestAssetResponse.Builder newBuilder(IngestAssetResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
IngestAssetResponse |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static IngestAssetResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IngestAssetResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static IngestAssetResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IngestAssetResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static IngestAssetResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IngestAssetResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static IngestAssetResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IngestAssetResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static IngestAssetResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IngestAssetResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static IngestAssetResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IngestAssetResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<IngestAssetResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<IngestAssetResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public IngestAssetResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse |
|
getParserForType()
public Parser<IngestAssetResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<IngestAssetResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSuccessfullyIngestedPartition()
public Partition.TemporalPartition getSuccessfullyIngestedPartition()Time range of the data that has been successfully ingested.
.google.cloud.visionai.v1.Partition.TemporalPartition successfully_ingested_partition = 1;
| Returns | |
|---|---|
| Type | Description |
Partition.TemporalPartition |
The successfullyIngestedPartition. |
getSuccessfullyIngestedPartitionOrBuilder()
public Partition.TemporalPartitionOrBuilder getSuccessfullyIngestedPartitionOrBuilder()Time range of the data that has been successfully ingested.
.google.cloud.visionai.v1.Partition.TemporalPartition successfully_ingested_partition = 1;
| Returns | |
|---|---|
| Type | Description |
Partition.TemporalPartitionOrBuilder |
|
hasSuccessfullyIngestedPartition()
public boolean hasSuccessfullyIngestedPartition()Time range of the data that has been successfully ingested.
.google.cloud.visionai.v1.Partition.TemporalPartition successfully_ingested_partition = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the successfullyIngestedPartition field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public IngestAssetResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected IngestAssetResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse.Builder |
|
toBuilder()
public IngestAssetResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
IngestAssetResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|