Interface UpdateInsightTypeConfigRequestOrBuilder (2.43.0)

public interface UpdateInsightTypeConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInsightTypeConfig()

public abstract InsightTypeConfig getInsightTypeConfig()

Required. The InsightTypeConfig to update.

.google.cloud.recommender.v1.InsightTypeConfig insight_type_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
InsightTypeConfig

The insightTypeConfig.

getInsightTypeConfigOrBuilder()

public abstract InsightTypeConfigOrBuilder getInsightTypeConfigOrBuilder()

Required. The InsightTypeConfig to update.

.google.cloud.recommender.v1.InsightTypeConfig insight_type_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
InsightTypeConfigOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The list of fields to be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The list of fields to be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

The validateOnly.

hasInsightTypeConfig()

public abstract boolean hasInsightTypeConfig()

Required. The InsightTypeConfig to update.

.google.cloud.recommender.v1.InsightTypeConfig insight_type_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the updateMask field is set.