Class DeleteGatewayRequest.Builder (2.83.0)

public static final class DeleteGatewayRequest.Builder extends GeneratedMessage.Builder<DeleteGatewayRequest.Builder> implements DeleteGatewayRequestOrBuilder

Request message for ApiGatewayService.DeleteGateway

Protobuf type google.cloud.apigateway.v1.DeleteGatewayRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteGatewayRequest build()
Returns
Type Description
DeleteGatewayRequest

buildPartial()

public DeleteGatewayRequest buildPartial()
Returns
Type Description
DeleteGatewayRequest

clear()

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

clearName()

public DeleteGatewayRequest.Builder clearName()

Required. Resource name of the form: projects/*/locations/*/gateways/*

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

Returns
Type Description
DeleteGatewayRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteGatewayRequest getDefaultInstanceForType()
Returns
Type Description
DeleteGatewayRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Resource name of the form: projects/*/locations/*/gateways/*

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Resource name of the form: projects/*/locations/*/gateways/*

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteGatewayRequest.Builder setName(String value)

Required. Resource name of the form: projects/*/locations/*/gateways/*

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteGatewayRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteGatewayRequest.Builder setNameBytes(ByteString value)

Required. Resource name of the form: projects/*/locations/*/gateways/*

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

This builder for chaining.