Package com.google.cloud.asset.v1
Interface MoveImpactOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MoveImpact
,MoveImpact.Builder
public interface MoveImpactOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDetail()
User friendly impact detail in a free form message.com.google.protobuf.ByteString
getDetailBytes()
User friendly impact detail in a free form message.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDetail
String getDetail()
User friendly impact detail in a free form message.
string detail = 1;
- Returns:
- The detail.
-
getDetailBytes
com.google.protobuf.ByteString getDetailBytes()
User friendly impact detail in a free form message.
string detail = 1;
- Returns:
- The bytes for detail.
-
-