Class UpdatePluginInstanceRequest.Builder (0.29.0)
public static final class UpdatePluginInstanceRequest.Builder extends GeneratedMessageV3.Builder<UpdatePluginInstanceRequest.Builder> implements UpdatePluginInstanceRequestOrBuilder
The
UpdatePluginInstance
method's request.
Protobuf type google.cloud.apihub.v1.UpdatePluginInstanceRequest
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 UpdatePluginInstanceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdatePluginInstanceRequest build()
buildPartial()
public UpdatePluginInstanceRequest buildPartial()
clear()
public UpdatePluginInstanceRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdatePluginInstanceRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdatePluginInstanceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPluginInstance()
public UpdatePluginInstanceRequest.Builder clearPluginInstance()
Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
clearUpdateMask()
public UpdatePluginInstanceRequest.Builder clearUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
clone()
public UpdatePluginInstanceRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public UpdatePluginInstanceRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getPluginInstance()
public PluginInstance getPluginInstance()
Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
getPluginInstanceBuilder()
public PluginInstance.Builder getPluginInstanceBuilder()
Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
getPluginInstanceOrBuilder()
public PluginInstanceOrBuilder getPluginInstanceOrBuilder()
Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
public FieldMask getUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
hasPluginInstance()
public boolean hasPluginInstance()
Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the pluginInstance field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UpdatePluginInstanceRequest other)
public UpdatePluginInstanceRequest.Builder mergeFrom(UpdatePluginInstanceRequest other)
public UpdatePluginInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdatePluginInstanceRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergePluginInstance(PluginInstance value)
public UpdatePluginInstanceRequest.Builder mergePluginInstance(PluginInstance value)
Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdatePluginInstanceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeUpdateMask(FieldMask value)
public UpdatePluginInstanceRequest.Builder mergeUpdateMask(FieldMask value)
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdatePluginInstanceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPluginInstance(PluginInstance value)
public UpdatePluginInstanceRequest.Builder setPluginInstance(PluginInstance value)
Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
setPluginInstance(PluginInstance.Builder builderForValue)
public UpdatePluginInstanceRequest.Builder setPluginInstance(PluginInstance.Builder builderForValue)
Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdatePluginInstanceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdatePluginInstanceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateMask(FieldMask value)
public UpdatePluginInstanceRequest.Builder setUpdateMask(FieldMask value)
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
setUpdateMask(FieldMask.Builder builderForValue)
public UpdatePluginInstanceRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
builderForValue |
Builder
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]