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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicUpdateApiConfigRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicUpdateApiConfigRequestbuild()
buildPartial()
publicUpdateApiConfigRequestbuildPartial()
clear()
publicUpdateApiConfigRequest.Builderclear()
Overrides
clearApiConfig()
publicUpdateApiConfigRequest.BuilderclearApiConfig()
Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
publicUpdateApiConfigRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicUpdateApiConfigRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
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;
clone()
publicUpdateApiConfigRequest.Builderclone()
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];
getApiConfigOrBuilder()
publicApiConfigOrBuildergetApiConfigOrBuilder()
Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
publicUpdateApiConfigRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
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;
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;
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()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeApiConfig(ApiConfig value)
publicUpdateApiConfigRequest.BuildermergeApiConfig(ApiConfigvalue)
Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(UpdateApiConfigRequest other)
publicUpdateApiConfigRequest.BuildermergeFrom(UpdateApiConfigRequestother)
publicUpdateApiConfigRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicUpdateApiConfigRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateApiConfigRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
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;
setApiConfig(ApiConfig value)
publicUpdateApiConfigRequest.BuildersetApiConfig(ApiConfigvalue)
Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
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];
setField(Descriptors.FieldDescriptor field, Object value)
publicUpdateApiConfigRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicUpdateApiConfigRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateApiConfigRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
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;
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
|