public interface UpdateUserStoreRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getUserStore()
public abstract UserStore getUserStore() Required. The User Store to update.
Format:
projects/{project}/locations/{location}/userStores/{user_store_id}
.google.cloud.discoveryengine.v1beta.UserStore user_store = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserStore |
The userStore. |
getUserStoreOrBuilder()
public abstract UserStoreOrBuilder getUserStoreOrBuilder() Required. The User Store to update.
Format:
projects/{project}/locations/{location}/userStores/{user_store_id}
.google.cloud.discoveryengine.v1beta.UserStore user_store = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserStoreOrBuilder |
|
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
hasUserStore()
public abstract boolean hasUserStore() Required. The User Store to update.
Format:
projects/{project}/locations/{location}/userStores/{user_store_id}
.google.cloud.discoveryengine.v1beta.UserStore user_store = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userStore field is set. |