Interface CreateCachedContentRequestOrBuilder (3.46.0)

public interface CreateCachedContentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCachedContent()

public abstract CachedContent getCachedContent()

Required. The cached content to create

.google.cloud.aiplatform.v1beta1.CachedContent cached_content = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CachedContent

The cachedContent.

getCachedContentOrBuilder()

public abstract CachedContentOrBuilder getCachedContentOrBuilder()

Required. The cached content to create

.google.cloud.aiplatform.v1beta1.CachedContent cached_content = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CachedContentOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource where the cached content will be created

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource where the cached content will be created

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasCachedContent()

public abstract boolean hasCachedContent()

Required. The cached content to create

.google.cloud.aiplatform.v1beta1.CachedContent cached_content = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the cachedContent field is set.