Interface ClipAssetRequestOrBuilder (0.2.0)

public interface ClipAssetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getTemporalPartition()

public abstract Partition.TemporalPartition getTemporalPartition()

Required. The time range to request clips for.

.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Partition.TemporalPartition

The temporalPartition.

getTemporalPartitionOrBuilder()

public abstract Partition.TemporalPartitionOrBuilder getTemporalPartitionOrBuilder()

Required. The time range to request clips for.

.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Partition.TemporalPartitionOrBuilder

hasTemporalPartition()

public abstract boolean hasTemporalPartition()

Required. The time range to request clips for.

.google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the temporalPartition field is set.