public sealed class ReasoningEngineSpec.Types.SourceCodeSpec.Types.DeveloperConnectConfig : IMessage<ReasoningEngineSpec.Types.SourceCodeSpec.Types.DeveloperConnectConfig>, IEquatable<ReasoningEngineSpec.Types.SourceCodeSpec.Types.DeveloperConnectConfig>, IDeepCloneable<ReasoningEngineSpec.Types.SourceCodeSpec.Types.DeveloperConnectConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ReasoningEngineSpec.Types.SourceCodeSpec.Types.DeveloperConnectConfig.
Specifies the configuration for fetching source code from a Git repository that is managed by Developer Connect. This includes the repository, revision, and directory to use.
Implements
IMessageReasoningEngineSpecTypesSourceCodeSpecTypesDeveloperConnectConfig, IEquatableReasoningEngineSpecTypesSourceCodeSpecTypesDeveloperConnectConfig, IDeepCloneableReasoningEngineSpecTypesSourceCodeSpecTypesDeveloperConnectConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeveloperConnectConfig()
public DeveloperConnectConfig()DeveloperConnectConfig(DeveloperConnectConfig)
public DeveloperConnectConfig(ReasoningEngineSpec.Types.SourceCodeSpec.Types.DeveloperConnectConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ReasoningEngineSpecTypesSourceCodeSpecTypesDeveloperConnectConfig |
Properties
Dir
public string Dir { get; set; }Required. Directory, relative to the source root, in which to run the build.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GitRepositoryLink
public string GitRepositoryLink { get; set; }Required. The Developer Connect Git repository link, formatted as
projects/*/locations/*/connections/*/gitRepositoryLink/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GitRepositoryLinkAsGitRepositoryLinkName
public GitRepositoryLinkName GitRepositoryLinkAsGitRepositoryLinkName { get; set; }GitRepositoryLinkName-typed view over the GitRepositoryLink resource name property.
| Property Value | |
|---|---|
| Type | Description |
GitRepositoryLinkName |
|
Revision
public string Revision { get; set; }Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
| Property Value | |
|---|---|
| Type | Description |
string |
|