Package com.google.cloud.retail.v2beta
Interface RemoveControlRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveControlRequest,RemoveControlRequest.Builder
public interface RemoveControlRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetControlId()Required.com.google.protobuf.ByteStringgetControlIdBytes()Required.StringgetServingConfig()Required.com.google.protobuf.ByteStringgetServingConfigBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServingConfig
String 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) = { ... }- Returns:
- The servingConfig.
-
getServingConfigBytes
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) = { ... }- Returns:
- The bytes for servingConfig.
-
getControlId
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];- Returns:
- The controlId.
-
getControlIdBytes
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];- Returns:
- The bytes for controlId.
-
-