public final class OtherCloudDiscoveryTarget extends GeneratedMessageV3 implements OtherCloudDiscoveryTargetOrBuilder
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
CONDITIONS_FIELD_NUMBER
public static final int CONDITIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DATA_SOURCE_TYPE_FIELD_NUMBER
public static final int DATA_SOURCE_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DISABLED_FIELD_NUMBER
public static final int DISABLED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GENERATION_CADENCE_FIELD_NUMBER
public static final int GENERATION_CADENCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static OtherCloudDiscoveryTarget getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static OtherCloudDiscoveryTarget.Builder newBuilder()
newBuilder(OtherCloudDiscoveryTarget prototype)
public static OtherCloudDiscoveryTarget.Builder newBuilder(OtherCloudDiscoveryTarget prototype)
public static OtherCloudDiscoveryTarget parseDelimitedFrom(InputStream input)
public static OtherCloudDiscoveryTarget parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static OtherCloudDiscoveryTarget parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OtherCloudDiscoveryTarget parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static OtherCloudDiscoveryTarget parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OtherCloudDiscoveryTarget parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OtherCloudDiscoveryTarget parseFrom(CodedInputStream input)
public static OtherCloudDiscoveryTarget parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OtherCloudDiscoveryTarget parseFrom(InputStream input)
public static OtherCloudDiscoveryTarget parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static OtherCloudDiscoveryTarget parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OtherCloudDiscoveryTarget parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<OtherCloudDiscoveryTarget> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCadenceCase()
public OtherCloudDiscoveryTarget.CadenceCase getCadenceCase()
getConditions()
public DiscoveryOtherCloudConditions getConditions()
Optional. In addition to matching the filter, these conditions must be true
before a profile is generated.
.google.privacy.dlp.v2.DiscoveryOtherCloudConditions conditions = 3 [(.google.api.field_behavior) = OPTIONAL];
getConditionsOrBuilder()
public DiscoveryOtherCloudConditionsOrBuilder getConditionsOrBuilder()
Optional. In addition to matching the filter, these conditions must be true
before a profile is generated.
.google.privacy.dlp.v2.DiscoveryOtherCloudConditions conditions = 3 [(.google.api.field_behavior) = OPTIONAL];
getDataSourceType()
public DataSourceType getDataSourceType()
Required. The type of data profiles generated by this discovery target.
Supported values are:
.google.privacy.dlp.v2.DataSourceType data_source_type = 1 [(.google.api.field_behavior) = REQUIRED];
getDataSourceTypeOrBuilder()
public DataSourceTypeOrBuilder getDataSourceTypeOrBuilder()
Required. The type of data profiles generated by this discovery target.
Supported values are:
.google.privacy.dlp.v2.DataSourceType data_source_type = 1 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public OtherCloudDiscoveryTarget getDefaultInstanceForType()
getDisabled()
public Disabled getDisabled()
Disable profiling for resources that match this filter.
.google.privacy.dlp.v2.Disabled disabled = 5;
Returns |
Type |
Description |
Disabled |
The disabled.
|
getDisabledOrBuilder()
public DisabledOrBuilder getDisabledOrBuilder()
Disable profiling for resources that match this filter.
.google.privacy.dlp.v2.Disabled disabled = 5;
getFilter()
public DiscoveryOtherCloudFilter getFilter()
Required. The resources that the discovery cadence applies to. The
first target with a matching filter will be the one to apply to a resource.
.google.privacy.dlp.v2.DiscoveryOtherCloudFilter filter = 2 [(.google.api.field_behavior) = REQUIRED];
getFilterOrBuilder()
public DiscoveryOtherCloudFilterOrBuilder getFilterOrBuilder()
Required. The resources that the discovery cadence applies to. The
first target with a matching filter will be the one to apply to a resource.
.google.privacy.dlp.v2.DiscoveryOtherCloudFilter filter = 2 [(.google.api.field_behavior) = REQUIRED];
getGenerationCadence()
public DiscoveryOtherCloudGenerationCadence getGenerationCadence()
How often and when to update data profiles. New resources that match both
the filter and conditions are scanned as quickly as possible depending on
system capacity.
.google.privacy.dlp.v2.DiscoveryOtherCloudGenerationCadence generation_cadence = 4;
getGenerationCadenceOrBuilder()
public DiscoveryOtherCloudGenerationCadenceOrBuilder getGenerationCadenceOrBuilder()
How often and when to update data profiles. New resources that match both
the filter and conditions are scanned as quickly as possible depending on
system capacity.
.google.privacy.dlp.v2.DiscoveryOtherCloudGenerationCadence generation_cadence = 4;
getParserForType()
public Parser<OtherCloudDiscoveryTarget> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasConditions()
public boolean hasConditions()
Optional. In addition to matching the filter, these conditions must be true
before a profile is generated.
.google.privacy.dlp.v2.DiscoveryOtherCloudConditions conditions = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the conditions field is set.
|
hasDataSourceType()
public boolean hasDataSourceType()
Required. The type of data profiles generated by this discovery target.
Supported values are:
.google.privacy.dlp.v2.DataSourceType data_source_type = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the dataSourceType field is set.
|
hasDisabled()
public boolean hasDisabled()
Disable profiling for resources that match this filter.
.google.privacy.dlp.v2.Disabled disabled = 5;
Returns |
Type |
Description |
boolean |
Whether the disabled field is set.
|
hasFilter()
public boolean hasFilter()
Required. The resources that the discovery cadence applies to. The
first target with a matching filter will be the one to apply to a resource.
.google.privacy.dlp.v2.DiscoveryOtherCloudFilter filter = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the filter field is set.
|
hasGenerationCadence()
public boolean hasGenerationCadence()
How often and when to update data profiles. New resources that match both
the filter and conditions are scanned as quickly as possible depending on
system capacity.
.google.privacy.dlp.v2.DiscoveryOtherCloudGenerationCadence generation_cadence = 4;
Returns |
Type |
Description |
boolean |
Whether the generationCadence field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public OtherCloudDiscoveryTarget.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OtherCloudDiscoveryTarget.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public OtherCloudDiscoveryTarget.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides