Interface ExtensionManifestOrBuilder (3.42.0)

public interface ExtensionManifestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApiSpec()

public abstract ExtensionManifest.ApiSpec getApiSpec()

Required. Immutable. The API specification shown to the LLM.

.google.cloud.aiplatform.v1beta1.ExtensionManifest.ApiSpec api_spec = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExtensionManifest.ApiSpec

The apiSpec.

getApiSpecOrBuilder()

public abstract ExtensionManifest.ApiSpecOrBuilder getApiSpecOrBuilder()

Required. Immutable. The API specification shown to the LLM.

.google.cloud.aiplatform.v1beta1.ExtensionManifest.ApiSpec api_spec = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExtensionManifest.ApiSpecOrBuilder

getAuthConfig()

public abstract AuthConfig getAuthConfig()

Required. Immutable. Type of auth supported by this extension.

.google.cloud.aiplatform.v1beta1.AuthConfig auth_config = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AuthConfig

The authConfig.

getAuthConfigOrBuilder()

public abstract AuthConfigOrBuilder getAuthConfigOrBuilder()

Required. Immutable. Type of auth supported by this extension.

.google.cloud.aiplatform.v1beta1.AuthConfig auth_config = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AuthConfigOrBuilder

getDescription()

public abstract String getDescription()

Required. The natural language description shown to the LLM. It should describe the usage of the extension, and is essential for the LLM to perform reasoning.

string description = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Required. The natural language description shown to the LLM. It should describe the usage of the extension, and is essential for the LLM to perform reasoning.

string description = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for description.

getName()

public abstract String getName()

Required. Extension name shown to the LLM. The name can be up to 128 characters long.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Extension name shown to the LLM. The name can be up to 128 characters long.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for name.

hasApiSpec()

public abstract boolean hasApiSpec()

Required. Immutable. The API specification shown to the LLM.

.google.cloud.aiplatform.v1beta1.ExtensionManifest.ApiSpec api_spec = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the apiSpec field is set.

hasAuthConfig()

public abstract boolean hasAuthConfig()

Required. Immutable. Type of auth supported by this extension.

.google.cloud.aiplatform.v1beta1.AuthConfig auth_config = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the authConfig field is set.