Class GetAlertConfigRequest.Builder (2.85.0)

public static final class GetAlertConfigRequest.Builder extends GeneratedMessage.Builder<GetAlertConfigRequest.Builder> implements GetAlertConfigRequestOrBuilder

Request for ProjectService.GetAlertConfig method.

Protobuf type google.cloud.retail.v2beta.GetAlertConfigRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetAlertConfigRequest build()
Returns
Type Description
GetAlertConfigRequest

buildPartial()

public GetAlertConfigRequest buildPartial()
Returns
Type Description
GetAlertConfigRequest

clear()

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

clearName()

public GetAlertConfigRequest.Builder clearName()

Required. Full AlertConfig resource name. Format: projects/{project_number}/alertConfig

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

Returns
Type Description
GetAlertConfigRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetAlertConfigRequest getDefaultInstanceForType()
Returns
Type Description
GetAlertConfigRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Full AlertConfig resource name. Format: projects/{project_number}/alertConfig

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Full AlertConfig resource name. Format: projects/{project_number}/alertConfig

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(GetAlertConfigRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetAlertConfigRequest.Builder setName(String value)

Required. Full AlertConfig resource name. Format: projects/{project_number}/alertConfig

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetAlertConfigRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetAlertConfigRequest.Builder setNameBytes(ByteString value)

Required. Full AlertConfig resource name. Format: projects/{project_number}/alertConfig

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
GetAlertConfigRequest.Builder

This builder for chaining.