Class QualityGatesServiceCreateResponseJsonParser
java.lang.Object
org.sonarqube.ws.client.qualitygates.QualityGatesServiceCreateResponseJsonParser
- All Implemented Interfaces:
com.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>
public class QualityGatesServiceCreateResponseJsonParser
extends Object
implements com.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.sonarqube.ws.Qualitygates.CreateResponseparseDelimitedFrom(InputStream input) org.sonarqube.ws.Qualitygates.CreateResponseparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(byte[] data) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(byte[] data, int off, int len) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(byte[] data, int off, int len, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(com.google.protobuf.ByteString data) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(com.google.protobuf.CodedInputStream input) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(InputStream input) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(ByteBuffer data) org.sonarqube.ws.Qualitygates.CreateResponseparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseorg.sonarqube.ws.Qualitygates.CreateResponseparsePartialDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseparsePartialFrom(byte[] data) org.sonarqube.ws.Qualitygates.CreateResponseparsePartialFrom(byte[] data, int off, int len) org.sonarqube.ws.Qualitygates.CreateResponseparsePartialFrom(byte[] data, int off, int len, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseparsePartialFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseparsePartialFrom(com.google.protobuf.ByteString data) org.sonarqube.ws.Qualitygates.CreateResponseparsePartialFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseparsePartialFrom(com.google.protobuf.CodedInputStream input) org.sonarqube.ws.Qualitygates.CreateResponseparsePartialFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) org.sonarqube.ws.Qualitygates.CreateResponseparsePartialFrom(InputStream input) org.sonarqube.ws.Qualitygates.CreateResponseparsePartialFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-
Constructor Details
-
QualityGatesServiceCreateResponseJsonParser
public QualityGatesServiceCreateResponseJsonParser()
-
-
Method Details
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(com.google.protobuf.CodedInputStream input) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialFrom(com.google.protobuf.CodedInputStream input) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(byte[] data, int off, int len) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(byte[] data, int off, int len, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialFrom(byte[] data, int off, int len) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialFrom(byte[] data, int off, int len, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(InputStream input) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialFrom(InputStream input) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseDelimitedFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseDelimitedFrom(InputStream input) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseDelimitedFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseDelimitedFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseDelimitedFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialDelimitedFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialDelimitedFrom(InputStream input) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialDelimitedFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parsePartialDelimitedFrom
public org.sonarqube.ws.Qualitygates.CreateResponse parsePartialDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parsePartialDelimitedFromin interfacecom.google.protobuf.Parser<org.sonarqube.ws.Qualitygates.CreateResponse>- Throws:
com.google.protobuf.InvalidProtocolBufferException
-