public final class GenerateHlsUriResponse extends GeneratedMessageV3 implements GenerateHlsUriResponseOrBuilder
Response message for GenerateHlsUri API.
Protobuf type google.cloud.visionai.v1.GenerateHlsUriResponse
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
TEMPORAL_PARTITIONS_FIELD_NUMBER
public static final int TEMPORAL_PARTITIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GenerateHlsUriResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GenerateHlsUriResponse.Builder newBuilder()
newBuilder(GenerateHlsUriResponse prototype)
public static GenerateHlsUriResponse.Builder newBuilder(GenerateHlsUriResponse prototype)
public static GenerateHlsUriResponse parseDelimitedFrom(InputStream input)
public static GenerateHlsUriResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GenerateHlsUriResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerateHlsUriResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GenerateHlsUriResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateHlsUriResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateHlsUriResponse parseFrom(CodedInputStream input)
public static GenerateHlsUriResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateHlsUriResponse parseFrom(InputStream input)
public static GenerateHlsUriResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GenerateHlsUriResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerateHlsUriResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GenerateHlsUriResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public GenerateHlsUriResponse getDefaultInstanceForType()
getParserForType()
public Parser<GenerateHlsUriResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTemporalPartitions(int index)
public 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
|
getTemporalPartitionsCount()
public 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 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;
getTemporalPartitionsOrBuilder(int index)
public 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
|
getTemporalPartitionsOrBuilderList()
public 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()
A signed uri to download the HLS manifest corresponding to the requested
times.
string uri = 1;
Returns |
Type |
Description |
String |
The uri.
|
getUriBytes()
public 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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GenerateHlsUriResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenerateHlsUriResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public GenerateHlsUriResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides