public final class VideoStreamProperty extends GeneratedMessageV3 implements VideoStreamPropertyOrBuilder
Properties of the video stream.
Protobuf type google.cloud.video.livestream.v1.VideoStreamProperty
Static Fields
INDEX_FIELD_NUMBER
public static final int INDEX_FIELD_NUMBER
Field Value
public static final int VIDEO_FORMAT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static VideoStreamProperty getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static VideoStreamProperty.Builder newBuilder()
Returns
newBuilder(VideoStreamProperty prototype)
public static VideoStreamProperty.Builder newBuilder(VideoStreamProperty prototype)
Parameter
Returns
public static VideoStreamProperty parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static VideoStreamProperty parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static VideoStreamProperty parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VideoStreamProperty parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static VideoStreamProperty parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VideoStreamProperty parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static VideoStreamProperty parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static VideoStreamProperty parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static VideoStreamProperty parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static VideoStreamProperty parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static VideoStreamProperty parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VideoStreamProperty parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<VideoStreamProperty> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public VideoStreamProperty getDefaultInstanceForType()
Returns
getIndex()
Index of this video stream.
int32 index = 1;
Returns
Type | Description |
int | The index.
|
getParserForType()
public Parser<VideoStreamProperty> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public VideoFormat getVideoFormat()
Properties of the video format.
.google.cloud.video.livestream.v1.VideoFormat video_format = 2;
Returns
public VideoFormatOrBuilder getVideoFormatOrBuilder()
Properties of the video format.
.google.cloud.video.livestream.v1.VideoFormat video_format = 2;
Returns
public boolean hasVideoFormat()
Properties of the video format.
.google.cloud.video.livestream.v1.VideoFormat video_format = 2;
Returns
Type | Description |
boolean | Whether the videoFormat field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public VideoStreamProperty.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected VideoStreamProperty.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public VideoStreamProperty.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions