public static final class MetadataJob.ImportJobSpec.ImportJobScope extends GeneratedMessageV3 implements MetadataJob.ImportJobSpec.ImportJobScopeOrBuilder
A boundary on the scope of impact that the metadata import job can have.
Protobuf type google.cloud.dataplex.v1.MetadataJob.ImportJobSpec.ImportJobScope
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ASPECT_TYPES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENTRY_GROUPS_FIELD_NUMBER
public static final int ENTRY_GROUPS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENTRY_TYPES_FIELD_NUMBER
public static final int ENTRY_TYPES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static MetadataJob.ImportJobSpec.ImportJobScope getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static MetadataJob.ImportJobSpec.ImportJobScope.Builder newBuilder()
public static MetadataJob.ImportJobSpec.ImportJobScope.Builder newBuilder(MetadataJob.ImportJobSpec.ImportJobScope prototype)
public static MetadataJob.ImportJobSpec.ImportJobScope parseDelimitedFrom(InputStream input)
public static MetadataJob.ImportJobSpec.ImportJobScope parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MetadataJob.ImportJobSpec.ImportJobScope parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static MetadataJob.ImportJobSpec.ImportJobScope parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MetadataJob.ImportJobSpec.ImportJobScope parseFrom(ByteString data)
public static MetadataJob.ImportJobSpec.ImportJobScope parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MetadataJob.ImportJobSpec.ImportJobScope parseFrom(CodedInputStream input)
public static MetadataJob.ImportJobSpec.ImportJobScope parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MetadataJob.ImportJobSpec.ImportJobScope parseFrom(InputStream input)
public static MetadataJob.ImportJobSpec.ImportJobScope parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MetadataJob.ImportJobSpec.ImportJobScope parseFrom(ByteBuffer data)
public static MetadataJob.ImportJobSpec.ImportJobScope parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<MetadataJob.ImportJobSpec.ImportJobScope> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public String getAspectTypes(int index)
Optional. The aspect types that are in scope for the import job,
specified as relative resource names in the format
projects/{project_number_or_id}/locations/{location_id}/aspectTypes/{aspect_type_id}
.
The job modifies only the aspects that belong to these aspect types.
If the metadata import file attempts to modify an aspect whose type
isn't included in this list, the import job is halted before modifying
any entries or aspects.
The location of an aspect type must either match the location of the
job, or the aspect type must be global.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The aspectTypes at the given index.
|
public ByteString getAspectTypesBytes(int index)
Optional. The aspect types that are in scope for the import job,
specified as relative resource names in the format
projects/{project_number_or_id}/locations/{location_id}/aspectTypes/{aspect_type_id}
.
The job modifies only the aspects that belong to these aspect types.
If the metadata import file attempts to modify an aspect whose type
isn't included in this list, the import job is halted before modifying
any entries or aspects.
The location of an aspect type must either match the location of the
job, or the aspect type must be global.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the aspectTypes at the given index.
|
public int getAspectTypesCount()
Optional. The aspect types that are in scope for the import job,
specified as relative resource names in the format
projects/{project_number_or_id}/locations/{location_id}/aspectTypes/{aspect_type_id}
.
The job modifies only the aspects that belong to these aspect types.
If the metadata import file attempts to modify an aspect whose type
isn't included in this list, the import job is halted before modifying
any entries or aspects.
The location of an aspect type must either match the location of the
job, or the aspect type must be global.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
int |
The count of aspectTypes.
|
public ProtocolStringList getAspectTypesList()
Optional. The aspect types that are in scope for the import job,
specified as relative resource names in the format
projects/{project_number_or_id}/locations/{location_id}/aspectTypes/{aspect_type_id}
.
The job modifies only the aspects that belong to these aspect types.
If the metadata import file attempts to modify an aspect whose type
isn't included in this list, the import job is halted before modifying
any entries or aspects.
The location of an aspect type must either match the location of the
job, or the aspect type must be global.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
public MetadataJob.ImportJobSpec.ImportJobScope getDefaultInstanceForType()
getEntryGroups(int index)
public String getEntryGroups(int index)
Required. The entry group that is in scope for the import job,
specified as a relative resource name in the format
projects/{project_number_or_id}/locations/{location_id}/entryGroups/{entry_group_id}
.
Only entries that belong to the specified entry group are affected by
the job.
Must contain exactly one element. The entry group and the job
must be in the same location.
repeated string entry_groups = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The entryGroups at the given index.
|
getEntryGroupsBytes(int index)
public ByteString getEntryGroupsBytes(int index)
Required. The entry group that is in scope for the import job,
specified as a relative resource name in the format
projects/{project_number_or_id}/locations/{location_id}/entryGroups/{entry_group_id}
.
Only entries that belong to the specified entry group are affected by
the job.
Must contain exactly one element. The entry group and the job
must be in the same location.
repeated string entry_groups = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the entryGroups at the given index.
|
getEntryGroupsCount()
public int getEntryGroupsCount()
Required. The entry group that is in scope for the import job,
specified as a relative resource name in the format
projects/{project_number_or_id}/locations/{location_id}/entryGroups/{entry_group_id}
.
Only entries that belong to the specified entry group are affected by
the job.
Must contain exactly one element. The entry group and the job
must be in the same location.
repeated string entry_groups = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
int |
The count of entryGroups.
|
getEntryGroupsList()
public ProtocolStringList getEntryGroupsList()
Required. The entry group that is in scope for the import job,
specified as a relative resource name in the format
projects/{project_number_or_id}/locations/{location_id}/entryGroups/{entry_group_id}
.
Only entries that belong to the specified entry group are affected by
the job.
Must contain exactly one element. The entry group and the job
must be in the same location.
repeated string entry_groups = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getEntryTypes(int index)
public String getEntryTypes(int index)
Required. The entry types that are in scope for the import job,
specified as relative resource names in the format
projects/{project_number_or_id}/locations/{location_id}/entryTypes/{entry_type_id}
.
The job modifies only the entries that belong to these entry types.
If the metadata import file attempts to modify an entry whose type
isn't included in this list, the import job is halted before modifying
any entries or aspects.
The location of an entry type must either match the location of the
job, or the entry type must be global.
repeated string entry_types = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The entryTypes at the given index.
|
getEntryTypesBytes(int index)
public ByteString getEntryTypesBytes(int index)
Required. The entry types that are in scope for the import job,
specified as relative resource names in the format
projects/{project_number_or_id}/locations/{location_id}/entryTypes/{entry_type_id}
.
The job modifies only the entries that belong to these entry types.
If the metadata import file attempts to modify an entry whose type
isn't included in this list, the import job is halted before modifying
any entries or aspects.
The location of an entry type must either match the location of the
job, or the entry type must be global.
repeated string entry_types = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the entryTypes at the given index.
|
getEntryTypesCount()
public int getEntryTypesCount()
Required. The entry types that are in scope for the import job,
specified as relative resource names in the format
projects/{project_number_or_id}/locations/{location_id}/entryTypes/{entry_type_id}
.
The job modifies only the entries that belong to these entry types.
If the metadata import file attempts to modify an entry whose type
isn't included in this list, the import job is halted before modifying
any entries or aspects.
The location of an entry type must either match the location of the
job, or the entry type must be global.
repeated string entry_types = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
int |
The count of entryTypes.
|
getEntryTypesList()
public ProtocolStringList getEntryTypesList()
Required. The entry types that are in scope for the import job,
specified as relative resource names in the format
projects/{project_number_or_id}/locations/{location_id}/entryTypes/{entry_type_id}
.
The job modifies only the entries that belong to these entry types.
If the metadata import file attempts to modify an entry whose type
isn't included in this list, the import job is halted before modifying
any entries or aspects.
The location of an entry type must either match the location of the
job, or the entry type must be global.
repeated string entry_types = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public Parser<MetadataJob.ImportJobSpec.ImportJobScope> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public MetadataJob.ImportJobSpec.ImportJobScope.Builder newBuilderForType()
protected MetadataJob.ImportJobSpec.ImportJobScope.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public MetadataJob.ImportJobSpec.ImportJobScope.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides