com.spinn3r.api.protobuf
Class ContentApi.Content

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by com.spinn3r.api.protobuf.ContentApi.Content
Enclosing class:
ContentApi

public static final class ContentApi.Content
extends com.google.protobuf.GeneratedMessage


Nested Class Summary
static class ContentApi.Content.Builder
           
 
Method Summary
 com.google.protobuf.ByteString getData()
           
static ContentApi.Content getDefaultInstance()
           
 ContentApi.Content getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getMimeType()
           
 boolean hasData()
           
 boolean hasMimeType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
static ContentApi.Content.Builder newBuilder()
           
static ContentApi.Content.Builder newBuilder(ContentApi.Content prototype)
           
 ContentApi.Content.Builder newBuilderForType()
           
static ContentApi.Content parseFrom(byte[] data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.Content parseFrom(com.google.protobuf.ByteString data)
           
static ContentApi.Content parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.Content parseFrom(com.google.protobuf.CodedInputStream input)
           
static ContentApi.Content parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.Content parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultInstance

public static ContentApi.Content getDefaultInstance()

getDefaultInstanceForType

public ContentApi.Content getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

hasMimeType

public boolean hasMimeType()

getMimeType

public java.lang.String getMimeType()

hasData

public boolean hasData()

getData

public com.google.protobuf.ByteString getData()

parseFrom

public static ContentApi.Content parseFrom(com.google.protobuf.ByteString data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static ContentApi.Content.Builder newBuilder()

newBuilderForType

public ContentApi.Content.Builder newBuilderForType()

newBuilder

public static ContentApi.Content.Builder newBuilder(ContentApi.Content prototype)


Copyright © Tailrank Inc. All Rights Reserved.