Class ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder (3.84.0)

public static final class ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder extends GeneratedMessage.Builder<ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder> implements ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSourceOrBuilder

Specifies source code to be fetched from a Git repository managed through the Developer Connect service.

Protobuf type google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource build()
Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource

buildPartial()

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource buildPartial()
Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource

clear()

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder clear()
Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder
Overrides

clearConfig()

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder clearConfig()

Required. The Developer Connect configuration that defines the specific repository, revision, and directory to use as the source code root.

.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder

getConfig()

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig getConfig()

Required. The Developer Connect configuration that defines the specific repository, revision, and directory to use as the source code root.

.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig

The config.

getConfigBuilder()

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig.Builder getConfigBuilder()

Required. The Developer Connect configuration that defines the specific repository, revision, and directory to use as the source code root.

.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig.Builder

getConfigOrBuilder()

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfigOrBuilder getConfigOrBuilder()

Required. The Developer Connect configuration that defines the specific repository, revision, and directory to use as the source code root.

.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfigOrBuilder

getDefaultInstanceForType()

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource getDefaultInstanceForType()
Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasConfig()

public boolean hasConfig()

Required. The Developer Connect configuration that defines the specific repository, revision, and directory to use as the source code root.

.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the config field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeConfig(ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig value)

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder mergeConfig(ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig value)

Required. The Developer Connect configuration that defines the specific repository, revision, and directory to use as the source code root.

.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig config = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig
Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder

mergeFrom(ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource other)

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder mergeFrom(ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource other)
Parameter
Name Description
other ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource
Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder
Overrides

setConfig(ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig value)

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder setConfig(ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig value)

Required. The Developer Connect configuration that defines the specific repository, revision, and directory to use as the source code root.

.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig config = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig
Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder

setConfig(ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig.Builder builderForValue)

public ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder setConfig(ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig.Builder builderForValue)

Required. The Developer Connect configuration that defines the specific repository, revision, and directory to use as the source code root.

.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig config = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig.Builder
Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource.Builder