public interface InsightOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Insight.RecommendationReference |
getAssociatedRecommendations(int index)
Recommendations derived from this insight.
|
int |
getAssociatedRecommendationsCount()
Recommendations derived from this insight.
|
List<Insight.RecommendationReference> |
getAssociatedRecommendationsList()
Recommendations derived from this insight.
|
Insight.RecommendationReferenceOrBuilder |
getAssociatedRecommendationsOrBuilder(int index)
Recommendations derived from this insight.
|
List<? extends Insight.RecommendationReferenceOrBuilder> |
getAssociatedRecommendationsOrBuilderList()
Recommendations derived from this insight.
|
Insight.Category |
getCategory()
Category being targeted by the insight.
|
int |
getCategoryValue()
Category being targeted by the insight.
|
com.google.protobuf.Struct |
getContent()
A struct of custom fields to explain the insight.
|
com.google.protobuf.StructOrBuilder |
getContentOrBuilder()
A struct of custom fields to explain the insight.
|
String |
getDescription()
Free-form human readable summary in English.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Free-form human readable summary in English.
|
String |
getEtag()
Fingerprint of the Insight.
|
com.google.protobuf.ByteString |
getEtagBytes()
Fingerprint of the Insight.
|
String |
getInsightSubtype()
Insight subtype.
|
com.google.protobuf.ByteString |
getInsightSubtypeBytes()
Insight subtype.
|
com.google.protobuf.Timestamp |
getLastRefreshTime()
Timestamp of the latest data used to generate the insight.
|
com.google.protobuf.TimestampOrBuilder |
getLastRefreshTimeOrBuilder()
Timestamp of the latest data used to generate the insight.
|
String |
getName()
Name of the insight.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the insight.
|
com.google.protobuf.Duration |
getObservationPeriod()
Observation period that led to the insight.
|
com.google.protobuf.DurationOrBuilder |
getObservationPeriodOrBuilder()
Observation period that led to the insight.
|
Insight.Severity |
getSeverity()
Insight's severity.
|
int |
getSeverityValue()
Insight's severity.
|
InsightStateInfo |
getStateInfo()
Information state and metadata.
|
InsightStateInfoOrBuilder |
getStateInfoOrBuilder()
Information state and metadata.
|
String |
getTargetResources(int index)
Fully qualified resource names that this insight is targeting.
|
com.google.protobuf.ByteString |
getTargetResourcesBytes(int index)
Fully qualified resource names that this insight is targeting.
|
int |
getTargetResourcesCount()
Fully qualified resource names that this insight is targeting.
|
List<String> |
getTargetResourcesList()
Fully qualified resource names that this insight is targeting.
|
boolean |
hasContent()
A struct of custom fields to explain the insight.
|
boolean |
hasLastRefreshTime()
Timestamp of the latest data used to generate the insight.
|
boolean |
hasObservationPeriod()
Observation period that led to the insight.
|
boolean |
hasStateInfo()
Information state and metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the insight.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the insight.
string name = 1;String getDescription()
Free-form human readable summary in English. The maximum length is 500 characters.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
Free-form human readable summary in English. The maximum length is 500 characters.
string description = 2;List<String> getTargetResourcesList()
Fully qualified resource names that this insight is targeting.
repeated string target_resources = 9;int getTargetResourcesCount()
Fully qualified resource names that this insight is targeting.
repeated string target_resources = 9;String getTargetResources(int index)
Fully qualified resource names that this insight is targeting.
repeated string target_resources = 9;index - The index of the element to return.com.google.protobuf.ByteString getTargetResourcesBytes(int index)
Fully qualified resource names that this insight is targeting.
repeated string target_resources = 9;index - The index of the value to return.String getInsightSubtype()
Insight subtype. Insight content schema will be stable for a given subtype.
string insight_subtype = 10;com.google.protobuf.ByteString getInsightSubtypeBytes()
Insight subtype. Insight content schema will be stable for a given subtype.
string insight_subtype = 10;boolean hasContent()
A struct of custom fields to explain the insight. Example: "grantedPermissionsCount": "1000"
.google.protobuf.Struct content = 3;com.google.protobuf.Struct getContent()
A struct of custom fields to explain the insight. Example: "grantedPermissionsCount": "1000"
.google.protobuf.Struct content = 3;com.google.protobuf.StructOrBuilder getContentOrBuilder()
A struct of custom fields to explain the insight. Example: "grantedPermissionsCount": "1000"
.google.protobuf.Struct content = 3;boolean hasLastRefreshTime()
Timestamp of the latest data used to generate the insight.
.google.protobuf.Timestamp last_refresh_time = 4;com.google.protobuf.Timestamp getLastRefreshTime()
Timestamp of the latest data used to generate the insight.
.google.protobuf.Timestamp last_refresh_time = 4;com.google.protobuf.TimestampOrBuilder getLastRefreshTimeOrBuilder()
Timestamp of the latest data used to generate the insight.
.google.protobuf.Timestamp last_refresh_time = 4;boolean hasObservationPeriod()
Observation period that led to the insight. The source data used to generate the insight ends at last_refresh_time and begins at (last_refresh_time - observation_period).
.google.protobuf.Duration observation_period = 5;com.google.protobuf.Duration getObservationPeriod()
Observation period that led to the insight. The source data used to generate the insight ends at last_refresh_time and begins at (last_refresh_time - observation_period).
.google.protobuf.Duration observation_period = 5;com.google.protobuf.DurationOrBuilder getObservationPeriodOrBuilder()
Observation period that led to the insight. The source data used to generate the insight ends at last_refresh_time and begins at (last_refresh_time - observation_period).
.google.protobuf.Duration observation_period = 5;boolean hasStateInfo()
Information state and metadata.
.google.cloud.recommender.v1.InsightStateInfo state_info = 6;InsightStateInfo getStateInfo()
Information state and metadata.
.google.cloud.recommender.v1.InsightStateInfo state_info = 6;InsightStateInfoOrBuilder getStateInfoOrBuilder()
Information state and metadata.
.google.cloud.recommender.v1.InsightStateInfo state_info = 6;int getCategoryValue()
Category being targeted by the insight.
.google.cloud.recommender.v1.Insight.Category category = 7;Insight.Category getCategory()
Category being targeted by the insight.
.google.cloud.recommender.v1.Insight.Category category = 7;int getSeverityValue()
Insight's severity.
.google.cloud.recommender.v1.Insight.Severity severity = 15;Insight.Severity getSeverity()
Insight's severity.
.google.cloud.recommender.v1.Insight.Severity severity = 15;String getEtag()
Fingerprint of the Insight. Provides optimistic locking when updating states.
string etag = 11;com.google.protobuf.ByteString getEtagBytes()
Fingerprint of the Insight. Provides optimistic locking when updating states.
string etag = 11;List<Insight.RecommendationReference> getAssociatedRecommendationsList()
Recommendations derived from this insight.
repeated .google.cloud.recommender.v1.Insight.RecommendationReference associated_recommendations = 8;
Insight.RecommendationReference getAssociatedRecommendations(int index)
Recommendations derived from this insight.
repeated .google.cloud.recommender.v1.Insight.RecommendationReference associated_recommendations = 8;
int getAssociatedRecommendationsCount()
Recommendations derived from this insight.
repeated .google.cloud.recommender.v1.Insight.RecommendationReference associated_recommendations = 8;
List<? extends Insight.RecommendationReferenceOrBuilder> getAssociatedRecommendationsOrBuilderList()
Recommendations derived from this insight.
repeated .google.cloud.recommender.v1.Insight.RecommendationReference associated_recommendations = 8;
Insight.RecommendationReferenceOrBuilder getAssociatedRecommendationsOrBuilder(int index)
Recommendations derived from this insight.
repeated .google.cloud.recommender.v1.Insight.RecommendationReference associated_recommendations = 8;
Copyright © 2024 Google LLC. All rights reserved.