public static final class UpdateApiConfigRequest.Builder extends GeneratedMessageV3.Builder<UpdateApiConfigRequest.Builder> implements UpdateApiConfigRequestOrBuilder
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.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()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateApiConfigRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateApiConfigRequest build()
buildPartial()
public UpdateApiConfigRequest buildPartial()
clear()
public UpdateApiConfigRequest.Builder clear()
Overrides
clearApiConfig()
public UpdateApiConfigRequest.Builder clearApiConfig()
Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public UpdateApiConfigRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateApiConfigRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearUpdateMask()
public UpdateApiConfigRequest.Builder clearUpdateMask()
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()
public UpdateApiConfigRequest.Builder clone()
Overrides
getApiConfig()
public ApiConfig getApiConfig()
Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ApiConfig | The apiConfig.
|
getApiConfigBuilder()
public ApiConfig.Builder getApiConfigBuilder()
Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
getApiConfigOrBuilder()
public ApiConfigOrBuilder getApiConfigOrBuilder()
Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public UpdateApiConfigRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
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()
public FieldMask.Builder getUpdateMaskBuilder()
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()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
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()
public boolean hasApiConfig()
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()
public boolean hasUpdateMask()
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()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeApiConfig(ApiConfig value)
public UpdateApiConfigRequest.Builder mergeApiConfig(ApiConfig value)
Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(UpdateApiConfigRequest other)
public UpdateApiConfigRequest.Builder mergeFrom(UpdateApiConfigRequest other)
public UpdateApiConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateApiConfigRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateApiConfigRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeUpdateMask(FieldMask value)
public UpdateApiConfigRequest.Builder mergeUpdateMask(FieldMask value)
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)
public UpdateApiConfigRequest.Builder setApiConfig(ApiConfig value)
Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
setApiConfig(ApiConfig.Builder builderForValue)
public UpdateApiConfigRequest.Builder setApiConfig(ApiConfig.Builder builderForValue)
Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateApiConfigRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateApiConfigRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateApiConfigRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateMask(FieldMask value)
public UpdateApiConfigRequest.Builder setUpdateMask(FieldMask value)
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)
public UpdateApiConfigRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
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
|