Class UpdateGatewayRequest.Builder (2.42.0)

public static final class UpdateGatewayRequest.Builder extends GeneratedMessageV3.Builder<UpdateGatewayRequest.Builder> implements UpdateGatewayRequestOrBuilder

Request message for ApiGatewayService.UpdateGateway

Protobuf type google.cloud.apigateway.v1.UpdateGatewayRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public UpdateGatewayRequest build()
Returns
Type Description
UpdateGatewayRequest

buildPartial()

public UpdateGatewayRequest buildPartial()
Returns
Type Description
UpdateGatewayRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

public UpdateGatewayRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpdateGatewayRequest.Builder
Overrides

clearGateway()

public UpdateGatewayRequest.Builder clearGateway()

Required. Gateway resource.

.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateGatewayRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearUpdateMask()

public UpdateGatewayRequest.Builder clearUpdateMask()

Field mask is used to specify the fields to be overwritten in the Gateway resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1;

Returns
Type Description
UpdateGatewayRequest.Builder

clone()

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

getDefaultInstanceForType()

public UpdateGatewayRequest getDefaultInstanceForType()
Returns
Type Description
UpdateGatewayRequest

getDescriptorForType()

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

getGateway()

public Gateway getGateway()

Required. Gateway resource.

.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Gateway

The gateway.

getGatewayBuilder()

public Gateway.Builder getGatewayBuilder()

Required. Gateway resource.

.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Gateway.Builder

getGatewayOrBuilder()

public GatewayOrBuilder getGatewayOrBuilder()

Required. Gateway resource.

.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GatewayOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

Field mask is used to specify the fields to be overwritten in the Gateway resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Field mask is used to specify the fields to be overwritten in the Gateway resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1;

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Field mask is used to specify the fields to be overwritten in the Gateway resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1;

Returns
Type Description
FieldMaskOrBuilder

hasGateway()

public boolean hasGateway()

Required. Gateway resource.

.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the gateway field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Field mask is used to specify the fields to be overwritten in the Gateway resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1;

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateGatewayRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGateway(Gateway value)

public UpdateGatewayRequest.Builder mergeGateway(Gateway value)

Required. Gateway resource.

.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Gateway
Returns
Type Description
UpdateGatewayRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

mergeUpdateMask(FieldMask value)

public UpdateGatewayRequest.Builder mergeUpdateMask(FieldMask value)

Field mask is used to specify the fields to be overwritten in the Gateway resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1;

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateGatewayRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setGateway(Gateway value)

public UpdateGatewayRequest.Builder setGateway(Gateway value)

Required. Gateway resource.

.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Gateway
Returns
Type Description
UpdateGatewayRequest.Builder

setGateway(Gateway.Builder builderForValue)

public UpdateGatewayRequest.Builder setGateway(Gateway.Builder builderForValue)

Required. Gateway resource.

.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Gateway.Builder
Returns
Type Description
UpdateGatewayRequest.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUpdateMask(FieldMask value)

public UpdateGatewayRequest.Builder setUpdateMask(FieldMask value)

Field mask is used to specify the fields to be overwritten in the Gateway resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1;

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateGatewayRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateGatewayRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Field mask is used to specify the fields to be overwritten in the Gateway resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateGatewayRequest.Builder