Class MoveImpact.Builder (3.87.0)

public static final class MoveImpact.Builder extends GeneratedMessage.Builder<MoveImpact.Builder> implements MoveImpactOrBuilder

A message to group impacts of moving the target resource.

Protobuf type google.cloud.asset.v1.MoveImpact

Implements

MoveImpactOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public MoveImpact build()
Returns
Type Description
MoveImpact

buildPartial()

public MoveImpact buildPartial()
Returns
Type Description
MoveImpact

clear()

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

clearDetail()

public MoveImpact.Builder clearDetail()

User friendly impact detail in a free form message.

string detail = 1;

Returns
Type Description
MoveImpact.Builder

This builder for chaining.

getDefaultInstanceForType()

public MoveImpact getDefaultInstanceForType()
Returns
Type Description
MoveImpact

getDescriptorForType()

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

getDetail()

public String getDetail()

User friendly impact detail in a free form message.

string detail = 1;

Returns
Type Description
String

The detail.

getDetailBytes()

public ByteString getDetailBytes()

User friendly impact detail in a free form message.

string detail = 1;

Returns
Type Description
ByteString

The bytes for detail.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MoveImpact other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDetail(String value)

public MoveImpact.Builder setDetail(String value)

User friendly impact detail in a free form message.

string detail = 1;

Parameter
Name Description
value String

The detail to set.

Returns
Type Description
MoveImpact.Builder

This builder for chaining.

setDetailBytes(ByteString value)

public MoveImpact.Builder setDetailBytes(ByteString value)

User friendly impact detail in a free form message.

string detail = 1;

Parameter
Name Description
value ByteString

The bytes for detail to set.

Returns
Type Description
MoveImpact.Builder

This builder for chaining.