public final class ReliabilityProjection extends com.google.protobuf.GeneratedMessageV3 implements ReliabilityProjectionOrBuilder
Contains information on the impact of a reliability recommendation.Protobuf type
google.cloud.recommender.v1.ReliabilityProjection| Modifier and Type | Class and Description |
|---|---|
static class |
ReliabilityProjection.Builder
Contains information on the impact of a reliability recommendation.
|
static class |
ReliabilityProjection.RiskType
The risk associated with the reliability issue.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DETAILS_FIELD_NUMBER |
static int |
RISKS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ReliabilityProjection |
getDefaultInstance() |
ReliabilityProjection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Struct |
getDetails()
Per-recommender projection.
|
com.google.protobuf.StructOrBuilder |
getDetailsOrBuilder()
Per-recommender projection.
|
com.google.protobuf.Parser<ReliabilityProjection> |
getParserForType() |
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.
|
int |
getSerializedSize() |
boolean |
hasDetails()
Per-recommender projection.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ReliabilityProjection.Builder |
newBuilder() |
static ReliabilityProjection.Builder |
newBuilder(ReliabilityProjection prototype) |
ReliabilityProjection.Builder |
newBuilderForType() |
protected ReliabilityProjection.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ReliabilityProjection |
parseDelimitedFrom(InputStream input) |
static ReliabilityProjection |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReliabilityProjection |
parseFrom(byte[] data) |
static ReliabilityProjection |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReliabilityProjection |
parseFrom(ByteBuffer data) |
static ReliabilityProjection |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReliabilityProjection |
parseFrom(com.google.protobuf.ByteString data) |
static ReliabilityProjection |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReliabilityProjection |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ReliabilityProjection |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReliabilityProjection |
parseFrom(InputStream input) |
static ReliabilityProjection |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ReliabilityProjection> |
parser() |
ReliabilityProjection.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int RISKS_FIELD_NUMBER
public static final int DETAILS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<ReliabilityProjection.RiskType> getRisksList()
Reliability risks mitigated by this recommendation.
repeated .google.cloud.recommender.v1.ReliabilityProjection.RiskType risks = 1;getRisksList in interface ReliabilityProjectionOrBuilderpublic int getRisksCount()
Reliability risks mitigated by this recommendation.
repeated .google.cloud.recommender.v1.ReliabilityProjection.RiskType risks = 1;getRisksCount in interface ReliabilityProjectionOrBuilderpublic ReliabilityProjection.RiskType getRisks(int index)
Reliability risks mitigated by this recommendation.
repeated .google.cloud.recommender.v1.ReliabilityProjection.RiskType risks = 1;getRisks in interface ReliabilityProjectionOrBuilderindex - The index of the element to return.public List<Integer> getRisksValueList()
Reliability risks mitigated by this recommendation.
repeated .google.cloud.recommender.v1.ReliabilityProjection.RiskType risks = 1;getRisksValueList in interface ReliabilityProjectionOrBuilderpublic int getRisksValue(int index)
Reliability risks mitigated by this recommendation.
repeated .google.cloud.recommender.v1.ReliabilityProjection.RiskType risks = 1;getRisksValue in interface ReliabilityProjectionOrBuilderindex - The index of the value to return.public boolean hasDetails()
Per-recommender projection.
.google.protobuf.Struct details = 2;hasDetails in interface ReliabilityProjectionOrBuilderpublic com.google.protobuf.Struct getDetails()
Per-recommender projection.
.google.protobuf.Struct details = 2;getDetails in interface ReliabilityProjectionOrBuilderpublic com.google.protobuf.StructOrBuilder getDetailsOrBuilder()
Per-recommender projection.
.google.protobuf.Struct details = 2;getDetailsOrBuilder in interface ReliabilityProjectionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ReliabilityProjection parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReliabilityProjection parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReliabilityProjection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReliabilityProjection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReliabilityProjection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReliabilityProjection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReliabilityProjection parseFrom(InputStream input) throws IOException
IOExceptionpublic static ReliabilityProjection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReliabilityProjection parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ReliabilityProjection parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReliabilityProjection parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ReliabilityProjection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ReliabilityProjection.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ReliabilityProjection.Builder newBuilder()
public static ReliabilityProjection.Builder newBuilder(ReliabilityProjection prototype)
public ReliabilityProjection.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ReliabilityProjection.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ReliabilityProjection getDefaultInstance()
public static com.google.protobuf.Parser<ReliabilityProjection> parser()
public com.google.protobuf.Parser<ReliabilityProjection> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ReliabilityProjection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.