Send feedback
Class GenericInsight (0.35.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.35.0 keyboard_arrow_down
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]