protobuf
Class ComputeServiceProtos.Matrix

java.lang.Object
  extended by com.google.protobuf.AbstractMessage
      extended by com.google.protobuf.GeneratedMessage
          extended by protobuf.ComputeServiceProtos.Matrix
All Implemented Interfaces:
com.google.protobuf.Message
Enclosing class:
ComputeServiceProtos

public static final class ComputeServiceProtos.Matrix
extends com.google.protobuf.GeneratedMessage


Nested Class Summary
static class ComputeServiceProtos.Matrix.Builder
           
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
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.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Method Summary
static ComputeServiceProtos.Matrix getDefaultInstance()
           
 ComputeServiceProtos.Matrix getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 int getRowCount()
           
 double getValues(int index)
           
 int getValuesCount()
           
 java.util.List<java.lang.Double> getValuesList()
           
 boolean hasRowCount()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
static ComputeServiceProtos.Matrix.Builder newBuilder()
           
static ComputeServiceProtos.Matrix.Builder newBuilder(ComputeServiceProtos.Matrix prototype)
           
 ComputeServiceProtos.Matrix.Builder newBuilderForType()
           
static ComputeServiceProtos.Matrix parseFrom(byte[] data)
           
static ComputeServiceProtos.Matrix parseFrom(byte[] data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ComputeServiceProtos.Matrix parseFrom(com.google.protobuf.ByteString data)
           
static ComputeServiceProtos.Matrix parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ComputeServiceProtos.Matrix parseFrom(com.google.protobuf.CodedInputStream input)
           
static ComputeServiceProtos.Matrix parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ComputeServiceProtos.Matrix parseFrom(java.io.InputStream input)
           
static ComputeServiceProtos.Matrix parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isInitialized, newGeneratedExtension, newRepeatedGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessage
equals, getSerializedSize, hashCode, toByteArray, toByteString, toString, writeTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDefaultInstance

public static ComputeServiceProtos.Matrix getDefaultInstance()

getDefaultInstanceForType

public ComputeServiceProtos.Matrix getDefaultInstanceForType()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

hasRowCount

public boolean hasRowCount()

getRowCount

public int getRowCount()

getValuesList

public java.util.List<java.lang.Double> getValuesList()

getValuesCount

public int getValuesCount()

getValues

public double getValues(int index)

parseFrom

public static ComputeServiceProtos.Matrix parseFrom(com.google.protobuf.ByteString data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ComputeServiceProtos.Matrix parseFrom(com.google.protobuf.ByteString data,
                                                    com.google.protobuf.ExtensionRegistry extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ComputeServiceProtos.Matrix parseFrom(byte[] data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ComputeServiceProtos.Matrix parseFrom(byte[] data,
                                                    com.google.protobuf.ExtensionRegistry extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ComputeServiceProtos.Matrix parseFrom(java.io.InputStream input)
                                             throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ComputeServiceProtos.Matrix parseFrom(java.io.InputStream input,
                                                    com.google.protobuf.ExtensionRegistry extensionRegistry)
                                             throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ComputeServiceProtos.Matrix parseFrom(com.google.protobuf.CodedInputStream input)
                                             throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ComputeServiceProtos.Matrix parseFrom(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistry extensionRegistry)
                                             throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static ComputeServiceProtos.Matrix.Builder newBuilder()

newBuilderForType

public ComputeServiceProtos.Matrix.Builder newBuilderForType()

newBuilder

public static ComputeServiceProtos.Matrix.Builder newBuilder(ComputeServiceProtos.Matrix prototype)