Class BlobstoreServicePb.DecodeBlobKeyResponse (2.0.0)

public static final class BlobstoreServicePb.DecodeBlobKeyResponse extends GeneratedMessageV3 implements BlobstoreServicePb.DecodeBlobKeyResponseOrBuilder

Inheritance

Object > com.google.protobuf.AbstractMessageLite > com.google.protobuf.AbstractMessage > com.google.protobuf.GeneratedMessageV3 > BlobstoreServicePb.DecodeBlobKeyResponse

Static Fields

DECODED_FIELD_NUMBER

public static final int DECODED_FIELD_NUMBER
Field Value
Type Description
int

PARSER

public static final Parser<BlobstoreServicePb.DecodeBlobKeyResponse> PARSER
Field Value
Type Description
com.google.protobuf.Parser<DecodeBlobKeyResponse>

Static Methods

getDefaultInstance()

public static BlobstoreServicePb.DecodeBlobKeyResponse getDefaultInstance()
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse

getDescriptor()

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

newBuilder()

public static BlobstoreServicePb.DecodeBlobKeyResponse.Builder newBuilder()
Returns
Type Description
Builder

newBuilder(BlobstoreServicePb.DecodeBlobKeyResponse arg0)

public static BlobstoreServicePb.DecodeBlobKeyResponse.Builder newBuilder(BlobstoreServicePb.DecodeBlobKeyResponse arg0)
Parameter
Name Description
arg0 BlobstoreServicePb.DecodeBlobKeyResponse
Returns
Type Description
Builder

parseDelimitedFrom(InputStream arg0)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseDelimitedFrom(InputStream arg0)
Parameter
Name Description
arg0 InputStream
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 InputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
IOException

parseFrom(byte[] arg0)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseFrom(byte[] arg0)
Parameter
Name Description
arg0 byte[]
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(byte[] arg0, ExtensionRegistryLite arg1)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 byte[]
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseFrom(ByteString arg0)
Parameter
Name Description
arg0 com.google.protobuf.ByteString
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0, ExtensionRegistryLite arg1)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 com.google.protobuf.ByteString
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(CodedInputStream arg0)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseFrom(CodedInputStream arg0)
Parameter
Name Description
arg0 com.google.protobuf.CodedInputStream
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 com.google.protobuf.CodedInputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
IOException

parseFrom(InputStream arg0)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseFrom(InputStream arg0)
Parameter
Name Description
arg0 InputStream
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
IOException

parseFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 InputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer arg0)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseFrom(ByteBuffer arg0)
Parameter
Name Description
arg0 ByteBuffer
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)

public static BlobstoreServicePb.DecodeBlobKeyResponse parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 ByteBuffer
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parser()

public static Parser<BlobstoreServicePb.DecodeBlobKeyResponse> parser()
Returns
Type Description
com.google.protobuf.Parser<DecodeBlobKeyResponse>

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
Name Description
arg0 Object
Returns
Type Description
boolean
Overrides
com.google.protobuf.AbstractMessage.equals(java.lang.Object)

getDecoded(int arg0)

public String getDecoded(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
String

getDecodedBytes(int arg0)

public ByteString getDecodedBytes(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
com.google.protobuf.ByteString

getDecodedCount()

public int getDecodedCount()
Returns
Type Description
int

getDecodedList()

public ProtocolStringList getDecodedList()
Returns
Type Description
com.google.protobuf.ProtocolStringList

getDefaultInstanceForType()

public BlobstoreServicePb.DecodeBlobKeyResponse getDefaultInstanceForType()
Returns
Type Description
BlobstoreServicePb.DecodeBlobKeyResponse

getParserForType()

public Parser<BlobstoreServicePb.DecodeBlobKeyResponse> getParserForType()
Returns
Type Description
com.google.protobuf.Parser<DecodeBlobKeyResponse>
Overrides
com.google.protobuf.GeneratedMessageV3.getParserForType()

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides
com.google.protobuf.GeneratedMessageV3.getSerializedSize()

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
com.google.protobuf.UnknownFieldSet
Overrides
com.google.protobuf.GeneratedMessageV3.getUnknownFields()

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides
com.google.protobuf.AbstractMessage.hashCode()

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetFieldAccessorTable()

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides
com.google.protobuf.GeneratedMessageV3.isInitialized()

newBuilderForType()

public BlobstoreServicePb.DecodeBlobKeyResponse.Builder newBuilderForType()
Returns
Type Description
Builder

newBuilderForType(GeneratedMessageV3.BuilderParent arg0)

protected BlobstoreServicePb.DecodeBlobKeyResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
Parameter
Name Description
arg0 com.google.protobuf.GeneratedMessageV3.BuilderParent
Returns
Type Description
Builder
Overrides
com.google.protobuf.GeneratedMessageV3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)

newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
Parameter
Name Description
arg0 com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Returns
Type Description
Object
Overrides
com.google.protobuf.GeneratedMessageV3.newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)

toBuilder()

public BlobstoreServicePb.DecodeBlobKeyResponse.Builder toBuilder()
Returns
Type Description
Builder

writeTo(CodedOutputStream arg0)

public void writeTo(CodedOutputStream arg0)
Parameter
Name Description
arg0 com.google.protobuf.CodedOutputStream
Overrides
com.google.protobuf.GeneratedMessageV3.writeTo(com.google.protobuf.CodedOutputStream)
Exceptions
Type Description
IOException