public static final class UpdateApiConfigRequest.Builder extends GeneratedMessage.Builder<UpdateApiConfigRequest.Builder> implements UpdateApiConfigRequestOrBuilderRequest message for ApiGatewayService.UpdateApiConfig
Protobuf type google.cloud.apigateway.v1.UpdateApiConfigRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateApiConfigRequest.BuilderImplements
UpdateApiConfigRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateApiConfigRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest |
|
buildPartial()
public UpdateApiConfigRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest |
|
clear()
public UpdateApiConfigRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|
clearApiConfig()
public UpdateApiConfigRequest.Builder clearApiConfig()Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|
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];
| Returns | |
|---|---|
| Type | Description |
ApiConfig.Builder |
|
getApiConfigOrBuilder()
public ApiConfigOrBuilder getApiConfigOrBuilder()Required. API Config resource.
.google.cloud.apigateway.v1.ApiConfig api_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ApiConfigOrBuilder |
|
getDefaultInstanceForType()
public UpdateApiConfigRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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];
| Parameter | |
|---|---|
| Name | Description |
value |
ApiConfig |
| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|
mergeFrom(UpdateApiConfigRequest other)
public UpdateApiConfigRequest.Builder mergeFrom(UpdateApiConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateApiConfigRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateApiConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateApiConfigRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|
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];
| Parameter | |
|---|---|
| Name | Description |
value |
ApiConfig |
| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|
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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ApiConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|
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 |
| Returns | |
|---|---|
| Type | Description |
UpdateApiConfigRequest.Builder |
|