Interface CreateCompilationResultRequestOrBuilder (0.12.0)

public interface CreateCompilationResultRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompilationResult()

public abstract CompilationResult getCompilationResult()

Required. The compilation result to create.

.google.cloud.dataform.v1alpha2.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CompilationResult

The compilationResult.

getCompilationResultOrBuilder()

public abstract CompilationResultOrBuilder getCompilationResultOrBuilder()

Required. The compilation result to create.

.google.cloud.dataform.v1alpha2.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CompilationResultOrBuilder

getParent()

public abstract String getParent()

Required. The repository in which to create the compilation result. Must be in the format projects/*/locations/*/repositories/*.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The repository in which to create the compilation result. Must be in the format projects/*/locations/*/repositories/*.

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasCompilationResult()

public abstract boolean hasCompilationResult()

Required. The compilation result to create.

.google.cloud.dataform.v1alpha2.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the compilationResult field is set.