Class GetNotificationChannelRequest.Builder (3.43.0)

public static final class GetNotificationChannelRequest.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetNotificationChannelRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetNotificationChannelRequest.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public GetNotificationChannelRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetNotificationChannelRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetNotificationChannelRequest.Builder
Overrides

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetNotificationChannelRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetNotificationChannelRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetNotificationChannelRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetNotificationChannelRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetNotificationChannelRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetNotificationChannelRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetNotificationChannelRequest.Builder
Overrides