Class UpdateApiConfigRequest.Builder (2.60.0)

publicstaticfinalclass UpdateApiConfigRequest.BuilderextendsGeneratedMessageV3.Builder<UpdateApiConfigRequest.Builder>implementsUpdateApiConfigRequestOrBuilder

Request message for ApiGatewayService.UpdateApiConfig

Protobuf type google.cloud.apigateway.v1.UpdateApiConfigRequest

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicUpdateApiConfigRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateApiConfigRequest.Builder
Overrides

build()

publicUpdateApiConfigRequestbuild()
Returns
Type Description
UpdateApiConfigRequest

buildPartial()

publicUpdateApiConfigRequestbuildPartial()
Returns
Type Description
UpdateApiConfigRequest

clear()

publicUpdateApiConfigRequest.Builderclear()
Returns
Type Description
UpdateApiConfigRequest.Builder
Overrides

clearApiConfig()

publicUpdateApiConfigRequest.BuilderclearApiConfig()

Required. API Config resource.

.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateApiConfigRequest.Builder

clearField(Descriptors.FieldDescriptor field)

publicUpdateApiConfigRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpdateApiConfigRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicUpdateApiConfigRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpdateApiConfigRequest.Builder
Overrides

clearUpdateMask()

publicUpdateApiConfigRequest.BuilderclearUpdateMask()

Field mask is used to specify the fields to be overwritten in the ApiConfig 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
UpdateApiConfigRequest.Builder

clone()

publicUpdateApiConfigRequest.Builderclone()
Returns
Type Description
UpdateApiConfigRequest.Builder
Overrides

getApiConfig()

publicApiConfiggetApiConfig()

Required. API Config resource.

.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ApiConfig

The apiConfig.

getApiConfigBuilder()

publicApiConfig.BuildergetApiConfigBuilder()

Required. API Config resource.

.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ApiConfig.Builder

getApiConfigOrBuilder()

publicApiConfigOrBuildergetApiConfigOrBuilder()

Required. API Config resource.

.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ApiConfigOrBuilder

getDefaultInstanceForType()

publicUpdateApiConfigRequestgetDefaultInstanceForType()
Returns
Type Description
UpdateApiConfigRequest

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getUpdateMask()

publicFieldMaskgetUpdateMask()

Field mask is used to specify the fields to be overwritten in the ApiConfig 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()

publicFieldMask.BuildergetUpdateMaskBuilder()

Field mask is used to specify the fields to be overwritten in the ApiConfig 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()

publicFieldMaskOrBuildergetUpdateMaskOrBuilder()

Field mask is used to specify the fields to be overwritten in the ApiConfig 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

hasApiConfig()

publicbooleanhasApiConfig()

Required. API Config resource.

.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the apiConfig field is set.

hasUpdateMask()

publicbooleanhasUpdateMask()

Field mask is used to specify the fields to be overwritten in the ApiConfig 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()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeApiConfig(ApiConfig value)

publicUpdateApiConfigRequest.BuildermergeApiConfig(ApiConfigvalue)

Required. API Config resource.

.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ApiConfig
Returns
Type Description
UpdateApiConfigRequest.Builder

mergeFrom(UpdateApiConfigRequest other)

publicUpdateApiConfigRequest.BuildermergeFrom(UpdateApiConfigRequestother)
Parameter
Name Description
other UpdateApiConfigRequest
Returns
Type Description
UpdateApiConfigRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicUpdateApiConfigRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateApiConfigRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicUpdateApiConfigRequest.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
UpdateApiConfigRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalUpdateApiConfigRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateApiConfigRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

publicUpdateApiConfigRequest.BuildermergeUpdateMask(FieldMaskvalue)

Field mask is used to specify the fields to be overwritten in the ApiConfig 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
UpdateApiConfigRequest.Builder

setApiConfig(ApiConfig value)

publicUpdateApiConfigRequest.BuildersetApiConfig(ApiConfigvalue)

Required. API Config resource.

.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ApiConfig
Returns
Type Description
UpdateApiConfigRequest.Builder

setApiConfig(ApiConfig.Builder builderForValue)

publicUpdateApiConfigRequest.BuildersetApiConfig(ApiConfig.BuilderbuilderForValue)

Required. API Config resource.

.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ApiConfig.Builder
Returns
Type Description
UpdateApiConfigRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicUpdateApiConfigRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateApiConfigRequest.Builder
Overrides

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

publicUpdateApiConfigRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpdateApiConfigRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalUpdateApiConfigRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateApiConfigRequest.Builder
Overrides

setUpdateMask(FieldMask value)

publicUpdateApiConfigRequest.BuildersetUpdateMask(FieldMaskvalue)

Field mask is used to specify the fields to be overwritten in the ApiConfig 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
UpdateApiConfigRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

publicUpdateApiConfigRequest.BuildersetUpdateMask(FieldMask.BuilderbuilderForValue)

Field mask is used to specify the fields to be overwritten in the ApiConfig 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
UpdateApiConfigRequest.Builder

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.