public final class GenericInsight extends GeneratedMessageV3 implements GenericInsightOrBuilder
A generic insight about an asset.
Protobuf type google.cloud.migrationcenter.v1.GenericInsight
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ADDITIONAL_INFORMATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DEFAULT_MESSAGE_FIELD_NUMBER
public static final int DEFAULT_MESSAGE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MESSAGE_ID_FIELD_NUMBER
public static final int MESSAGE_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GenericInsight getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GenericInsight.Builder newBuilder()
newBuilder(GenericInsight prototype)
public static GenericInsight.Builder newBuilder(GenericInsight prototype)
public static GenericInsight parseDelimitedFrom(InputStream input)
public static GenericInsight parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GenericInsight parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenericInsight parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GenericInsight parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenericInsight parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenericInsight parseFrom(CodedInputStream input)
public static GenericInsight parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenericInsight parseFrom(InputStream input)
public static GenericInsight parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GenericInsight parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenericInsight parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GenericInsight> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public String getAdditionalInformation(int index)
Output only. Additional information about the insight, each entry can be a
logical entry and must make sense if it is displayed with line breaks
between each entry. Text can contain md style links.
repeated string additional_information = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The additionalInformation at the given index.
|
public ByteString getAdditionalInformationBytes(int index)
Output only. Additional information about the insight, each entry can be a
logical entry and must make sense if it is displayed with line breaks
between each entry. Text can contain md style links.
repeated string additional_information = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the additionalInformation at the given index.
|
public int getAdditionalInformationCount()
Output only. Additional information about the insight, each entry can be a
logical entry and must make sense if it is displayed with line breaks
between each entry. Text can contain md style links.
repeated string additional_information = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
The count of additionalInformation.
|
public ProtocolStringList getAdditionalInformationList()
Output only. Additional information about the insight, each entry can be a
logical entry and must make sense if it is displayed with line breaks
between each entry. Text can contain md style links.
repeated string additional_information = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public GenericInsight getDefaultInstanceForType()
getDefaultMessage()
public String getDefaultMessage()
Output only. In case message_code is not yet known by the client
default_message will be the message to be used instead.
string default_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The defaultMessage.
|
getDefaultMessageBytes()
public ByteString getDefaultMessageBytes()
Output only. In case message_code is not yet known by the client
default_message will be the message to be used instead.
string default_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for defaultMessage.
|
getMessageId()
public long getMessageId()
Output only. Represents a globally unique message id for
this insight, can be used for localization purposes, in case message_code
is not yet known by the client use default_message instead.
int64 message_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
long |
The messageId.
|
getParserForType()
public Parser<GenericInsight> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GenericInsight.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenericInsight.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public GenericInsight.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides