public static interface Settings.FieldOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
optional string description = 3; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 3; |
String |
getKey()
optional string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 1; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
String |
getOptions(int index)
repeated string options = 5; |
com.google.protobuf.ByteString |
getOptionsBytes(int index)
repeated string options = 5; |
int |
getOptionsCount()
repeated string options = 5; |
com.google.protobuf.ProtocolStringList |
getOptionsList()
repeated string options = 5; |
Settings.Type |
getType()
optional .sonarqube.ws.settings.Type type = 4; |
boolean |
hasDescription()
optional string description = 3; |
boolean |
hasKey()
optional string key = 1; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasType()
optional .sonarqube.ws.settings.Type type = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasKey()
optional string key = 1;
com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;
boolean hasName()
optional string name = 2;
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
boolean hasDescription()
optional string description = 3;
String getDescription()
optional string description = 3;
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 3;
boolean hasType()
optional .sonarqube.ws.settings.Type type = 4;
Settings.Type getType()
optional .sonarqube.ws.settings.Type type = 4;
com.google.protobuf.ProtocolStringList getOptionsList()
repeated string options = 5;
int getOptionsCount()
repeated string options = 5;
String getOptions(int index)
repeated string options = 5;
com.google.protobuf.ByteString getOptionsBytes(int index)
repeated string options = 5;
Copyright © 2009–2017 SonarSource. All rights reserved.