public interface GuideStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getShow()
Whether or not to display the getting started guide.
|
com.google.protobuf.Struct |
getSteps()
Progress information about individual steps in the guide.
|
com.google.protobuf.StructOrBuilder |
getStepsOrBuilder()
Progress information about individual steps in the guide.
|
boolean |
hasSteps()
Progress information about individual steps in the guide.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getShow()
Whether or not to display the getting started guide.
bool show = 1 [json_name = "show"];boolean hasSteps()
Progress information about individual steps in the guide.
.google.protobuf.Struct steps = 2 [json_name = "steps"];com.google.protobuf.Struct getSteps()
Progress information about individual steps in the guide.
.google.protobuf.Struct steps = 2 [json_name = "steps"];com.google.protobuf.StructOrBuilder getStepsOrBuilder()
Progress information about individual steps in the guide.
.google.protobuf.Struct steps = 2 [json_name = "steps"];Copyright © 2023. All rights reserved.