Class GetNotificationSubscriptionRequest.Builder (1.13.0)

public static final class GetNotificationSubscriptionRequest.Builder extends GeneratedMessage.Builder<GetNotificationSubscriptionRequest.Builder> implements GetNotificationSubscriptionRequestOrBuilder

Request message for the GetNotificationSubscription method.

Protobuf type google.shopping.merchant.notifications.v1beta.GetNotificationSubscriptionRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetNotificationSubscriptionRequest build()
Returns
Type Description
GetNotificationSubscriptionRequest

buildPartial()

public GetNotificationSubscriptionRequest buildPartial()
Returns
Type Description
GetNotificationSubscriptionRequest

clear()

public GetNotificationSubscriptionRequest.Builder clear()
Returns
Type Description
GetNotificationSubscriptionRequest.Builder
Overrides

clearName()

public GetNotificationSubscriptionRequest.Builder clearName()

Required. The name of the notification subscription.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetNotificationSubscriptionRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetNotificationSubscriptionRequest getDefaultInstanceForType()
Returns
Type Description
GetNotificationSubscriptionRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the notification subscription.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the notification subscription.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetNotificationSubscriptionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetNotificationSubscriptionRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetNotificationSubscriptionRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetNotificationSubscriptionRequest.Builder
Overrides

mergeFrom(GetNotificationSubscriptionRequest other)

public GetNotificationSubscriptionRequest.Builder mergeFrom(GetNotificationSubscriptionRequest other)
Parameter
Name Description
other GetNotificationSubscriptionRequest
Returns
Type Description
GetNotificationSubscriptionRequest.Builder

setName(String value)

public GetNotificationSubscriptionRequest.Builder setName(String value)

Required. The name of the notification subscription.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetNotificationSubscriptionRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetNotificationSubscriptionRequest.Builder setNameBytes(ByteString value)

Required. The name of the notification subscription.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetNotificationSubscriptionRequest.Builder

This builder for chaining.