public interface OriginOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.