public interface CreateCompilationResultRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompilationResult()
public abstract CompilationResult getCompilationResult()Required. The compilation result to create.
.google.cloud.dataform.v1beta1.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CompilationResult |
The compilationResult. |
getCompilationResultOrBuilder()
public abstract CompilationResultOrBuilder getCompilationResultOrBuilder()Required. The compilation result to create.
.google.cloud.dataform.v1beta1.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasCompilationResult()
public abstract boolean hasCompilationResult()Required. The compilation result to create.
.google.cloud.dataform.v1beta1.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the compilationResult field is set. |