public static final class UpdatePluginInstanceRequest.Builder extends GeneratedMessage.Builder<UpdatePluginInstanceRequest.Builder> implements UpdatePluginInstanceRequestOrBuilderThe UpdatePluginInstance method's request.
Protobuf type google.cloud.apihub.v1.UpdatePluginInstanceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdatePluginInstanceRequest.BuilderImplements
UpdatePluginInstanceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdatePluginInstanceRequest build()| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest |
|
buildPartial()
public UpdatePluginInstanceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest |
|
clear()
public UpdatePluginInstanceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|
clearPluginInstance()
public UpdatePluginInstanceRequest.Builder clearPluginInstance()Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|
clearUpdateMask()
public UpdatePluginInstanceRequest.Builder clearUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|
getDefaultInstanceForType()
public UpdatePluginInstanceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPluginInstance()
public PluginInstance getPluginInstance()Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PluginInstance |
The pluginInstance. |
getPluginInstanceBuilder()
public PluginInstance.Builder getPluginInstanceBuilder()Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PluginInstance.Builder |
|
getPluginInstanceOrBuilder()
public PluginInstanceOrBuilder getPluginInstanceOrBuilder()Required. The plugin instance to update.
.google.cloud.apihub.v1.PluginInstance plugin_instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PluginInstanceOrBuilder |
|
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];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdatePluginInstanceRequest other)
public UpdatePluginInstanceRequest.Builder mergeFrom(UpdatePluginInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdatePluginInstanceRequest |
| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdatePluginInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdatePluginInstanceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|
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];
| Parameter | |
|---|---|
| Name | Description |
value |
PluginInstance |
| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|
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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|
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];
| Parameter | |
|---|---|
| Name | Description |
value |
PluginInstance |
| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|
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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PluginInstance.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|
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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|
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 |
| Returns | |
|---|---|
| Type | Description |
UpdatePluginInstanceRequest.Builder |
|