Class DeleteConnectivityTestRequest.Builder (1.84.0)

public static final class DeleteConnectivityTestRequest.Builder extends GeneratedMessage.Builder<DeleteConnectivityTestRequest.Builder> implements DeleteConnectivityTestRequestOrBuilder

Request for the DeleteConnectivityTest method.

Protobuf type google.cloud.networkmanagement.v1beta1.DeleteConnectivityTestRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteConnectivityTestRequest build()
Returns
Type Description
DeleteConnectivityTestRequest

buildPartial()

public DeleteConnectivityTestRequest buildPartial()
Returns
Type Description
DeleteConnectivityTestRequest

clear()

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

clearName()

public DeleteConnectivityTestRequest.Builder clearName()

Required. Connectivity Test resource name using the form: projects/{project_id}/locations/global/connectivityTests/{test_id}

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

Returns
Type Description
DeleteConnectivityTestRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteConnectivityTestRequest getDefaultInstanceForType()
Returns
Type Description
DeleteConnectivityTestRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Connectivity Test resource name using the form: projects/{project_id}/locations/global/connectivityTests/{test_id}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Connectivity Test resource name using the form: projects/{project_id}/locations/global/connectivityTests/{test_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(DeleteConnectivityTestRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteConnectivityTestRequest.Builder setName(String value)

Required. Connectivity Test resource name using the form: projects/{project_id}/locations/global/connectivityTests/{test_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
DeleteConnectivityTestRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteConnectivityTestRequest.Builder setNameBytes(ByteString value)

Required. Connectivity Test resource name using the form: projects/{project_id}/locations/global/connectivityTests/{test_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
DeleteConnectivityTestRequest.Builder

This builder for chaining.