Interface GenerateHlsUriRequestOrBuilder (0.2.0)

public interface GenerateHlsUriRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLiveViewEnabled()

public abstract boolean getLiveViewEnabled()

Option to exclusively show a livestream of the asset with up to 3 minutes of backlog data.

bool live_view_enabled = 3;

Returns
Type Description
boolean

The liveViewEnabled.

getName()

public abstract String getName()

Required. The resource name of the asset to request clips for. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name of the asset to request clips for. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getTemporalPartitions(int index)

public abstract Partition.TemporalPartition getTemporalPartitions(int index)

The time range to request clips for. Will be ignored if get_live_view is set to True. The total time range requested should be smaller than 24h.

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()

The time range to request clips for. Will be ignored if get_live_view is set to True. The total time range requested should be smaller than 24h.

repeated .google.cloud.visionai.v1.Partition.TemporalPartition temporal_partitions = 2;

Returns
Type Description
int

getTemporalPartitionsList()

public abstract List<Partition.TemporalPartition> getTemporalPartitionsList()

The time range to request clips for. Will be ignored if get_live_view is set to True. The total time range requested should be smaller than 24h.

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)

The time range to request clips for. Will be ignored if get_live_view is set to True. The total time range requested should be smaller than 24h.

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()

The time range to request clips for. Will be ignored if get_live_view is set to True. The total time range requested should be smaller than 24h.

repeated .google.cloud.visionai.v1.Partition.TemporalPartition temporal_partitions = 2;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.Partition.TemporalPartitionOrBuilder>