public interface UpdatePluginInstanceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPluginInstance()
public abstract 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. |
getPluginInstanceOrBuilder()
public abstract 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 abstract 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. |
getUpdateMaskOrBuilder()
public abstract 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 abstract 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 abstract 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. |