public interface UpdateInsightTypeConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInsightTypeConfig()
public abstract InsightTypeConfig getInsightTypeConfig()Required. The InsightTypeConfig to update.
.google.cloud.recommender.v1beta1.InsightTypeConfig insight_type_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| InsightTypeConfig | The insightTypeConfig. |
getInsightTypeConfigOrBuilder()
public abstract InsightTypeConfigOrBuilder getInsightTypeConfigOrBuilder()Required. The InsightTypeConfig to update.
.google.cloud.recommender.v1beta1.InsightTypeConfig insight_type_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| InsightTypeConfigOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
getValidateOnly()
public abstract boolean getValidateOnly()If true, validate the request and preview the change, but do not actually update it.
bool validate_only = 3;
| Type | Description |
| boolean | The validateOnly. |
hasInsightTypeConfig()
public abstract boolean hasInsightTypeConfig()Required. The InsightTypeConfig to update.
.google.cloud.recommender.v1beta1.InsightTypeConfig insight_type_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the insightTypeConfig field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |