public final class GetLocationRequest extends GeneratedMessageV3 implements GetLocationRequestOrBuilder
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GetLocationRequestImplements
GetLocationRequestOrBuilderStatic Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static GetLocationRequest getDefaultInstance()
Type | Description |
GetLocationRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static GetLocationRequest.Builder newBuilder()
Type | Description |
Builder |
newBuilder(GetLocationRequest arg0)
public static GetLocationRequest.Builder newBuilder(GetLocationRequest arg0)
Name | Description |
arg0 | GetLocationRequest |
Type | Description |
Builder |
parseDelimitedFrom(InputStream arg0)
public static GetLocationRequest parseDelimitedFrom(InputStream arg0)
Name | Description |
arg0 | InputStream |
Type | Description |
GetLocationRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
public static GetLocationRequest parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Name | Description |
arg0 | InputStream |
arg1 | ExtensionRegistryLite |
Type | Description |
GetLocationRequest |
Type | Description |
IOException |
parseFrom(byte[] arg0)
public static GetLocationRequest parseFrom(byte[] arg0)
Name | Description |
arg0 | byte[] |
Type | Description |
GetLocationRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
public static GetLocationRequest parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Name | Description |
arg0 | byte[] |
arg1 | ExtensionRegistryLite |
Type | Description |
GetLocationRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString arg0)
public static GetLocationRequest parseFrom(ByteString arg0)
Name | Description |
arg0 | ByteString |
Type | Description |
GetLocationRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
public static GetLocationRequest parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Name | Description |
arg0 | ByteString |
arg1 | ExtensionRegistryLite |
Type | Description |
GetLocationRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream arg0)
public static GetLocationRequest parseFrom(CodedInputStream arg0)
Name | Description |
arg0 | CodedInputStream |
Type | Description |
GetLocationRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)