public final class GenerateHlsUriResponse extends GeneratedMessageV3 implements GenerateHlsUriResponseOrBuilder
Response message for GenerateHlsUri API.
Protobuf type google.cloud.visionai.v1.GenerateHlsUriResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GenerateHlsUriResponseImplements
GenerateHlsUriResponseOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static GenerateHlsUriResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse.Builder |
newBuilder(GenerateHlsUriResponse prototype)
public static GenerateHlsUriResponse.Builder newBuilder(GenerateHlsUriResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
GenerateHlsUriResponse |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse.Builder |
parseDelimitedFrom(InputStream input)
public static GenerateHlsUriResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateHlsUriResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static GenerateHlsUriResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerateHlsUriResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static GenerateHlsUriResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateHlsUriResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static GenerateHlsUriResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateHlsUriResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static GenerateHlsUriResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateHlsUriResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static GenerateHlsUriResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerateHlsUriResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<GenerateHlsUriResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<GenerateHlsUriResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public GenerateHlsUriResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse |
getParserForType()
public Parser<GenerateHlsUriResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<GenerateHlsUriResponse> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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 |
Returns | |
---|---|
Type | Description |
Partition.TemporalPartition |
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;
Returns | |
---|---|
Type | Description |
List<TemporalPartition> |
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 |
Returns | |
---|---|
Type | Description |
Partition.TemporalPartitionOrBuilder |
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()
public 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 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()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public GenerateHlsUriResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenerateHlsUriResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public GenerateHlsUriResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
GenerateHlsUriResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |