Class URLFetchServicePb.URLFetchRequest (2.0.0)

public static final class URLFetchServicePb.URLFetchRequest extends GeneratedMessageV3 implements URLFetchServicePb.URLFetchRequestOrBuilder

Inheritance

Object > com.google.protobuf.AbstractMessageLite > com.google.protobuf.AbstractMessage > com.google.protobuf.GeneratedMessageV3 > URLFetchServicePb.URLFetchRequest

Static Fields

DEADLINE_FIELD_NUMBER

public static final int DEADLINE_FIELD_NUMBER
Field Value
TypeDescription
int

FOLLOWREDIRECTS_FIELD_NUMBER

public static final int FOLLOWREDIRECTS_FIELD_NUMBER
Field Value
TypeDescription
int

HEADER_FIELD_NUMBER

public static final int HEADER_FIELD_NUMBER
Field Value
TypeDescription
int

METHOD_FIELD_NUMBER

public static final int METHOD_FIELD_NUMBER
Field Value
TypeDescription
int

MUSTVALIDATESERVERCERTIFICATE_FIELD_NUMBER

public static final int MUSTVALIDATESERVERCERTIFICATE_FIELD_NUMBER
Field Value
TypeDescription
int

PARSER

public static final Parser<URLFetchServicePb.URLFetchRequest> PARSER
Field Value
TypeDescription
com.google.protobuf.Parser<URLFetchRequest>

PAYLOAD_FIELD_NUMBER

public static final int PAYLOAD_FIELD_NUMBER
Field Value
TypeDescription
int

URL_FIELD_NUMBER

public static final int URL_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static URLFetchServicePb.URLFetchRequest getDefaultInstance()
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest

getDescriptor()

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

newBuilder()

public static URLFetchServicePb.URLFetchRequest.Builder newBuilder()
Returns
TypeDescription
Builder

newBuilder(URLFetchServicePb.URLFetchRequest arg0)

public static URLFetchServicePb.URLFetchRequest.Builder newBuilder(URLFetchServicePb.URLFetchRequest arg0)
Parameter
NameDescription
arg0URLFetchServicePb.URLFetchRequest
Returns
TypeDescription
Builder

parseDelimitedFrom(InputStream arg0)

public static URLFetchServicePb.URLFetchRequest parseDelimitedFrom(InputStream arg0)
Parameter
NameDescription
arg0InputStream
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static URLFetchServicePb.URLFetchRequest parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0InputStream
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] arg0)

public static URLFetchServicePb.URLFetchRequest parseFrom(byte[] arg0)
Parameter
NameDescription
arg0byte[]
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(byte[] arg0, ExtensionRegistryLite arg1)

public static URLFetchServicePb.URLFetchRequest parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0byte[]
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0)

public static URLFetchServicePb.URLFetchRequest parseFrom(ByteString arg0)
Parameter
NameDescription
arg0com.google.protobuf.ByteString
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0, ExtensionRegistryLite arg1)

public static URLFetchServicePb.URLFetchRequest parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0com.google.protobuf.ByteString
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(CodedInputStream arg0)

public static URLFetchServicePb.URLFetchRequest parseFrom(CodedInputStream arg0)
Parameter
NameDescription
arg0com.google.protobuf.CodedInputStream
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)

public static URLFetchServicePb.URLFetchRequest parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0com.google.protobuf.CodedInputStream
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream arg0)

public static URLFetchServicePb.URLFetchRequest parseFrom(InputStream arg0)
Parameter
NameDescription
arg0InputStream
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static URLFetchServicePb.URLFetchRequest parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0InputStream
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer arg0)

public static URLFetchServicePb.URLFetchRequest parseFrom(ByteBuffer arg0)
Parameter
NameDescription
arg0ByteBuffer
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)

public static URLFetchServicePb.URLFetchRequest parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
Parameters
NameDescription
arg0ByteBuffer
arg1com.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parser()

public static Parser<URLFetchServicePb.URLFetchRequest> parser()
Returns
TypeDescription
com.google.protobuf.Parser<URLFetchRequest>

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
NameDescription
arg0Object
Returns
TypeDescription
boolean
Overrides
com.google.protobuf.AbstractMessage.equals(java.lang.Object)

getDeadline()

public double getDeadline()
Returns
TypeDescription
double

getDefaultInstanceForType()

public URLFetchServicePb.URLFetchRequest getDefaultInstanceForType()
Returns
TypeDescription
URLFetchServicePb.URLFetchRequest

getFollowRedirects()

public boolean getFollowRedirects()
Returns
TypeDescription
boolean

getHeader(int arg0)

public URLFetchServicePb.URLFetchRequest.Header getHeader(int arg0)
Parameter
NameDescription
arg0int
Returns
TypeDescription
Header

getHeaderCount()

public int getHeaderCount()
Returns
TypeDescription
int

getHeaderList()

public List<URLFetchServicePb.URLFetchRequest.Header> getHeaderList()
Returns
TypeDescription
List<Header>

getHeaderOrBuilder(int arg0)

public URLFetchServicePb.URLFetchRequest.HeaderOrBuilder getHeaderOrBuilder(int arg0)
Parameter
NameDescription
arg0int
Returns
TypeDescription
HeaderOrBuilder

getHeaderOrBuilderList()

public List<? extends URLFetchServicePb.URLFetchRequest.HeaderOrBuilder> getHeaderOrBuilderList()
Returns
TypeDescription
List<? extends com.google.appengine.api.urlfetch.URLFetchServicePb.URLFetchRequest.HeaderOrBuilder>

getMethod()

public URLFetchServicePb.URLFetchRequest.RequestMethod getMethod()
Returns
TypeDescription
RequestMethod

getMustValidateServerCertificate()

public boolean getMustValidateServerCertificate()
Returns
TypeDescription
boolean

getParserForType()

public Parser<URLFetchServicePb.URLFetchRequest> getParserForType()
Returns
TypeDescription
com.google.protobuf.Parser<URLFetchRequest>
Overrides
com.google.protobuf.GeneratedMessageV3.getParserForType()

getPayload()

public ByteString getPayload()
Returns
TypeDescription
com.google.protobuf.ByteString

getSerializedSize()

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

getUnknownFields()

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

getUrl()

public String getUrl()
Returns
TypeDescription
String

getUrlBytes()

public ByteString getUrlBytes()
Returns
TypeDescription
com.google.protobuf.ByteString

hasDeadline()

public boolean hasDeadline()
Returns
TypeDescription
boolean

hasFollowRedirects()

public boolean hasFollowRedirects()
Returns
TypeDescription
boolean

hasMethod()

public boolean hasMethod()
Returns
TypeDescription
boolean

hasMustValidateServerCertificate()

public boolean hasMustValidateServerCertificate()
Returns
TypeDescription
boolean

hasPayload()

public boolean hasPayload()
Returns
TypeDescription
boolean

hasUrl()

public boolean hasUrl()
Returns
TypeDescription
boolean

hashCode()

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

internalGetFieldAccessorTable()

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

isInitialized()

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

newBuilderForType()

public URLFetchServicePb.URLFetchRequest.Builder newBuilderForType()
Returns
TypeDescription
Builder

newBuilderForType(GeneratedMessageV3.BuilderParent arg0)

protected URLFetchServicePb.URLFetchRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
Parameter
NameDescription
arg0com.google.protobuf.GeneratedMessageV3.BuilderParent
Returns
TypeDescription
Builder
Overrides
com.google.protobuf.GeneratedMessageV3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)

newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
Parameter
NameDescription
arg0com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Returns
TypeDescription
Object
Overrides
com.google.protobuf.GeneratedMessageV3.newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)

toBuilder()

public URLFetchServicePb.URLFetchRequest.Builder toBuilder()
Returns
TypeDescription
Builder

writeTo(CodedOutputStream arg0)

public void writeTo(CodedOutputStream arg0)
Parameter
NameDescription
arg0com.google.protobuf.CodedOutputStream
Overrides
com.google.protobuf.GeneratedMessageV3.writeTo(com.google.protobuf.CodedOutputStream)
Exceptions
TypeDescription
IOException