- 3.55.0 (latest)
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.2-SNAPSHOT
- 3.6.0
- 3.4.1
- 3.3.1
- 3.2.17
public static final class MoveImpact.Builder extends GeneratedMessageV3.Builder<MoveImpact.Builder> implements MoveImpactOrBuilder
A message to group impacts of moving the target resource.
Protobuf type google.cloud.asset.v1.MoveImpact
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MoveImpact.BuilderImplements
MoveImpactOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MoveImpact.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
MoveImpact.Builder |
build()
public MoveImpact build()
Type | Description |
MoveImpact |
buildPartial()
public MoveImpact buildPartial()
Type | Description |
MoveImpact |
clear()
public MoveImpact.Builder clear()
Type | Description |
MoveImpact.Builder |
clearDetail()
public MoveImpact.Builder clearDetail()
User friendly impact detail in a free form message.
string detail = 1;
Type | Description |
MoveImpact.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public MoveImpact.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
MoveImpact.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public MoveImpact.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
MoveImpact.Builder |
clone()
public MoveImpact.Builder clone()
Type | Description |
MoveImpact.Builder |
getDefaultInstanceForType()
public MoveImpact getDefaultInstanceForType()
Type | Description |
MoveImpact |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDetail()
public String getDetail()
User friendly impact detail in a free form message.
string detail = 1;
Type | Description |
String | The detail. |
getDetailBytes()
public ByteString getDetailBytes()
User friendly impact detail in a free form message.
string detail = 1;
Type | Description |
ByteString | The bytes for detail. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(MoveImpact other)
public MoveImpact.Builder mergeFrom(MoveImpact other)
Name | Description |
other | MoveImpact |
Type | Description |
MoveImpact.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MoveImpact.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MoveImpact.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public MoveImpact.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
MoveImpact.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MoveImpact.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
MoveImpact.Builder |
setDetail(String value)
public MoveImpact.Builder setDetail(String value)
User friendly impact detail in a free form message.
string detail = 1;
Name | Description |
value | String The detail to set. |
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;
Name | Description |
value | ByteString The bytes for detail to set. |
Type | Description |
MoveImpact.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public MoveImpact.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
MoveImpact.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MoveImpact.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
MoveImpact.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final MoveImpact.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
MoveImpact.Builder |