public static final class UpdateWasmPluginRequest.Builder extends GeneratedMessageV3.Builder<UpdateWasmPluginRequest.Builder> implements UpdateWasmPluginRequestOrBuilder
Request used by the UpdateWasmPlugin
method.
Protobuf type google.cloud.networkservices.v1.UpdateWasmPluginRequest
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()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateWasmPluginRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateWasmPluginRequest build()
buildPartial()
public UpdateWasmPluginRequest buildPartial()
clear()
public UpdateWasmPluginRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdateWasmPluginRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateWasmPluginRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearUpdateMask()
public UpdateWasmPluginRequest.Builder clearUpdateMask()
Optional. Used to specify the fields to be overwritten in the
WasmPlugin
resource by the update.
The fields specified in the update_mask
field are relative to the
resource, not the full request.
An omitted update_mask
field is treated as an implied update_mask
field equivalent to all fields that are populated (that have a non-empty
value).
The update_mask
field supports a special value *
, which means that
each field in the given WasmPlugin
resource (including the empty ones)
replaces the current value.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
clearWasmPlugin()
public UpdateWasmPluginRequest.Builder clearWasmPlugin()
Required. Updated WasmPlugin
resource.
.google.cloud.networkservices.v1.WasmPlugin wasm_plugin = 2 [(.google.api.field_behavior) = REQUIRED];
clone()
public UpdateWasmPluginRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public UpdateWasmPluginRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
Optional. Used to specify the fields to be overwritten in the
WasmPlugin
resource by the update.
The fields specified in the update_mask
field are relative to the
resource, not the full request.
An omitted update_mask
field is treated as an implied update_mask
field equivalent to all fields that are populated (that have a non-empty
value).
The update_mask
field supports a special value *
, which means that
each field in the given WasmPlugin
resource (including the empty ones)
replaces the current value.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
Optional. Used to specify the fields to be overwritten in the
WasmPlugin
resource by the update.
The fields specified in the update_mask
field are relative to the
resource, not the full request.
An omitted update_mask
field is treated as an implied update_mask
field equivalent to all fields that are populated (that have a non-empty
value).
The update_mask
field supports a special value *
, which means that
each field in the given WasmPlugin
resource (including the empty ones)
replaces the current value.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Used to specify the fields to be overwritten in the
WasmPlugin
resource by the update.
The fields specified in the update_mask
field are relative to the
resource, not the full request.
An omitted update_mask
field is treated as an implied update_mask
field equivalent to all fields that are populated (that have a non-empty
value).
The update_mask
field supports a special value *
, which means that
each field in the given WasmPlugin
resource (including the empty ones)
replaces the current value.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
getWasmPlugin()
public WasmPlugin getWasmPlugin()
Required. Updated WasmPlugin
resource.
.google.cloud.networkservices.v1.WasmPlugin wasm_plugin = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
WasmPlugin |
The wasmPlugin.
|
getWasmPluginBuilder()
public WasmPlugin.Builder getWasmPluginBuilder()
Required. Updated WasmPlugin
resource.
.google.cloud.networkservices.v1.WasmPlugin wasm_plugin = 2 [(.google.api.field_behavior) = REQUIRED];
getWasmPluginOrBuilder()
public WasmPluginOrBuilder getWasmPluginOrBuilder()
Required. Updated WasmPlugin
resource.
.google.cloud.networkservices.v1.WasmPlugin wasm_plugin = 2 [(.google.api.field_behavior) = REQUIRED];
hasUpdateMask()
public boolean hasUpdateMask()
Optional. Used to specify the fields to be overwritten in the
WasmPlugin
resource by the update.
The fields specified in the update_mask
field are relative to the
resource, not the full request.
An omitted update_mask
field is treated as an implied update_mask
field equivalent to all fields that are populated (that have a non-empty
value).
The update_mask
field supports a special value *
, which means that
each field in the given WasmPlugin
resource (including the empty ones)
replaces the current value.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
hasWasmPlugin()
public boolean hasWasmPlugin()
Required. Updated WasmPlugin
resource.
.google.cloud.networkservices.v1.WasmPlugin wasm_plugin = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the wasmPlugin field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UpdateWasmPluginRequest other)
public UpdateWasmPluginRequest.Builder mergeFrom(UpdateWasmPluginRequest other)
public UpdateWasmPluginRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateWasmPluginRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateWasmPluginRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeUpdateMask(FieldMask value)
public UpdateWasmPluginRequest.Builder mergeUpdateMask(FieldMask value)
Optional. Used to specify the fields to be overwritten in the
WasmPlugin
resource by the update.
The fields specified in the update_mask
field are relative to the
resource, not the full request.
An omitted update_mask
field is treated as an implied update_mask
field equivalent to all fields that are populated (that have a non-empty
value).
The update_mask
field supports a special value *
, which means that
each field in the given WasmPlugin
resource (including the empty ones)
replaces the current value.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
mergeWasmPlugin(WasmPlugin value)
public UpdateWasmPluginRequest.Builder mergeWasmPlugin(WasmPlugin value)
Required. Updated WasmPlugin
resource.
.google.cloud.networkservices.v1.WasmPlugin wasm_plugin = 2 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateWasmPluginRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateWasmPluginRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateWasmPluginRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateMask(FieldMask value)
public UpdateWasmPluginRequest.Builder setUpdateMask(FieldMask value)
Optional. Used to specify the fields to be overwritten in the
WasmPlugin
resource by the update.
The fields specified in the update_mask
field are relative to the
resource, not the full request.
An omitted update_mask
field is treated as an implied update_mask
field equivalent to all fields that are populated (that have a non-empty
value).
The update_mask
field supports a special value *
, which means that
each field in the given WasmPlugin
resource (including the empty ones)
replaces the current value.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateWasmPluginRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Optional. Used to specify the fields to be overwritten in the
WasmPlugin
resource by the update.
The fields specified in the update_mask
field are relative to the
resource, not the full request.
An omitted update_mask
field is treated as an implied update_mask
field equivalent to all fields that are populated (that have a non-empty
value).
The update_mask
field supports a special value *
, which means that
each field in the given WasmPlugin
resource (including the empty ones)
replaces the current value.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
builderForValue |
Builder
|
setWasmPlugin(WasmPlugin value)
public UpdateWasmPluginRequest.Builder setWasmPlugin(WasmPlugin value)
Required. Updated WasmPlugin
resource.
.google.cloud.networkservices.v1.WasmPlugin wasm_plugin = 2 [(.google.api.field_behavior) = REQUIRED];
setWasmPlugin(WasmPlugin.Builder builderForValue)
public UpdateWasmPluginRequest.Builder setWasmPlugin(WasmPlugin.Builder builderForValue)
Required. Updated WasmPlugin
resource.
.google.cloud.networkservices.v1.WasmPlugin wasm_plugin = 2 [(.google.api.field_behavior) = REQUIRED];