Class LinkLfpProviderResponse (0.23.0)

public final class LinkLfpProviderResponse extends GeneratedMessageV3 implements LinkLfpProviderResponseOrBuilder

Response message for the LinkLfpProvider method.

Protobuf type google.shopping.merchant.accounts.v1beta.LinkLfpProviderResponse

Static Fields

RESPONSE_FIELD_NUMBER

public static final int RESPONSE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static LinkLfpProviderResponse getDefaultInstance()
Returns
Type Description
LinkLfpProviderResponse

getDescriptor()

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

newBuilder()

public static LinkLfpProviderResponse.Builder newBuilder()
Returns
Type Description
LinkLfpProviderResponse.Builder

newBuilder(LinkLfpProviderResponse prototype)

public static LinkLfpProviderResponse.Builder newBuilder(LinkLfpProviderResponse prototype)
Parameter
Name Description
prototype LinkLfpProviderResponse
Returns
Type Description
LinkLfpProviderResponse.Builder

parseDelimitedFrom(InputStream input)

public static LinkLfpProviderResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LinkLfpProviderResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static LinkLfpProviderResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static LinkLfpProviderResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static LinkLfpProviderResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static LinkLfpProviderResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static LinkLfpProviderResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static LinkLfpProviderResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static LinkLfpProviderResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LinkLfpProviderResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static LinkLfpProviderResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static LinkLfpProviderResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LinkLfpProviderResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<LinkLfpProviderResponse> parser()
Returns
Type Description
Parser<LinkLfpProviderResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public LinkLfpProviderResponse getDefaultInstanceForType()
Returns
Type Description
LinkLfpProviderResponse

getParserForType()

public Parser<LinkLfpProviderResponse> getParserForType()
Returns
Type Description
Parser<LinkLfpProviderResponse>
Overrides

getResponse()

public Empty getResponse()

Empty response.

.google.protobuf.Empty response = 1;

Returns
Type Description
Empty

The response.

getResponseOrBuilder()

public EmptyOrBuilder getResponseOrBuilder()

Empty response.

.google.protobuf.Empty response = 1;

Returns
Type Description
EmptyOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasResponse()

public boolean hasResponse()

Empty response.

.google.protobuf.Empty response = 1;

Returns
Type Description
boolean

Whether the response field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public LinkLfpProviderResponse.Builder newBuilderForType()
Returns
Type Description
LinkLfpProviderResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected LinkLfpProviderResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
LinkLfpProviderResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public LinkLfpProviderResponse.Builder toBuilder()
Returns
Type Description
LinkLfpProviderResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException