public interface UpdateSearchConfigRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSearchConfig()
public abstract SearchConfig getSearchConfig()
Required. The search configuration to update.
The search configuration's name
field is used to identify the resource to
be updated. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
.google.cloud.visionai.v1.SearchConfig search_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SearchConfig |
The searchConfig. |
getSearchConfigOrBuilder()
public abstract SearchConfigOrBuilder getSearchConfigOrBuilder()
Required. The search configuration to update.
The search configuration's name
field is used to identify the resource to
be updated. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
.google.cloud.visionai.v1.SearchConfig search_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SearchConfigOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
The list of fields to be updated. If left unset, all field paths will be updated/overwritten.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated. If left unset, all field paths will be updated/overwritten.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasSearchConfig()
public abstract boolean hasSearchConfig()
Required. The search configuration to update.
The search configuration's name
field is used to identify the resource to
be updated. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
.google.cloud.visionai.v1.SearchConfig search_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the searchConfig field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
The list of fields to be updated. If left unset, all field paths will be updated/overwritten.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |