protobuf
Class ComputeServiceProtos.Matrix
java.lang.Object
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
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 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> |
| 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 |
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)