publicstaticfinalclass UpdateGatewayRequest.BuilderextendsGeneratedMessageV3.Builder<UpdateGatewayRequest.Builder>implementsUpdateGatewayRequestOrBuilder
Request message for ApiGatewayService.UpdateGateway
Protobuf type google.cloud.apigateway.v1.UpdateGatewayRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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)
publicUpdateGatewayRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicUpdateGatewayRequestbuild()
buildPartial()
publicUpdateGatewayRequestbuildPartial()
clear()
publicUpdateGatewayRequest.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicUpdateGatewayRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearGateway()
publicUpdateGatewayRequest.BuilderclearGateway()
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
publicUpdateGatewayRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearUpdateMask()
publicUpdateGatewayRequest.BuilderclearUpdateMask()
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;
clone()
publicUpdateGatewayRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicUpdateGatewayRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getGateway()
publicGatewaygetGateway()
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
Gateway |
The gateway.
|
getGatewayBuilder()
publicGateway.BuildergetGatewayBuilder()
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];
getGatewayOrBuilder()
publicGatewayOrBuildergetGatewayOrBuilder()
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
publicFieldMaskgetUpdateMask()
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()
publicFieldMask.BuildergetUpdateMaskBuilder()
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;
getUpdateMaskOrBuilder()
publicFieldMaskOrBuildergetUpdateMaskOrBuilder()
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;
hasGateway()
publicbooleanhasGateway()
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()
publicbooleanhasUpdateMask()
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()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(UpdateGatewayRequest other)
publicUpdateGatewayRequest.BuildermergeFrom(UpdateGatewayRequestother)
publicUpdateGatewayRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicUpdateGatewayRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeGateway(Gateway value)
publicUpdateGatewayRequest.BuildermergeGateway(Gatewayvalue)
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
value |
Gateway
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateGatewayRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
mergeUpdateMask(FieldMask value)
publicUpdateGatewayRequest.BuildermergeUpdateMask(FieldMaskvalue)
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;
setField(Descriptors.FieldDescriptor field, Object value)
publicUpdateGatewayRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setGateway(Gateway value)
publicUpdateGatewayRequest.BuildersetGateway(Gatewayvalue)
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
value |
Gateway
|
setGateway(Gateway.Builder builderForValue)
publicUpdateGatewayRequest.BuildersetGateway(Gateway.BuilderbuilderForValue)
Required. Gateway resource.
.google.cloud.apigateway.v1.Gateway gateway = 2 [(.google.api.field_behavior) = REQUIRED];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicUpdateGatewayRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateGatewayRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setUpdateMask(FieldMask value)
publicUpdateGatewayRequest.BuildersetUpdateMask(FieldMaskvalue)
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;
setUpdateMask(FieldMask.Builder builderForValue)
publicUpdateGatewayRequest.BuildersetUpdateMask(FieldMask.BuilderbuilderForValue)
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
|