Class GetNotificationChannelRequest.Builder (3.84.0)

public static final class GetNotificationChannelRequest.Builder extends GeneratedMessage.Builder<GetNotificationChannelRequest.Builder> implements GetNotificationChannelRequestOrBuilder

The GetNotificationChannel request.

Protobuf type google.monitoring.v3.GetNotificationChannelRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetNotificationChannelRequest build()
Returns
Type Description
GetNotificationChannelRequest

buildPartial()

public GetNotificationChannelRequest buildPartial()
Returns
Type Description
GetNotificationChannelRequest

clear()

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

clearName()

public GetNotificationChannelRequest.Builder clearName()

Required. The channel for which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]

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

Returns
Type Description
GetNotificationChannelRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetNotificationChannelRequest getDefaultInstanceForType()
Returns
Type Description
GetNotificationChannelRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The channel for which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The channel for which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]

string name = 3 [(.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(GetNotificationChannelRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetNotificationChannelRequest.Builder setName(String value)

Required. The channel for which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetNotificationChannelRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetNotificationChannelRequest.Builder setNameBytes(ByteString value)

Required. The channel for which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetNotificationChannelRequest.Builder

This builder for chaining.