public interface UpdateCachedContentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCachedContent()
public abstract CachedContent getCachedContent()Required. The cached content to update
.google.cloud.aiplatform.v1beta1.CachedContent cached_content = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CachedContent |
The cachedContent. |
getCachedContentOrBuilder()
public abstract CachedContentOrBuilder getCachedContentOrBuilder()Required. The cached content to update
.google.cloud.aiplatform.v1beta1.CachedContent cached_content = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CachedContentOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasCachedContent()
public abstract boolean hasCachedContent()Required. The cached content to update
.google.cloud.aiplatform.v1beta1.CachedContent cached_content = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cachedContent field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |