public interface RemoveControlRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getControlId()
Required.
|
com.google.protobuf.ByteString |
getControlIdBytes()
Required.
|
String |
getServingConfig()
Required.
|
com.google.protobuf.ByteString |
getServingConfigBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServingConfig()
Required. The source ServingConfig resource name . Format:
`projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}`
string serving_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getServingConfigBytes()
Required. The source ServingConfig resource name . Format:
`projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}`
string serving_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getControlId()
Required. The id of the control to apply. Assumed to be in the same catalog as the serving config.
string control_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getControlIdBytes()
Required. The id of the control to apply. Assumed to be in the same catalog as the serving config.
string control_id = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.