public interface GenerateHlsUriResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTemporalPartitions(int index)
public abstract Partition.TemporalPartition getTemporalPartitions(int index)
A list of temporal partitions of the content returned in the order they appear in the stream.
repeated .google.cloud.visionai.v1.Partition.TemporalPartition temporal_partitions = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Partition.TemporalPartition |
getTemporalPartitionsCount()
public abstract int getTemporalPartitionsCount()
A list of temporal partitions of the content returned in the order they appear in the stream.
repeated .google.cloud.visionai.v1.Partition.TemporalPartition temporal_partitions = 2;
Returns | |
---|---|
Type | Description |
int |
getTemporalPartitionsList()
public abstract List<Partition.TemporalPartition> getTemporalPartitionsList()
A list of temporal partitions of the content returned in the order they appear in the stream.
repeated .google.cloud.visionai.v1.Partition.TemporalPartition temporal_partitions = 2;
Returns | |
---|---|
Type | Description |
List<TemporalPartition> |
getTemporalPartitionsOrBuilder(int index)
public abstract Partition.TemporalPartitionOrBuilder getTemporalPartitionsOrBuilder(int index)
A list of temporal partitions of the content returned in the order they appear in the stream.
repeated .google.cloud.visionai.v1.Partition.TemporalPartition temporal_partitions = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Partition.TemporalPartitionOrBuilder |
getTemporalPartitionsOrBuilderList()
public abstract List<? extends Partition.TemporalPartitionOrBuilder> getTemporalPartitionsOrBuilderList()
A list of temporal partitions of the content returned in the order they appear in the stream.
repeated .google.cloud.visionai.v1.Partition.TemporalPartition temporal_partitions = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.Partition.TemporalPartitionOrBuilder> |
getUri()
public abstract String getUri()
A signed uri to download the HLS manifest corresponding to the requested times.
string uri = 1;
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
A signed uri to download the HLS manifest corresponding to the requested times.
string uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |