Interface CreateCompilationResultRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateCompilationResultRequest
,CreateCompilationResultRequest.Builder
public interface CreateCompilationResultRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompilationResult
getCompilationResult()
Required.CompilationResultOrBuilder
getCompilationResultOrBuilder()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.boolean
hasCompilationResult()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
hasCompilationResult
boolean hasCompilationResult()
Required. The compilation result to create.
.google.cloud.dataform.v1alpha2.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the compilationResult field is set.
-
getCompilationResult
CompilationResult getCompilationResult()
Required. The compilation result to create.
.google.cloud.dataform.v1alpha2.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The compilationResult.
-
getCompilationResultOrBuilder
CompilationResultOrBuilder getCompilationResultOrBuilder()
Required. The compilation result to create.
.google.cloud.dataform.v1alpha2.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
-
-