public interface UpdateInsightTypeConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InsightTypeConfig |
getInsightTypeConfig()
Required.
|
InsightTypeConfigOrBuilder |
getInsightTypeConfigOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to be updated.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to be updated.
|
boolean |
getValidateOnly()
If true, validate the request and preview the change, but do not actually
update it.
|
boolean |
hasInsightTypeConfig()
Required.
|
boolean |
hasUpdateMask()
The list of fields to be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInsightTypeConfig()
Required. The InsightTypeConfig to update.
.google.cloud.recommender.v1.InsightTypeConfig insight_type_config = 1 [(.google.api.field_behavior) = REQUIRED];
InsightTypeConfig getInsightTypeConfig()
Required. The InsightTypeConfig to update.
.google.cloud.recommender.v1.InsightTypeConfig insight_type_config = 1 [(.google.api.field_behavior) = REQUIRED];
InsightTypeConfigOrBuilder getInsightTypeConfigOrBuilder()
Required. The InsightTypeConfig to update.
.google.cloud.recommender.v1.InsightTypeConfig insight_type_config = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;boolean getValidateOnly()
If true, validate the request and preview the change, but do not actually update it.
bool validate_only = 3;Copyright © 2024 Google LLC. All rights reserved.