public interface FeatureStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.