public interface ReliabilityProjectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getDetails()
Per-recommender projection.
|
com.google.protobuf.StructOrBuilder |
getDetailsOrBuilder()
Per-recommender projection.
|
ReliabilityProjection.RiskType |
getRisks(int index)
Reliability risks mitigated by this recommendation.
|
int |
getRisksCount()
Reliability risks mitigated by this recommendation.
|
List<ReliabilityProjection.RiskType> |
getRisksList()
Reliability risks mitigated by this recommendation.
|
int |
getRisksValue(int index)
Reliability risks mitigated by this recommendation.
|
List<Integer> |
getRisksValueList()
Reliability risks mitigated by this recommendation.
|
boolean |
hasDetails()
Per-recommender projection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ReliabilityProjection.RiskType> getRisksList()
Reliability risks mitigated by this recommendation.
repeated .google.cloud.recommender.v1.ReliabilityProjection.RiskType risks = 1;int getRisksCount()
Reliability risks mitigated by this recommendation.
repeated .google.cloud.recommender.v1.ReliabilityProjection.RiskType risks = 1;ReliabilityProjection.RiskType getRisks(int index)
Reliability risks mitigated by this recommendation.
repeated .google.cloud.recommender.v1.ReliabilityProjection.RiskType risks = 1;index - The index of the element to return.List<Integer> getRisksValueList()
Reliability risks mitigated by this recommendation.
repeated .google.cloud.recommender.v1.ReliabilityProjection.RiskType risks = 1;int getRisksValue(int index)
Reliability risks mitigated by this recommendation.
repeated .google.cloud.recommender.v1.ReliabilityProjection.RiskType risks = 1;index - The index of the value to return.boolean hasDetails()
Per-recommender projection.
.google.protobuf.Struct details = 2;com.google.protobuf.Struct getDetails()
Per-recommender projection.
.google.protobuf.Struct details = 2;com.google.protobuf.StructOrBuilder getDetailsOrBuilder()
Per-recommender projection.
.google.protobuf.Struct details = 2;Copyright © 2024 Google LLC. All rights reserved.