Interface FeatureStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureState
,FeatureState.Builder
public interface FeatureStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalysisMessage
getAnalysisMessages(int index)
Output only.int
getAnalysisMessagesCount()
Output only.List<AnalysisMessage>
getAnalysisMessagesList()
Output only.AnalysisMessageOrBuilder
getAnalysisMessagesOrBuilder(int index)
Output only.List<? extends AnalysisMessageOrBuilder>
getAnalysisMessagesOrBuilderList()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAnalysisMessagesList
List<AnalysisMessage> getAnalysisMessagesList()
Output only. Results of running Service Mesh analyzers.
repeated .google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessage analysis_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getAnalysisMessages
AnalysisMessage getAnalysisMessages(int index)
Output only. Results of running Service Mesh analyzers.
repeated .google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessage analysis_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getAnalysisMessagesCount
int getAnalysisMessagesCount()
Output only. Results of running Service Mesh analyzers.
repeated .google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessage analysis_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getAnalysisMessagesOrBuilderList
List<? extends AnalysisMessageOrBuilder> getAnalysisMessagesOrBuilderList()
Output only. Results of running Service Mesh analyzers.
repeated .google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessage analysis_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getAnalysisMessagesOrBuilder
AnalysisMessageOrBuilder getAnalysisMessagesOrBuilder(int index)
Output only. Results of running Service Mesh analyzers.
repeated .google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessage analysis_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-