- 0.55.0 (latest)
- 0.54.0
- 0.53.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.8
- 0.3.0
public static final class Input.Builder extends GeneratedMessageV3.Builder<Input.Builder> implements InputOrBuilder
Input resource represents the endpoint from which the channel ingests the input stream.
Protobuf type google.cloud.video.livestream.v1.Input
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Input.BuilderImplements
InputOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Input.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Input.Builder |
build()
public Input build()
Type | Description |
Input |
buildPartial()
public Input buildPartial()
Type | Description |
Input |
clear()
public Input.Builder clear()
Type | Description |
Input.Builder |
clearCreateTime()
public Input.Builder clearCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Input.Builder |
clearField(Descriptors.FieldDescriptor field)
public Input.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Input.Builder |
clearInputStreamProperty()
public Input.Builder clearInputStreamProperty()
Output only. The information for the input stream. This field will be present only when this input receives the input stream.
.google.cloud.video.livestream.v1.InputStreamProperty input_stream_property = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Input.Builder |
clearLabels()
public Input.Builder clearLabels()
Type | Description |
Input.Builder |
clearName()
public Input.Builder clearName()
The resource name of the input, in the form of:
projects/{project}/locations/{location}/inputs/{inputId}
.
string name = 1;
Type | Description |
Input.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Input.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Input.Builder |
clearPreprocessingConfig()
public Input.Builder clearPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.livestream.v1.PreprocessingConfig preprocessing_config = 9;
Type | Description |
Input.Builder |
clearSecurityRules()
public Input.Builder clearSecurityRules()
Security rule for access control.
.google.cloud.video.livestream.v1.Input.SecurityRule security_rules = 12;
Type | Description |
Input.Builder |
clearTier()
public Input.Builder clearTier()
Tier defines the maximum input specification that is accepted by the
video pipeline. The billing is charged based on the tier specified here.
See Pricing for more detail.
The default is HD
.
.google.cloud.video.livestream.v1.Input.Tier tier = 14;
Type | Description |
Input.Builder | This builder for chaining. |
clearType()
public Input.Builder clearType()
Source type.
.google.cloud.video.livestream.v1.Input.Type type = 5;
Type | Description |
Input.Builder | This builder for chaining. |
clearUpdateTime()
public Input.Builder clearUpdateTime()
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Input.Builder |
clearUri()
public Input.Builder clearUri()
Output only. URI to push the input stream to. Its format depends on the input type, for example:
RTMP_PUSH
:rtmp://1.2.3.4/live/{STREAM-ID}
SRT_PUSH
:srt://1.2.3.4:4201?streamid={STREAM-ID}
string uri = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Input.Builder | This builder for chaining. |
clone()
public Input.Builder clone()
Type | Description |
Input.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
key | String |
Type | Description |
boolean |
getCreateTime()
public Timestamp getCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public Input getDefaultInstanceForType()
Type | Description |
Input |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getInputStreamProperty()
public InputStreamProperty getInputStreamProperty()
Output only. The information for the input stream. This field will be present only when this input receives the input stream.
.google.cloud.video.livestream.v1.InputStreamProperty input_stream_property = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
InputStreamProperty | The inputStreamProperty. |
getInputStreamPropertyBuilder()
public InputStreamProperty.Builder getInputStreamPropertyBuilder()
Output only. The information for the input stream. This field will be present only when this input receives the input stream.
.google.cloud.video.livestream.v1.InputStreamProperty input_stream_property = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
InputStreamProperty.Builder |
getInputStreamPropertyOrBuilder()
public InputStreamPropertyOrBuilder getInputStreamPropertyOrBuilder()
Output only. The information for the input stream. This field will be present only when this input receives the input stream.
.google.cloud.video.livestream.v1.InputStreamProperty input_stream_property = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
InputStreamPropertyOrBuilder |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
User-defined key/value metadata.
map<string, string> labels = 4;
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
User-defined key/value metadata.
map<string, string> labels = 4;
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
key | String |
Type | Description |
String |
getMutableLabels()
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getName()
public String getName()
The resource name of the input, in the form of:
projects/{project}/locations/{location}/inputs/{inputId}
.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The resource name of the input, in the form of:
projects/{project}/locations/{location}/inputs/{inputId}
.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getPreprocessingConfig()
public PreprocessingConfig getPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.livestream.v1.PreprocessingConfig preprocessing_config = 9;
Type | Description |
PreprocessingConfig | The preprocessingConfig. |
getPreprocessingConfigBuilder()
public PreprocessingConfig.Builder getPreprocessingConfigBuilder()
Preprocessing configurations.
.google.cloud.video.livestream.v1.PreprocessingConfig preprocessing_config = 9;
Type | Description |
PreprocessingConfig.Builder |
getPreprocessingConfigOrBuilder()
public PreprocessingConfigOrBuilder getPreprocessingConfigOrBuilder()
Preprocessing configurations.
.google.cloud.video.livestream.v1.PreprocessingConfig preprocessing_config = 9;
Type | Description |
PreprocessingConfigOrBuilder |
getSecurityRules()
public Input.SecurityRule getSecurityRules()
Security rule for access control.
.google.cloud.video.livestream.v1.Input.SecurityRule security_rules = 12;
Type | Description |
Input.SecurityRule | The securityRules. |
getSecurityRulesBuilder()
public Input.SecurityRule.Builder getSecurityRulesBuilder()
Security rule for access control.
.google.cloud.video.livestream.v1.Input.SecurityRule security_rules = 12;
Type | Description |
Input.SecurityRule.Builder |
getSecurityRulesOrBuilder()
public Input.SecurityRuleOrBuilder getSecurityRulesOrBuilder()
Security rule for access control.
.google.cloud.video.livestream.v1.Input.SecurityRule security_rules = 12;
Type | Description |
Input.SecurityRuleOrBuilder |
getTier()
public Input.Tier getTier()
Tier defines the maximum input specification that is accepted by the
video pipeline. The billing is charged based on the tier specified here.
See Pricing for more detail.
The default is HD
.
.google.cloud.video.livestream.v1.Input.Tier tier = 14;
Type | Description |
Input.Tier | The tier. |
getTierValue()
public int getTierValue()
Tier defines the maximum input specification that is accepted by the
video pipeline. The billing is charged based on the tier specified here.
See Pricing for more detail.
The default is HD
.
.google.cloud.video.livestream.v1.Input.Tier tier = 14;
Type | Description |
int | The enum numeric value on the wire for tier. |
getType()
public Input.Type getType()
Source type.
.google.cloud.video.livestream.v1.Input.Type type = 5;
Type | Description |
Input.Type | The type. |
getTypeValue()
public int getTypeValue()
Source type.
.google.cloud.video.livestream.v1.Input.Type type = 5;
Type | Description |
int | The enum numeric value on the wire for type. |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getUri()
public String getUri()
Output only. URI to push the input stream to. Its format depends on the input type, for example:
RTMP_PUSH
:rtmp://1.2.3.4/live/{STREAM-ID}
SRT_PUSH
:srt://1.2.3.4:4201?streamid={STREAM-ID}
string uri = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The uri. |
getUriBytes()
public ByteString getUriBytes()
Output only. URI to push the input stream to. Its format depends on the input type, for example:
RTMP_PUSH
:rtmp://1.2.3.4/live/{STREAM-ID}
SRT_PUSH
:srt://1.2.3.4:4201?streamid={STREAM-ID}
string uri = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for uri. |
hasCreateTime()
public boolean hasCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the createTime field is set. |
hasInputStreamProperty()
public boolean hasInputStreamProperty()
Output only. The information for the input stream. This field will be present only when this input receives the input stream.
.google.cloud.video.livestream.v1.InputStreamProperty input_stream_property = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the inputStreamProperty field is set. |
hasPreprocessingConfig()
public boolean hasPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.livestream.v1.PreprocessingConfig preprocessing_config = 9;
Type | Description |
boolean | Whether the preprocessingConfig field is set. |
hasSecurityRules()
public boolean hasSecurityRules()
Security rule for access control.
.google.cloud.video.livestream.v1.Input.SecurityRule security_rules = 12;
Type | Description |
boolean | Whether the securityRules field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public Input.Builder mergeCreateTime(Timestamp value)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Input.Builder |
mergeFrom(Input other)
public Input.Builder mergeFrom(Input other)
Name | Description |
other | Input |
Type | Description |
Input.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Input.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Input.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Input.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Input.Builder |
mergeInputStreamProperty(InputStreamProperty value)
public Input.Builder mergeInputStreamProperty(InputStreamProperty value)
Output only. The information for the input stream. This field will be present only when this input receives the input stream.
.google.cloud.video.livestream.v1.InputStreamProperty input_stream_property = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | InputStreamProperty |
Type | Description |
Input.Builder |
mergePreprocessingConfig(PreprocessingConfig value)
public Input.Builder mergePreprocessingConfig(PreprocessingConfig value)
Preprocessing configurations.
.google.cloud.video.livestream.v1.PreprocessingConfig preprocessing_config = 9;
Name | Description |
value | PreprocessingConfig |
Type | Description |
Input.Builder |
mergeSecurityRules(Input.SecurityRule value)
public Input.Builder mergeSecurityRules(Input.SecurityRule value)
Security rule for access control.
.google.cloud.video.livestream.v1.Input.SecurityRule security_rules = 12;
Name | Description |
value | Input.SecurityRule |
Type | Description |
Input.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Input.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Input.Builder |
mergeUpdateTime(Timestamp value)
public Input.Builder mergeUpdateTime(Timestamp value)
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Input.Builder |
putAllLabels(Map<String,String> values)
public Input.Builder putAllLabels(Map<String,String> values)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
values | Map<String,String> |
Type | Description |
Input.Builder |
putLabels(String key, String value)
public Input.Builder putLabels(String key, String value)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
key | String |
value | String |
Type | Description |
Input.Builder |
removeLabels(String key)
public Input.Builder removeLabels(String key)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
key | String |
Type | Description |
Input.Builder |
setCreateTime(Timestamp value)
public Input.Builder setCreateTime(Timestamp value)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Input.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public Input.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Builder |
Type | Description |
Input.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Input.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Input.Builder |
setInputStreamProperty(InputStreamProperty value)
public Input.Builder setInputStreamProperty(InputStreamProperty value)
Output only. The information for the input stream. This field will be present only when this input receives the input stream.
.google.cloud.video.livestream.v1.InputStreamProperty input_stream_property = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | InputStreamProperty |
Type | Description |
Input.Builder |
setInputStreamProperty(InputStreamProperty.Builder builderForValue)
public Input.Builder setInputStreamProperty(InputStreamProperty.Builder builderForValue)
Output only. The information for the input stream. This field will be present only when this input receives the input stream.
.google.cloud.video.livestream.v1.InputStreamProperty input_stream_property = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | InputStreamProperty.Builder |
Type | Description |
Input.Builder |
setName(String value)
public Input.Builder setName(String value)
The resource name of the input, in the form of:
projects/{project}/locations/{location}/inputs/{inputId}
.
string name = 1;
Name | Description |
value | String The name to set. |
Type | Description |
Input.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Input.Builder setNameBytes(ByteString value)
The resource name of the input, in the form of:
projects/{project}/locations/{location}/inputs/{inputId}
.
string name = 1;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
Input.Builder | This builder for chaining. |
setPreprocessingConfig(PreprocessingConfig value)
public Input.Builder setPreprocessingConfig(PreprocessingConfig value)
Preprocessing configurations.
.google.cloud.video.livestream.v1.PreprocessingConfig preprocessing_config = 9;
Name | Description |
value | PreprocessingConfig |
Type | Description |
Input.Builder |
setPreprocessingConfig(PreprocessingConfig.Builder builderForValue)
public Input.Builder setPreprocessingConfig(PreprocessingConfig.Builder builderForValue)
Preprocessing configurations.
.google.cloud.video.livestream.v1.PreprocessingConfig preprocessing_config = 9;
Name | Description |
builderForValue | PreprocessingConfig.Builder |
Type | Description |
Input.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Input.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Input.Builder |
setSecurityRules(Input.SecurityRule value)
public Input.Builder setSecurityRules(Input.SecurityRule value)
Security rule for access control.
.google.cloud.video.livestream.v1.Input.SecurityRule security_rules = 12;
Name | Description |
value | Input.SecurityRule |
Type | Description |
Input.Builder |
setSecurityRules(Input.SecurityRule.Builder builderForValue)
public Input.Builder setSecurityRules(Input.SecurityRule.Builder builderForValue)
Security rule for access control.
.google.cloud.video.livestream.v1.Input.SecurityRule security_rules = 12;
Name | Description |
builderForValue | Input.SecurityRule.Builder |
Type | Description |
Input.Builder |
setTier(Input.Tier value)
public Input.Builder setTier(Input.Tier value)
Tier defines the maximum input specification that is accepted by the
video pipeline. The billing is charged based on the tier specified here.
See Pricing for more detail.
The default is HD
.
.google.cloud.video.livestream.v1.Input.Tier tier = 14;
Name | Description |
value | Input.Tier The tier to set. |
Type | Description |
Input.Builder | This builder for chaining. |
setTierValue(int value)
public Input.Builder setTierValue(int value)
Tier defines the maximum input specification that is accepted by the
video pipeline. The billing is charged based on the tier specified here.
See Pricing for more detail.
The default is HD
.
.google.cloud.video.livestream.v1.Input.Tier tier = 14;
Name | Description |
value | int The enum numeric value on the wire for tier to set. |
Type | Description |
Input.Builder | This builder for chaining. |
setType(Input.Type value)
public Input.Builder setType(Input.Type value)
Source type.
.google.cloud.video.livestream.v1.Input.Type type = 5;
Name | Description |
value | Input.Type The type to set. |
Type | Description |
Input.Builder | This builder for chaining. |
setTypeValue(int value)
public Input.Builder setTypeValue(int value)
Source type.
.google.cloud.video.livestream.v1.Input.Type type = 5;
Name | Description |
value | int The enum numeric value on the wire for type to set. |
Type | Description |
Input.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Input.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Input.Builder |
setUpdateTime(Timestamp value)
public Input.Builder setUpdateTime(Timestamp value)
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Input.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public Input.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Builder |
Type | Description |
Input.Builder |
setUri(String value)
public Input.Builder setUri(String value)
Output only. URI to push the input stream to. Its format depends on the input type, for example:
RTMP_PUSH
:rtmp://1.2.3.4/live/{STREAM-ID}
SRT_PUSH
:srt://1.2.3.4:4201?streamid={STREAM-ID}
string uri = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The uri to set. |
Type | Description |
Input.Builder | This builder for chaining. |
setUriBytes(ByteString value)
public Input.Builder setUriBytes(ByteString value)
Output only. URI to push the input stream to. Its format depends on the input type, for example:
RTMP_PUSH
:rtmp://1.2.3.4/live/{STREAM-ID}
SRT_PUSH
:srt://1.2.3.4:4201?streamid={STREAM-ID}
string uri = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for uri to set. |
Type | Description |
Input.Builder | This builder for chaining. |