public static final class Api.FormatSpecsRequest extends com.google.protobuf.GeneratedMessageV3 implements Api.FormatSpecsRequestOrBuilder
/ Request to format spec filesProtobuf type
gauge.messages.FormatSpecsRequest
Modifier and Type | Class and Description |
---|---|
static class |
Api.FormatSpecsRequest.Builder
/ Request to format spec files
|
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 |
SPECS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Api.FormatSpecsRequest |
getDefaultInstance() |
Api.FormatSpecsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Api.FormatSpecsRequest> |
getParserForType() |
int |
getSerializedSize() |
String |
getSpecs(int index)
/ Specs to be formatted
|
com.google.protobuf.ByteString |
getSpecsBytes(int index)
/ Specs to be formatted
|
int |
getSpecsCount()
/ Specs to be formatted
|
com.google.protobuf.ProtocolStringList |
getSpecsList()
/ Specs to be formatted
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Api.FormatSpecsRequest.Builder |
newBuilder() |
static Api.FormatSpecsRequest.Builder |
newBuilder(Api.FormatSpecsRequest prototype) |
Api.FormatSpecsRequest.Builder |
newBuilderForType() |
protected Api.FormatSpecsRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Api.FormatSpecsRequest |
parseDelimitedFrom(InputStream input) |
static Api.FormatSpecsRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.FormatSpecsRequest |
parseFrom(byte[] data) |
static Api.FormatSpecsRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.FormatSpecsRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Api.FormatSpecsRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.FormatSpecsRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Api.FormatSpecsRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.FormatSpecsRequest |
parseFrom(InputStream input) |
static Api.FormatSpecsRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Api.FormatSpecsRequest> |
parser() |
Api.FormatSpecsRequest.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 SPECS_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 com.google.protobuf.ProtocolStringList getSpecsList()
/ Specs to be formatted
repeated string specs = 1;
getSpecsList
in interface Api.FormatSpecsRequestOrBuilder
public int getSpecsCount()
/ Specs to be formatted
repeated string specs = 1;
getSpecsCount
in interface Api.FormatSpecsRequestOrBuilder
public String getSpecs(int index)
/ Specs to be formatted
repeated string specs = 1;
getSpecs
in interface Api.FormatSpecsRequestOrBuilder
public com.google.protobuf.ByteString getSpecsBytes(int index)
/ Specs to be formatted
repeated string specs = 1;
getSpecsBytes
in interface Api.FormatSpecsRequestOrBuilder
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 Api.FormatSpecsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Api.FormatSpecsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Api.FormatSpecsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Api.FormatSpecsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Api.FormatSpecsRequest parseFrom(InputStream input) throws IOException
IOException
public static Api.FormatSpecsRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Api.FormatSpecsRequest parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Api.FormatSpecsRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Api.FormatSpecsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Api.FormatSpecsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Api.FormatSpecsRequest.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Api.FormatSpecsRequest.Builder newBuilder()
public static Api.FormatSpecsRequest.Builder newBuilder(Api.FormatSpecsRequest prototype)
public Api.FormatSpecsRequest.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Api.FormatSpecsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Api.FormatSpecsRequest getDefaultInstance()
public static com.google.protobuf.Parser<Api.FormatSpecsRequest> parser()
public com.google.protobuf.Parser<Api.FormatSpecsRequest> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Api.FormatSpecsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2017. All rights reserved.