Class DeleteNotificationConfigRequest.Builder (2.91.0)

public static final class DeleteNotificationConfigRequest.Builder extends GeneratedMessage.Builder<DeleteNotificationConfigRequest.Builder> implements DeleteNotificationConfigRequestOrBuilder

Request message for deleting a notification config.

Protobuf type google.cloud.securitycenter.v2.DeleteNotificationConfigRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteNotificationConfigRequest build()
Returns
Type Description
DeleteNotificationConfigRequest

buildPartial()

public DeleteNotificationConfigRequest buildPartial()
Returns
Type Description
DeleteNotificationConfigRequest

clear()

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

clearName()

public DeleteNotificationConfigRequest.Builder clearName()

Required. Name of the notification config to delete. The following list shows some examples of the format:

+ organizations/[organization_id]/locations/[location_id]/notificationConfigs/[config_id] + folders/[folder_id]/locations/[location_id]notificationConfigs/[config_id] + projects/[project_id]/locations/[location_id]notificationConfigs/[config_id]

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

Returns
Type Description
DeleteNotificationConfigRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteNotificationConfigRequest getDefaultInstanceForType()
Returns
Type Description
DeleteNotificationConfigRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the notification config to delete. The following list shows some examples of the format:

+ organizations/[organization_id]/locations/[location_id]/notificationConfigs/[config_id] + folders/[folder_id]/locations/[location_id]notificationConfigs/[config_id] + projects/[project_id]/locations/[location_id]notificationConfigs/[config_id]

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the notification config to delete. The following list shows some examples of the format:

+ organizations/[organization_id]/locations/[location_id]/notificationConfigs/[config_id] + folders/[folder_id]/locations/[location_id]notificationConfigs/[config_id] + projects/[project_id]/locations/[location_id]notificationConfigs/[config_id]

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteNotificationConfigRequest.Builder setName(String value)

Required. Name of the notification config to delete. The following list shows some examples of the format:

+ organizations/[organization_id]/locations/[location_id]/notificationConfigs/[config_id] + folders/[folder_id]/locations/[location_id]notificationConfigs/[config_id] + projects/[project_id]/locations/[location_id]notificationConfigs/[config_id]

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteNotificationConfigRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteNotificationConfigRequest.Builder setNameBytes(ByteString value)

Required. Name of the notification config to delete. The following list shows some examples of the format:

+ organizations/[organization_id]/locations/[location_id]/notificationConfigs/[config_id] + folders/[folder_id]/locations/[location_id]notificationConfigs/[config_id] + projects/[project_id]/locations/[location_id]notificationConfigs/[config_id]

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

This builder for chaining.