Package gauge.messages
Class Messages.StepNamesResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Messages.StepNamesResponse.Builder>
gauge.messages.Messages.StepNamesResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Messages.StepNamesResponseOrBuilder,Cloneable
- Enclosing class:
- Messages.StepNamesResponse
public static final class Messages.StepNamesResponse.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Messages.StepNamesResponse.Builder>
implements Messages.StepNamesResponseOrBuilder
/ Response to StepNamesRequestProtobuf type
gauge.messages.StepNamesResponse-
Method Summary
Modifier and TypeMethodDescriptionaddAllSteps(Iterable<String> values) / Collection of strings corresponding to Step texts./ Collection of strings corresponding to Step texts.addStepsBytes(com.google.protobuf.ByteString value) / Collection of strings corresponding to Step texts.build()clear()/ Collection of strings corresponding to Step texts.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetSteps(int index) / Collection of strings corresponding to Step texts.com.google.protobuf.ByteStringgetStepsBytes(int index) / Collection of strings corresponding to Step texts.int/ Collection of strings corresponding to Step texts.com.google.protobuf.ProtocolStringList/ Collection of strings corresponding to Step texts.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) / Collection of strings corresponding to Step texts.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<Messages.StepNamesResponse.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<Messages.StepNamesResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<Messages.StepNamesResponse.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Messages.StepNamesResponse.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<Messages.StepNamesResponse.Builder>
-
mergeFrom
public Messages.StepNamesResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Messages.StepNamesResponse.Builder>- Throws:
IOException
-
getStepsList
public com.google.protobuf.ProtocolStringList getStepsList()/ Collection of strings corresponding to Step texts.
repeated string steps = 1;- Specified by:
getStepsListin interfaceMessages.StepNamesResponseOrBuilder- Returns:
- A list containing the steps.
-
getStepsCount
public int getStepsCount()/ Collection of strings corresponding to Step texts.
repeated string steps = 1;- Specified by:
getStepsCountin interfaceMessages.StepNamesResponseOrBuilder- Returns:
- The count of steps.
-
getSteps
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;- Specified by:
getStepsin interfaceMessages.StepNamesResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The steps at the given index.
-
getStepsBytes
public com.google.protobuf.ByteString getStepsBytes(int index) / Collection of strings corresponding to Step texts.
repeated string steps = 1;- Specified by:
getStepsBytesin interfaceMessages.StepNamesResponseOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the steps at the given index.
-
setSteps
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;- Parameters:
index- The index to set the value at.value- The steps to set.- Returns:
- This builder for chaining.
-
addSteps
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;- Parameters:
value- The steps to add.- Returns:
- This builder for chaining.
-
addAllSteps
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;- Parameters:
values- The steps to add.- Returns:
- This builder for chaining.
-
clearSteps
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;- Returns:
- This builder for chaining.
-
addStepsBytes
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;- Parameters:
value- The bytes of the steps to add.- Returns:
- This builder for chaining.
-