public static final class Origin.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder> implements OriginOrBuilder
Origin of a process.Protobuf type
google.cloud.datacatalog.lineage.v1.Origin| Modifier and Type | Method and Description |
|---|---|
Origin.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Origin |
build() |
Origin |
buildPartial() |
Origin.Builder |
clear() |
Origin.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Origin.Builder |
clearName()
If the source_type isn't CUSTOM, the value of this field should be a GCP
resource name of the system, which reports lineage.
|
Origin.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Origin.Builder |
clearSourceType()
Type of the source.
|
Origin.Builder |
clone() |
Origin |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getName()
If the source_type isn't CUSTOM, the value of this field should be a GCP
resource name of the system, which reports lineage.
|
com.google.protobuf.ByteString |
getNameBytes()
If the source_type isn't CUSTOM, the value of this field should be a GCP
resource name of the system, which reports lineage.
|
Origin.SourceType |
getSourceType()
Type of the source.
|
int |
getSourceTypeValue()
Type of the source.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Origin.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Origin.Builder |
mergeFrom(com.google.protobuf.Message other) |
Origin.Builder |
mergeFrom(Origin other) |
Origin.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Origin.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Origin.Builder |
setName(String value)
If the source_type isn't CUSTOM, the value of this field should be a GCP
resource name of the system, which reports lineage.
|
Origin.Builder |
setNameBytes(com.google.protobuf.ByteString value)
If the source_type isn't CUSTOM, the value of this field should be a GCP
resource name of the system, which reports lineage.
|
Origin.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Origin.Builder |
setSourceType(Origin.SourceType value)
Type of the source.
|
Origin.Builder |
setSourceTypeValue(int value)
Type of the source.
|
Origin.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>public Origin.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>public Origin getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Origin build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Origin buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Origin.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>public Origin.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>public Origin.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>public Origin.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>public Origin.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>public Origin.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>public Origin.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Origin.Builder>public Origin.Builder mergeFrom(Origin other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>public Origin.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Origin.Builder>IOExceptionpublic int getSourceTypeValue()
Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged, and may be restricted in the future without notice.
.google.cloud.datacatalog.lineage.v1.Origin.SourceType source_type = 1;getSourceTypeValue in interface OriginOrBuilderpublic Origin.Builder setSourceTypeValue(int value)
Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged, and may be restricted in the future without notice.
.google.cloud.datacatalog.lineage.v1.Origin.SourceType source_type = 1;value - The enum numeric value on the wire for sourceType to set.public Origin.SourceType getSourceType()
Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged, and may be restricted in the future without notice.
.google.cloud.datacatalog.lineage.v1.Origin.SourceType source_type = 1;getSourceType in interface OriginOrBuilderpublic Origin.Builder setSourceType(Origin.SourceType value)
Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged, and may be restricted in the future without notice.
.google.cloud.datacatalog.lineage.v1.Origin.SourceType source_type = 1;value - The sourceType to set.public Origin.Builder clearSourceType()
Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged, and may be restricted in the future without notice.
.google.cloud.datacatalog.lineage.v1.Origin.SourceType source_type = 1;public String getName()
If the source_type isn't CUSTOM, the value of this field should be a GCP
resource name of the system, which reports lineage. The project and
location parts of the resource name must match the project and location of
the lineage resource being created. Examples:
- `{source_type: COMPOSER, name:
"projects/foo/locations/us/environments/bar"}`
- `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
- `{source_type: CUSTOM, name: "myCustomIntegration"}`
string name = 2;getName in interface OriginOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
If the source_type isn't CUSTOM, the value of this field should be a GCP
resource name of the system, which reports lineage. The project and
location parts of the resource name must match the project and location of
the lineage resource being created. Examples:
- `{source_type: COMPOSER, name:
"projects/foo/locations/us/environments/bar"}`
- `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
- `{source_type: CUSTOM, name: "myCustomIntegration"}`
string name = 2;getNameBytes in interface OriginOrBuilderpublic Origin.Builder setName(String value)
If the source_type isn't CUSTOM, the value of this field should be a GCP
resource name of the system, which reports lineage. The project and
location parts of the resource name must match the project and location of
the lineage resource being created. Examples:
- `{source_type: COMPOSER, name:
"projects/foo/locations/us/environments/bar"}`
- `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
- `{source_type: CUSTOM, name: "myCustomIntegration"}`
string name = 2;value - The name to set.public Origin.Builder clearName()
If the source_type isn't CUSTOM, the value of this field should be a GCP
resource name of the system, which reports lineage. The project and
location parts of the resource name must match the project and location of
the lineage resource being created. Examples:
- `{source_type: COMPOSER, name:
"projects/foo/locations/us/environments/bar"}`
- `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
- `{source_type: CUSTOM, name: "myCustomIntegration"}`
string name = 2;public Origin.Builder setNameBytes(com.google.protobuf.ByteString value)
If the source_type isn't CUSTOM, the value of this field should be a GCP
resource name of the system, which reports lineage. The project and
location parts of the resource name must match the project and location of
the lineage resource being created. Examples:
- `{source_type: COMPOSER, name:
"projects/foo/locations/us/environments/bar"}`
- `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
- `{source_type: CUSTOM, name: "myCustomIntegration"}`
string name = 2;value - The bytes for name to set.public final Origin.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>public final Origin.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Origin.Builder>Copyright © 2024 Google LLC. All rights reserved.