public static final class CompilationResultAction.Relation extends com.google.protobuf.GeneratedMessageV3 implements CompilationResultAction.RelationOrBuilder
Represents a database relation.Protobuf type
google.cloud.dataform.v1alpha2.CompilationResultAction.Relation| Modifier and Type | Class and Description |
|---|---|
static class |
CompilationResultAction.Relation.Builder
Represents a database relation.
|
static class |
CompilationResultAction.Relation.IncrementalTableConfig
Contains settings for relations of type `INCREMENTAL_TABLE`.
|
static interface |
CompilationResultAction.Relation.IncrementalTableConfigOrBuilder |
static class |
CompilationResultAction.Relation.RelationType
Indicates the type of this relation.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ADDITIONAL_OPTIONS_FIELD_NUMBER |
static int |
CLUSTER_EXPRESSIONS_FIELD_NUMBER |
static int |
DEPENDENCY_TARGETS_FIELD_NUMBER |
static int |
DISABLED_FIELD_NUMBER |
static int |
INCREMENTAL_TABLE_CONFIG_FIELD_NUMBER |
static int |
PARTITION_EXPIRATION_DAYS_FIELD_NUMBER |
static int |
PARTITION_EXPRESSION_FIELD_NUMBER |
static int |
POST_OPERATIONS_FIELD_NUMBER |
static int |
PRE_OPERATIONS_FIELD_NUMBER |
static int |
RELATION_DESCRIPTOR_FIELD_NUMBER |
static int |
RELATION_TYPE_FIELD_NUMBER |
static int |
REQUIRE_PARTITION_FILTER_FIELD_NUMBER |
static int |
SELECT_QUERY_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAdditionalOptions(String key)
Additional options that will be provided as key/value pairs into the
options clause of a create table/view statement.
|
boolean |
equals(Object obj) |
Map<String,String> |
getAdditionalOptions()
Deprecated.
|
int |
getAdditionalOptionsCount()
Additional options that will be provided as key/value pairs into the
options clause of a create table/view statement.
|
Map<String,String> |
getAdditionalOptionsMap()
Additional options that will be provided as key/value pairs into the
options clause of a create table/view statement.
|
String |
getAdditionalOptionsOrDefault(String key,
String defaultValue)
Additional options that will be provided as key/value pairs into the
options clause of a create table/view statement.
|
String |
getAdditionalOptionsOrThrow(String key)
Additional options that will be provided as key/value pairs into the
options clause of a create table/view statement.
|
String |
getClusterExpressions(int index)
A list of columns or SQL expressions used to cluster the table.
|
com.google.protobuf.ByteString |
getClusterExpressionsBytes(int index)
A list of columns or SQL expressions used to cluster the table.
|
int |
getClusterExpressionsCount()
A list of columns or SQL expressions used to cluster the table.
|
com.google.protobuf.ProtocolStringList |
getClusterExpressionsList()
A list of columns or SQL expressions used to cluster the table.
|
static CompilationResultAction.Relation |
getDefaultInstance() |
CompilationResultAction.Relation |
getDefaultInstanceForType() |
Target |
getDependencyTargets(int index)
A list of actions that this action depends on.
|
int |
getDependencyTargetsCount()
A list of actions that this action depends on.
|
List<Target> |
getDependencyTargetsList()
A list of actions that this action depends on.
|
TargetOrBuilder |
getDependencyTargetsOrBuilder(int index)
A list of actions that this action depends on.
|
List<? extends TargetOrBuilder> |
getDependencyTargetsOrBuilderList()
A list of actions that this action depends on.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getDisabled()
Whether this action is disabled (i.e.
|
CompilationResultAction.Relation.IncrementalTableConfig |
getIncrementalTableConfig()
Configures `INCREMENTAL_TABLE` settings for this relation.
|
CompilationResultAction.Relation.IncrementalTableConfigOrBuilder |
getIncrementalTableConfigOrBuilder()
Configures `INCREMENTAL_TABLE` settings for this relation.
|
com.google.protobuf.Parser<CompilationResultAction.Relation> |
getParserForType() |
int |
getPartitionExpirationDays()
Sets the partition expiration in days.
|
String |
getPartitionExpression()
The SQL expression used to partition the relation.
|
com.google.protobuf.ByteString |
getPartitionExpressionBytes()
The SQL expression used to partition the relation.
|
String |
getPostOperations(int index)
SQL statements to be executed after creating the relation.
|
com.google.protobuf.ByteString |
getPostOperationsBytes(int index)
SQL statements to be executed after creating the relation.
|
int |
getPostOperationsCount()
SQL statements to be executed after creating the relation.
|
com.google.protobuf.ProtocolStringList |
getPostOperationsList()
SQL statements to be executed after creating the relation.
|
String |
getPreOperations(int index)
SQL statements to be executed before creating the relation.
|
com.google.protobuf.ByteString |
getPreOperationsBytes(int index)
SQL statements to be executed before creating the relation.
|
int |
getPreOperationsCount()
SQL statements to be executed before creating the relation.
|
com.google.protobuf.ProtocolStringList |
getPreOperationsList()
SQL statements to be executed before creating the relation.
|
RelationDescriptor |
getRelationDescriptor()
Descriptor for the relation and its columns.
|
RelationDescriptorOrBuilder |
getRelationDescriptorOrBuilder()
Descriptor for the relation and its columns.
|
CompilationResultAction.Relation.RelationType |
getRelationType()
The type of this relation.
|
int |
getRelationTypeValue()
The type of this relation.
|
boolean |
getRequirePartitionFilter()
Specifies whether queries on this table must include a predicate filter
that filters on the partitioning column.
|
String |
getSelectQuery()
The SELECT query which returns rows which this relation should contain.
|
com.google.protobuf.ByteString |
getSelectQueryBytes()
The SELECT query which returns rows which this relation should contain.
|
int |
getSerializedSize() |
String |
getTags(int index)
Arbitrary, user-defined tags on this action.
|
com.google.protobuf.ByteString |
getTagsBytes(int index)
Arbitrary, user-defined tags on this action.
|
int |
getTagsCount()
Arbitrary, user-defined tags on this action.
|
com.google.protobuf.ProtocolStringList |
getTagsList()
Arbitrary, user-defined tags on this action.
|
int |
hashCode() |
boolean |
hasIncrementalTableConfig()
Configures `INCREMENTAL_TABLE` settings for this relation.
|
boolean |
hasRelationDescriptor()
Descriptor for the relation and its columns.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static CompilationResultAction.Relation.Builder |
newBuilder() |
static CompilationResultAction.Relation.Builder |
newBuilder(CompilationResultAction.Relation prototype) |
CompilationResultAction.Relation.Builder |
newBuilderForType() |
protected CompilationResultAction.Relation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CompilationResultAction.Relation |
parseDelimitedFrom(InputStream input) |
static CompilationResultAction.Relation |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CompilationResultAction.Relation |
parseFrom(byte[] data) |
static CompilationResultAction.Relation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CompilationResultAction.Relation |
parseFrom(ByteBuffer data) |
static CompilationResultAction.Relation |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CompilationResultAction.Relation |
parseFrom(com.google.protobuf.ByteString data) |
static CompilationResultAction.Relation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CompilationResultAction.Relation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CompilationResultAction.Relation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CompilationResultAction.Relation |
parseFrom(InputStream input) |
static CompilationResultAction.Relation |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CompilationResultAction.Relation> |
parser() |
CompilationResultAction.Relation.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DEPENDENCY_TARGETS_FIELD_NUMBER
public static final int DISABLED_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
public static final int RELATION_DESCRIPTOR_FIELD_NUMBER
public static final int RELATION_TYPE_FIELD_NUMBER
public static final int SELECT_QUERY_FIELD_NUMBER
public static final int PRE_OPERATIONS_FIELD_NUMBER
public static final int POST_OPERATIONS_FIELD_NUMBER
public static final int INCREMENTAL_TABLE_CONFIG_FIELD_NUMBER
public static final int PARTITION_EXPRESSION_FIELD_NUMBER
public static final int CLUSTER_EXPRESSIONS_FIELD_NUMBER
public static final int PARTITION_EXPIRATION_DAYS_FIELD_NUMBER
public static final int REQUIRE_PARTITION_FILTER_FIELD_NUMBER
public static final int ADDITIONAL_OPTIONS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<Target> getDependencyTargetsList()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;getDependencyTargetsList in interface CompilationResultAction.RelationOrBuilderpublic List<? extends TargetOrBuilder> getDependencyTargetsOrBuilderList()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;getDependencyTargetsOrBuilderList in interface CompilationResultAction.RelationOrBuilderpublic int getDependencyTargetsCount()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;getDependencyTargetsCount in interface CompilationResultAction.RelationOrBuilderpublic Target getDependencyTargets(int index)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;getDependencyTargets in interface CompilationResultAction.RelationOrBuilderpublic TargetOrBuilder getDependencyTargetsOrBuilder(int index)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;getDependencyTargetsOrBuilder in interface CompilationResultAction.RelationOrBuilderpublic boolean getDisabled()
Whether this action is disabled (i.e. should not be run).
bool disabled = 2;getDisabled in interface CompilationResultAction.RelationOrBuilderpublic com.google.protobuf.ProtocolStringList getTagsList()
Arbitrary, user-defined tags on this action.
repeated string tags = 3;getTagsList in interface CompilationResultAction.RelationOrBuilderpublic int getTagsCount()
Arbitrary, user-defined tags on this action.
repeated string tags = 3;getTagsCount in interface CompilationResultAction.RelationOrBuilderpublic String getTags(int index)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;getTags in interface CompilationResultAction.RelationOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getTagsBytes(int index)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;getTagsBytes in interface CompilationResultAction.RelationOrBuilderindex - The index of the value to return.public boolean hasRelationDescriptor()
Descriptor for the relation and its columns.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 4;hasRelationDescriptor in interface CompilationResultAction.RelationOrBuilderpublic RelationDescriptor getRelationDescriptor()
Descriptor for the relation and its columns.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 4;getRelationDescriptor in interface CompilationResultAction.RelationOrBuilderpublic RelationDescriptorOrBuilder getRelationDescriptorOrBuilder()
Descriptor for the relation and its columns.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 4;getRelationDescriptorOrBuilder in interface CompilationResultAction.RelationOrBuilderpublic int getRelationTypeValue()
The type of this relation.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation.RelationType relation_type = 5;
getRelationTypeValue in interface CompilationResultAction.RelationOrBuilderpublic CompilationResultAction.Relation.RelationType getRelationType()
The type of this relation.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation.RelationType relation_type = 5;
getRelationType in interface CompilationResultAction.RelationOrBuilderpublic String getSelectQuery()
The SELECT query which returns rows which this relation should contain.
string select_query = 6;getSelectQuery in interface CompilationResultAction.RelationOrBuilderpublic com.google.protobuf.ByteString getSelectQueryBytes()
The SELECT query which returns rows which this relation should contain.
string select_query = 6;getSelectQueryBytes in interface CompilationResultAction.RelationOrBuilderpublic com.google.protobuf.ProtocolStringList getPreOperationsList()
SQL statements to be executed before creating the relation.
repeated string pre_operations = 7;getPreOperationsList in interface CompilationResultAction.RelationOrBuilderpublic int getPreOperationsCount()
SQL statements to be executed before creating the relation.
repeated string pre_operations = 7;getPreOperationsCount in interface CompilationResultAction.RelationOrBuilderpublic String getPreOperations(int index)
SQL statements to be executed before creating the relation.
repeated string pre_operations = 7;getPreOperations in interface CompilationResultAction.RelationOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getPreOperationsBytes(int index)
SQL statements to be executed before creating the relation.
repeated string pre_operations = 7;getPreOperationsBytes in interface CompilationResultAction.RelationOrBuilderindex - The index of the value to return.public com.google.protobuf.ProtocolStringList getPostOperationsList()
SQL statements to be executed after creating the relation.
repeated string post_operations = 8;getPostOperationsList in interface CompilationResultAction.RelationOrBuilderpublic int getPostOperationsCount()
SQL statements to be executed after creating the relation.
repeated string post_operations = 8;getPostOperationsCount in interface CompilationResultAction.RelationOrBuilderpublic String getPostOperations(int index)
SQL statements to be executed after creating the relation.
repeated string post_operations = 8;getPostOperations in interface CompilationResultAction.RelationOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getPostOperationsBytes(int index)
SQL statements to be executed after creating the relation.
repeated string post_operations = 8;getPostOperationsBytes in interface CompilationResultAction.RelationOrBuilderindex - The index of the value to return.public boolean hasIncrementalTableConfig()
Configures `INCREMENTAL_TABLE` settings for this relation. Only set if `relation_type` is `INCREMENTAL_TABLE`.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation.IncrementalTableConfig incremental_table_config = 9;
hasIncrementalTableConfig in interface CompilationResultAction.RelationOrBuilderpublic CompilationResultAction.Relation.IncrementalTableConfig getIncrementalTableConfig()
Configures `INCREMENTAL_TABLE` settings for this relation. Only set if `relation_type` is `INCREMENTAL_TABLE`.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation.IncrementalTableConfig incremental_table_config = 9;
getIncrementalTableConfig in interface CompilationResultAction.RelationOrBuilderpublic CompilationResultAction.Relation.IncrementalTableConfigOrBuilder getIncrementalTableConfigOrBuilder()
Configures `INCREMENTAL_TABLE` settings for this relation. Only set if `relation_type` is `INCREMENTAL_TABLE`.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation.IncrementalTableConfig incremental_table_config = 9;
getIncrementalTableConfigOrBuilder in interface CompilationResultAction.RelationOrBuilderpublic String getPartitionExpression()
The SQL expression used to partition the relation.
string partition_expression = 10;getPartitionExpression in interface CompilationResultAction.RelationOrBuilderpublic com.google.protobuf.ByteString getPartitionExpressionBytes()
The SQL expression used to partition the relation.
string partition_expression = 10;getPartitionExpressionBytes in interface CompilationResultAction.RelationOrBuilderpublic com.google.protobuf.ProtocolStringList getClusterExpressionsList()
A list of columns or SQL expressions used to cluster the table.
repeated string cluster_expressions = 11;getClusterExpressionsList in interface CompilationResultAction.RelationOrBuilderpublic int getClusterExpressionsCount()
A list of columns or SQL expressions used to cluster the table.
repeated string cluster_expressions = 11;getClusterExpressionsCount in interface CompilationResultAction.RelationOrBuilderpublic String getClusterExpressions(int index)
A list of columns or SQL expressions used to cluster the table.
repeated string cluster_expressions = 11;getClusterExpressions in interface CompilationResultAction.RelationOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getClusterExpressionsBytes(int index)
A list of columns or SQL expressions used to cluster the table.
repeated string cluster_expressions = 11;getClusterExpressionsBytes in interface CompilationResultAction.RelationOrBuilderindex - The index of the value to return.public int getPartitionExpirationDays()
Sets the partition expiration in days.
int32 partition_expiration_days = 12;getPartitionExpirationDays in interface CompilationResultAction.RelationOrBuilderpublic boolean getRequirePartitionFilter()
Specifies whether queries on this table must include a predicate filter that filters on the partitioning column.
bool require_partition_filter = 13;getRequirePartitionFilter in interface CompilationResultAction.RelationOrBuilderpublic int getAdditionalOptionsCount()
CompilationResultAction.RelationOrBuilderAdditional options that will be provided as key/value pairs into the options clause of a create table/view statement. See https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language for more information on which options are supported.
map<string, string> additional_options = 14;getAdditionalOptionsCount in interface CompilationResultAction.RelationOrBuilderpublic boolean containsAdditionalOptions(String key)
Additional options that will be provided as key/value pairs into the options clause of a create table/view statement. See https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language for more information on which options are supported.
map<string, string> additional_options = 14;containsAdditionalOptions in interface CompilationResultAction.RelationOrBuilder@Deprecated public Map<String,String> getAdditionalOptions()
getAdditionalOptionsMap() instead.getAdditionalOptions in interface CompilationResultAction.RelationOrBuilderpublic Map<String,String> getAdditionalOptionsMap()
Additional options that will be provided as key/value pairs into the options clause of a create table/view statement. See https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language for more information on which options are supported.
map<string, string> additional_options = 14;getAdditionalOptionsMap in interface CompilationResultAction.RelationOrBuilderpublic String getAdditionalOptionsOrDefault(String key, String defaultValue)
Additional options that will be provided as key/value pairs into the options clause of a create table/view statement. See https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language for more information on which options are supported.
map<string, string> additional_options = 14;getAdditionalOptionsOrDefault in interface CompilationResultAction.RelationOrBuilderpublic String getAdditionalOptionsOrThrow(String key)
Additional options that will be provided as key/value pairs into the options clause of a create table/view statement. See https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language for more information on which options are supported.
map<string, string> additional_options = 14;getAdditionalOptionsOrThrow in interface CompilationResultAction.RelationOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CompilationResultAction.Relation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResultAction.Relation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResultAction.Relation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResultAction.Relation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResultAction.Relation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResultAction.Relation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResultAction.Relation parseFrom(InputStream input) throws IOException
IOExceptionpublic static CompilationResultAction.Relation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CompilationResultAction.Relation parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CompilationResultAction.Relation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CompilationResultAction.Relation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CompilationResultAction.Relation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CompilationResultAction.Relation.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CompilationResultAction.Relation.Builder newBuilder()
public static CompilationResultAction.Relation.Builder newBuilder(CompilationResultAction.Relation prototype)
public CompilationResultAction.Relation.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CompilationResultAction.Relation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CompilationResultAction.Relation getDefaultInstance()
public static com.google.protobuf.Parser<CompilationResultAction.Relation> parser()
public com.google.protobuf.Parser<CompilationResultAction.Relation> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CompilationResultAction.Relation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.