public static final class QualityProfiles.SearchWsResponse extends com.google.protobuf.GeneratedMessage implements QualityProfiles.SearchWsResponseOrBuilder
sonarqube.ws.qualityprofiles.SearchWsResponse
WS api/qualityprofiles/search
Modifier and Type | Class and Description |
---|---|
static class |
QualityProfiles.SearchWsResponse.Builder
Protobuf type
sonarqube.ws.qualityprofiles.SearchWsResponse |
static class |
QualityProfiles.SearchWsResponse.QualityProfile
Protobuf type
sonarqube.ws.qualityprofiles.SearchWsResponse.QualityProfile |
static interface |
QualityProfiles.SearchWsResponse.QualityProfileOrBuilder |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<QualityProfiles.SearchWsResponse> |
PARSER
Deprecated.
|
static int |
PROFILES_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static QualityProfiles.SearchWsResponse |
getDefaultInstance() |
QualityProfiles.SearchWsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<QualityProfiles.SearchWsResponse> |
getParserForType() |
QualityProfiles.SearchWsResponse.QualityProfile |
getProfiles(int index)
repeated .sonarqube.ws.qualityprofiles.SearchWsResponse.QualityProfile profiles = 1; |
int |
getProfilesCount()
repeated .sonarqube.ws.qualityprofiles.SearchWsResponse.QualityProfile profiles = 1; |
List<QualityProfiles.SearchWsResponse.QualityProfile> |
getProfilesList()
repeated .sonarqube.ws.qualityprofiles.SearchWsResponse.QualityProfile profiles = 1; |
QualityProfiles.SearchWsResponse.QualityProfileOrBuilder |
getProfilesOrBuilder(int index)
repeated .sonarqube.ws.qualityprofiles.SearchWsResponse.QualityProfile profiles = 1; |
List<? extends QualityProfiles.SearchWsResponse.QualityProfileOrBuilder> |
getProfilesOrBuilderList()
repeated .sonarqube.ws.qualityprofiles.SearchWsResponse.QualityProfile profiles = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static QualityProfiles.SearchWsResponse.Builder |
newBuilder() |
static QualityProfiles.SearchWsResponse.Builder |
newBuilder(QualityProfiles.SearchWsResponse prototype) |
QualityProfiles.SearchWsResponse.Builder |
newBuilderForType() |
protected QualityProfiles.SearchWsResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static QualityProfiles.SearchWsResponse |
parseDelimitedFrom(InputStream input) |
static QualityProfiles.SearchWsResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QualityProfiles.SearchWsResponse |
parseFrom(byte[] data) |
static QualityProfiles.SearchWsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QualityProfiles.SearchWsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static QualityProfiles.SearchWsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QualityProfiles.SearchWsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static QualityProfiles.SearchWsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QualityProfiles.SearchWsResponse |
parseFrom(InputStream input) |
static QualityProfiles.SearchWsResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<QualityProfiles.SearchWsResponse> |
parser() |
QualityProfiles.SearchWsResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTag
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int PROFILES_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<QualityProfiles.SearchWsResponse> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public List<QualityProfiles.SearchWsResponse.QualityProfile> getProfilesList()
repeated .sonarqube.ws.qualityprofiles.SearchWsResponse.QualityProfile profiles = 1;
getProfilesList
in interface QualityProfiles.SearchWsResponseOrBuilder
public List<? extends QualityProfiles.SearchWsResponse.QualityProfileOrBuilder> getProfilesOrBuilderList()
repeated .sonarqube.ws.qualityprofiles.SearchWsResponse.QualityProfile profiles = 1;
getProfilesOrBuilderList
in interface QualityProfiles.SearchWsResponseOrBuilder
public int getProfilesCount()
repeated .sonarqube.ws.qualityprofiles.SearchWsResponse.QualityProfile profiles = 1;
getProfilesCount
in interface QualityProfiles.SearchWsResponseOrBuilder
public QualityProfiles.SearchWsResponse.QualityProfile getProfiles(int index)
repeated .sonarqube.ws.qualityprofiles.SearchWsResponse.QualityProfile profiles = 1;
getProfiles
in interface QualityProfiles.SearchWsResponseOrBuilder
public QualityProfiles.SearchWsResponse.QualityProfileOrBuilder getProfilesOrBuilder(int index)
repeated .sonarqube.ws.qualityprofiles.SearchWsResponse.QualityProfile profiles = 1;
getProfilesOrBuilder
in interface QualityProfiles.SearchWsResponseOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public static QualityProfiles.SearchWsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QualityProfiles.SearchWsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QualityProfiles.SearchWsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QualityProfiles.SearchWsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QualityProfiles.SearchWsResponse parseFrom(InputStream input) throws IOException
IOException
public static QualityProfiles.SearchWsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QualityProfiles.SearchWsResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static QualityProfiles.SearchWsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QualityProfiles.SearchWsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static QualityProfiles.SearchWsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public QualityProfiles.SearchWsResponse.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static QualityProfiles.SearchWsResponse.Builder newBuilder()
public static QualityProfiles.SearchWsResponse.Builder newBuilder(QualityProfiles.SearchWsResponse prototype)
public QualityProfiles.SearchWsResponse.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected QualityProfiles.SearchWsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
public static QualityProfiles.SearchWsResponse getDefaultInstance()
public static com.google.protobuf.Parser<QualityProfiles.SearchWsResponse> parser()
public com.google.protobuf.Parser<QualityProfiles.SearchWsResponse> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public QualityProfiles.SearchWsResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2009–2017 SonarSource. All rights reserved.