public static final class Spec.ProtoStepValue extends com.google.protobuf.GeneratedMessageV3 implements Spec.ProtoStepValueOrBuilder
/ A proto object representing a Step value.Protobuf type
gauge.messages.ProtoStepValue
Modifier and Type | Class and Description |
---|---|
static class |
Spec.ProtoStepValue.Builder
/ A proto object representing a Step value.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
PARAMETERIZEDSTEPVALUE_FIELD_NUMBER |
static int |
PARAMETERS_FIELD_NUMBER |
static int |
STEPVALUE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Spec.ProtoStepValue |
getDefaultInstance() |
Spec.ProtoStepValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getParameterizedStepValue()
/ The parameterized string value describing he Step.
|
com.google.protobuf.ByteString |
getParameterizedStepValueBytes()
/ The parameterized string value describing he Step.
|
String |
getParameters(int index)
/ A collection of strings representing the parameters.
|
com.google.protobuf.ByteString |
getParametersBytes(int index)
/ A collection of strings representing the parameters.
|
int |
getParametersCount()
/ A collection of strings representing the parameters.
|
com.google.protobuf.ProtocolStringList |
getParametersList()
/ A collection of strings representing the parameters.
|
com.google.protobuf.Parser<Spec.ProtoStepValue> |
getParserForType() |
int |
getSerializedSize() |
String |
getStepValue()
/ The actual string value describing he Step
|
com.google.protobuf.ByteString |
getStepValueBytes()
/ The actual string value describing he Step
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Spec.ProtoStepValue.Builder |
newBuilder() |
static Spec.ProtoStepValue.Builder |
newBuilder(Spec.ProtoStepValue prototype) |
Spec.ProtoStepValue.Builder |
newBuilderForType() |
protected Spec.ProtoStepValue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Spec.ProtoStepValue |
parseDelimitedFrom(InputStream input) |
static Spec.ProtoStepValue |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Spec.ProtoStepValue |
parseFrom(byte[] data) |
static Spec.ProtoStepValue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Spec.ProtoStepValue |
parseFrom(com.google.protobuf.ByteString data) |
static Spec.ProtoStepValue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Spec.ProtoStepValue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Spec.ProtoStepValue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Spec.ProtoStepValue |
parseFrom(InputStream input) |
static Spec.ProtoStepValue |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Spec.ProtoStepValue> |
parser() |
Spec.ProtoStepValue.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int STEPVALUE_FIELD_NUMBER
public static final int PARAMETERIZEDSTEPVALUE_FIELD_NUMBER
public static final int PARAMETERS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public String getStepValue()
/ The actual string value describing he Step
optional string stepValue = 1;
getStepValue
in interface Spec.ProtoStepValueOrBuilder
public com.google.protobuf.ByteString getStepValueBytes()
/ The actual string value describing he Step
optional string stepValue = 1;
getStepValueBytes
in interface Spec.ProtoStepValueOrBuilder
public String getParameterizedStepValue()
/ The parameterized string value describing he Step. The parameters are replaced with placeholders.
optional string parameterizedStepValue = 2;
getParameterizedStepValue
in interface Spec.ProtoStepValueOrBuilder
public com.google.protobuf.ByteString getParameterizedStepValueBytes()
/ The parameterized string value describing he Step. The parameters are replaced with placeholders.
optional string parameterizedStepValue = 2;
getParameterizedStepValueBytes
in interface Spec.ProtoStepValueOrBuilder
public com.google.protobuf.ProtocolStringList getParametersList()
/ A collection of strings representing the parameters.
repeated string parameters = 3;
getParametersList
in interface Spec.ProtoStepValueOrBuilder
public int getParametersCount()
/ A collection of strings representing the parameters.
repeated string parameters = 3;
getParametersCount
in interface Spec.ProtoStepValueOrBuilder
public String getParameters(int index)
/ A collection of strings representing the parameters.
repeated string parameters = 3;
getParameters
in interface Spec.ProtoStepValueOrBuilder
public com.google.protobuf.ByteString getParametersBytes(int index)
/ A collection of strings representing the parameters.
repeated string parameters = 3;
getParametersBytes
in interface Spec.ProtoStepValueOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Spec.ProtoStepValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Spec.ProtoStepValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Spec.ProtoStepValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Spec.ProtoStepValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Spec.ProtoStepValue parseFrom(InputStream input) throws IOException
IOException
public static Spec.ProtoStepValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Spec.ProtoStepValue parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Spec.ProtoStepValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Spec.ProtoStepValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Spec.ProtoStepValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Spec.ProtoStepValue.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Spec.ProtoStepValue.Builder newBuilder()
public static Spec.ProtoStepValue.Builder newBuilder(Spec.ProtoStepValue prototype)
public Spec.ProtoStepValue.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Spec.ProtoStepValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Spec.ProtoStepValue getDefaultInstance()
public static com.google.protobuf.Parser<Spec.ProtoStepValue> parser()
public com.google.protobuf.Parser<Spec.ProtoStepValue> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Spec.ProtoStepValue getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2017. All rights reserved.