- 0.51.0 (latest)
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class CompilationResultAction.Operations extends GeneratedMessageV3 implements CompilationResultAction.OperationsOrBuilder
Represents a list of arbitrary database operations.
Protobuf type google.cloud.dataform.v1alpha2.CompilationResultAction.Operations
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CompilationResultAction.OperationsImplements
CompilationResultAction.OperationsOrBuilderStatic Fields
DEPENDENCY_TARGETS_FIELD_NUMBER
public static final int DEPENDENCY_TARGETS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
DISABLED_FIELD_NUMBER
public static final int DISABLED_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
HAS_OUTPUT_FIELD_NUMBER
public static final int HAS_OUTPUT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
QUERIES_FIELD_NUMBER
public static final int QUERIES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
RELATION_DESCRIPTOR_FIELD_NUMBER
public static final int RELATION_DESCRIPTOR_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TAGS_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static CompilationResultAction.Operations getDefaultInstance()
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static CompilationResultAction.Operations.Builder newBuilder()
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations.Builder |
newBuilder(CompilationResultAction.Operations prototype)
public static CompilationResultAction.Operations.Builder newBuilder(CompilationResultAction.Operations prototype)
Parameter | |
---|---|
Name | Description |
prototype |
CompilationResultAction.Operations |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations.Builder |
parseDelimitedFrom(InputStream input)
public static CompilationResultAction.Operations parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CompilationResultAction.Operations parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static CompilationResultAction.Operations parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CompilationResultAction.Operations parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CompilationResultAction.Operations parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompilationResultAction.Operations parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CompilationResultAction.Operations parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CompilationResultAction.Operations parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static CompilationResultAction.Operations parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CompilationResultAction.Operations parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CompilationResultAction.Operations parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CompilationResultAction.Operations parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CompilationResultAction.Operations> parser()
Returns | |
---|---|
Type | Description |
Parser<Operations> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public CompilationResultAction.Operations getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations |
getDependencyTargets(int index)
public Target getDependencyTargets(int index)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Target |
getDependencyTargetsCount()
public int getDependencyTargetsCount()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Returns | |
---|---|
Type | Description |
int |
getDependencyTargetsList()
public List<Target> getDependencyTargetsList()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Returns | |
---|---|
Type | Description |
List<Target> |
getDependencyTargetsOrBuilder(int index)
public TargetOrBuilder getDependencyTargetsOrBuilder(int index)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TargetOrBuilder |
getDependencyTargetsOrBuilderList()
public List<? extends TargetOrBuilder> getDependencyTargetsOrBuilderList()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.dataform.v1alpha2.TargetOrBuilder> |
getDisabled()
public boolean getDisabled()
Whether this action is disabled (i.e. should not be run).
bool disabled = 2;
Returns | |
---|---|
Type | Description |
boolean |
The disabled. |
getHasOutput()
public boolean getHasOutput()
Whether these operations produce an output relation.
bool has_output = 5;
Returns | |
---|---|
Type | Description |
boolean |
The hasOutput. |
getParserForType()
public Parser<CompilationResultAction.Operations> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Operations> |
getQueries(int index)
public String getQueries(int index)
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The queries at the given index. |
getQueriesBytes(int index)
public ByteString getQueriesBytes(int index)
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the queries at the given index. |
getQueriesCount()
public int getQueriesCount()
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Returns | |
---|---|
Type | Description |
int |
The count of queries. |
getQueriesList()
public ProtocolStringList getQueriesList()
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the queries. |
getRelationDescriptor()
public RelationDescriptor getRelationDescriptor()
Descriptor for any output relation and its columns. Only set if
has_output
is true.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;
Returns | |
---|---|
Type | Description |
RelationDescriptor |
The relationDescriptor. |
getRelationDescriptorOrBuilder()
public RelationDescriptorOrBuilder getRelationDescriptorOrBuilder()
Descriptor for any output relation and its columns. Only set if
has_output
is true.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;
Returns | |
---|---|
Type | Description |
RelationDescriptorOrBuilder |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getTags(int index)
public String getTags(int index)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The tags at the given index. |
getTagsBytes(int index)
public ByteString getTagsBytes(int index)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the tags at the given index. |
getTagsCount()
public int getTagsCount()
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Returns | |
---|---|
Type | Description |
int |
The count of tags. |
getTagsList()
public ProtocolStringList getTagsList()
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the tags. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hasRelationDescriptor()
public boolean hasRelationDescriptor()
Descriptor for any output relation and its columns. Only set if
has_output
is true.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the relationDescriptor field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public CompilationResultAction.Operations.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CompilationResultAction.Operations.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public CompilationResultAction.Operations.Builder toBuilder()
Returns | |
---|---|
Type | Description |
CompilationResultAction.Operations.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |