Class Frames.Builder (0.65.0)

public static final class Frames.Builder extends GeneratedMessage.Builder<Frames.Builder> implements FramesOrBuilder

Collection of frame data.

Protobuf type google.cloud.migrationcenter.v1.Frames

Implements

FramesOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllFramesData(Iterable<? extends AssetFrame> values)

public Frames.Builder addAllFramesData(Iterable<? extends AssetFrame> values)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.migrationcenter.v1.AssetFrame>
Returns
Type Description
Frames.Builder

addFramesData(AssetFrame value)

public Frames.Builder addFramesData(AssetFrame value)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameter
Name Description
value AssetFrame
Returns
Type Description
Frames.Builder

addFramesData(AssetFrame.Builder builderForValue)

public Frames.Builder addFramesData(AssetFrame.Builder builderForValue)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameter
Name Description
builderForValue AssetFrame.Builder
Returns
Type Description
Frames.Builder

addFramesData(int index, AssetFrame value)

public Frames.Builder addFramesData(int index, AssetFrame value)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameters
Name Description
index int
value AssetFrame
Returns
Type Description
Frames.Builder

addFramesData(int index, AssetFrame.Builder builderForValue)

public Frames.Builder addFramesData(int index, AssetFrame.Builder builderForValue)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameters
Name Description
index int
builderForValue AssetFrame.Builder
Returns
Type Description
Frames.Builder

addFramesDataBuilder()

public AssetFrame.Builder addFramesDataBuilder()

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Returns
Type Description
AssetFrame.Builder

addFramesDataBuilder(int index)

public AssetFrame.Builder addFramesDataBuilder(int index)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameter
Name Description
index int
Returns
Type Description
AssetFrame.Builder

build()

public Frames build()
Returns
Type Description
Frames

buildPartial()

public Frames buildPartial()
Returns
Type Description
Frames

clear()

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

clearFramesData()

public Frames.Builder clearFramesData()

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Returns
Type Description
Frames.Builder

getDefaultInstanceForType()

public Frames getDefaultInstanceForType()
Returns
Type Description
Frames

getDescriptorForType()

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

getFramesData(int index)

public AssetFrame getFramesData(int index)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameter
Name Description
index int
Returns
Type Description
AssetFrame

getFramesDataBuilder(int index)

public AssetFrame.Builder getFramesDataBuilder(int index)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameter
Name Description
index int
Returns
Type Description
AssetFrame.Builder

getFramesDataBuilderList()

public List<AssetFrame.Builder> getFramesDataBuilderList()

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Returns
Type Description
List<Builder>

getFramesDataCount()

public int getFramesDataCount()

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Returns
Type Description
int

getFramesDataList()

public List<AssetFrame> getFramesDataList()

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Returns
Type Description
List<AssetFrame>

getFramesDataOrBuilder(int index)

public AssetFrameOrBuilder getFramesDataOrBuilder(int index)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameter
Name Description
index int
Returns
Type Description
AssetFrameOrBuilder

getFramesDataOrBuilderList()

public List<? extends AssetFrameOrBuilder> getFramesDataOrBuilderList()

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Returns
Type Description
List<? extends com.google.cloud.migrationcenter.v1.AssetFrameOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Frames other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeFramesData(int index)

public Frames.Builder removeFramesData(int index)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameter
Name Description
index int
Returns
Type Description
Frames.Builder

setFramesData(int index, AssetFrame value)

public Frames.Builder setFramesData(int index, AssetFrame value)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameters
Name Description
index int
value AssetFrame
Returns
Type Description
Frames.Builder

setFramesData(int index, AssetFrame.Builder builderForValue)

public Frames.Builder setFramesData(int index, AssetFrame.Builder builderForValue)

A repeated field of asset data.

repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;

Parameters
Name Description
index int
builderForValue AssetFrame.Builder
Returns
Type Description
Frames.Builder