Class DeleteLiveConfigRequest.Builder (0.83.0)

public static final class DeleteLiveConfigRequest.Builder extends GeneratedMessage.Builder<DeleteLiveConfigRequest.Builder> implements DeleteLiveConfigRequestOrBuilder

Request message for VideoStitcherService.deleteLiveConfig.

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

Static Methods

getDescriptor()

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

Methods

build()

public DeleteLiveConfigRequest build()
Returns
Type Description
DeleteLiveConfigRequest

buildPartial()

public DeleteLiveConfigRequest buildPartial()
Returns
Type Description
DeleteLiveConfigRequest

clear()

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

clearName()

public DeleteLiveConfigRequest.Builder clearName()

Required. The name of the live config to be deleted, 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
DeleteLiveConfigRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteLiveConfigRequest getDefaultInstanceForType()
Returns
Type Description
DeleteLiveConfigRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the live config to be deleted, 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 deleted, 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(DeleteLiveConfigRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteLiveConfigRequest.Builder setName(String value)

Required. The name of the live config to be deleted, 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
DeleteLiveConfigRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteLiveConfigRequest.Builder setNameBytes(ByteString value)

Required. The name of the live config to be deleted, 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
DeleteLiveConfigRequest.Builder

This builder for chaining.