Class GetLiveConfigRequest.Builder (0.83.0)

public static final class GetLiveConfigRequest.Builder extends GeneratedMessage.Builder<GetLiveConfigRequest.Builder> implements GetLiveConfigRequestOrBuilder

Request message for VideoStitcherService.getLiveConfig.

Protobuf type google.cloud.video.stitcher.v1.GetLiveConfigRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetLiveConfigRequest build()
Returns
Type Description
GetLiveConfigRequest

buildPartial()

public GetLiveConfigRequest buildPartial()
Returns
Type Description
GetLiveConfigRequest

clear()

public GetLiveConfigRequest.Builder clear()
Returns
Type Description
GetLiveConfigRequest.Builder
Overrides

clearName()

public GetLiveConfigRequest.Builder clearName()

Required. The name of the live config to be retrieved, in the form of projects/{project_number}/locations/{location}/liveConfigs/{id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetLiveConfigRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetLiveConfigRequest getDefaultInstanceForType()
Returns
Type Description
GetLiveConfigRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the live config to be retrieved, in the form of projects/{project_number}/locations/{location}/liveConfigs/{id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the live config to be retrieved, in the form of projects/{project_number}/locations/{location}/liveConfigs/{id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetLiveConfigRequest other)

public GetLiveConfigRequest.Builder mergeFrom(GetLiveConfigRequest other)
Parameter
Name Description
other GetLiveConfigRequest
Returns
Type Description
GetLiveConfigRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetLiveConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetLiveConfigRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetLiveConfigRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetLiveConfigRequest.Builder
Overrides

setName(String value)

public GetLiveConfigRequest.Builder setName(String value)

Required. The name of the live config to be retrieved, in the form of projects/{project_number}/locations/{location}/liveConfigs/{id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetLiveConfigRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetLiveConfigRequest.Builder setNameBytes(ByteString value)

Required. The name of the live config to be retrieved, in the form of projects/{project_number}/locations/{location}/liveConfigs/{id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetLiveConfigRequest.Builder

This builder for chaining.