public final class IngestAssetRequest extends GeneratedMessageV3 implements IngestAssetRequestOrBuilder
Request message for IngestAsset API.
Protobuf type google.cloud.visionai.v1.IngestAssetRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONFIG_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TIME_INDEXED_DATA_FIELD_NUMBER
public static final int TIME_INDEXED_DATA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static IngestAssetRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static IngestAssetRequest.Builder newBuilder()
newBuilder(IngestAssetRequest prototype)
public static IngestAssetRequest.Builder newBuilder(IngestAssetRequest prototype)
public static IngestAssetRequest parseDelimitedFrom(InputStream input)
public static IngestAssetRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static IngestAssetRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IngestAssetRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static IngestAssetRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IngestAssetRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IngestAssetRequest parseFrom(CodedInputStream input)
public static IngestAssetRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IngestAssetRequest parseFrom(InputStream input)
public static IngestAssetRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static IngestAssetRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IngestAssetRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<IngestAssetRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getConfig()
public IngestAssetRequest.Config getConfig()
Provides information for the data and the asset resource name that the
data belongs to. The first IngestAssetRequest
message must only contain
a Config
message.
.google.cloud.visionai.v1.IngestAssetRequest.Config config = 1;
getConfigOrBuilder()
public IngestAssetRequest.ConfigOrBuilder getConfigOrBuilder()
Provides information for the data and the asset resource name that the
data belongs to. The first IngestAssetRequest
message must only contain
a Config
message.
.google.cloud.visionai.v1.IngestAssetRequest.Config config = 1;
getDefaultInstanceForType()
public IngestAssetRequest getDefaultInstanceForType()
getParserForType()
public Parser<IngestAssetRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStreamingRequestCase()
public IngestAssetRequest.StreamingRequestCase getStreamingRequestCase()
getTimeIndexedData()
public IngestAssetRequest.TimeIndexedData getTimeIndexedData()
Data to be ingested.
.google.cloud.visionai.v1.IngestAssetRequest.TimeIndexedData time_indexed_data = 2;
getTimeIndexedDataOrBuilder()
public IngestAssetRequest.TimeIndexedDataOrBuilder getTimeIndexedDataOrBuilder()
Data to be ingested.
.google.cloud.visionai.v1.IngestAssetRequest.TimeIndexedData time_indexed_data = 2;
hasConfig()
public boolean hasConfig()
Provides information for the data and the asset resource name that the
data belongs to. The first IngestAssetRequest
message must only contain
a Config
message.
.google.cloud.visionai.v1.IngestAssetRequest.Config config = 1;
Returns |
Type |
Description |
boolean |
Whether the config field is set.
|
hasTimeIndexedData()
public boolean hasTimeIndexedData()
Data to be ingested.
.google.cloud.visionai.v1.IngestAssetRequest.TimeIndexedData time_indexed_data = 2;
Returns |
Type |
Description |
boolean |
Whether the timeIndexedData field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public IngestAssetRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected IngestAssetRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public IngestAssetRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides