- 0.48.0 (latest)
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class DatasetConfig.Builder extends GeneratedMessageV3.Builder<DatasetConfig.Builder> implements DatasetConfigOrBuilder
Message describing the dataset configuration properties. For more information, see Dataset configuration properties.
Protobuf type google.cloud.storageinsights.v1.DatasetConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DatasetConfig.BuilderImplements
DatasetConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DatasetConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
build()
public DatasetConfig build()
Returns | |
---|---|
Type | Description |
DatasetConfig |
buildPartial()
public DatasetConfig buildPartial()
Returns | |
---|---|
Type | Description |
DatasetConfig |
clear()
public DatasetConfig.Builder clear()
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearCloudStorageBuckets()
public DatasetConfig.Builder clearCloudStorageBuckets()
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearCloudStorageLocations()
public DatasetConfig.Builder clearCloudStorageLocations()
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearCloudStorageObjectPath()
public DatasetConfig.Builder clearCloudStorageObjectPath()
Input only. Cloud Storage object path containing a list of project or folder numbers to include in the dataset; it cannot contain a mix of project and folders.
The object must be a text file where each line has one of the following entries:
- Project number, formatted as
projects/{project_number}
, for example,projects/1234567890
. - Folder identifier, formatted as
folders/{folder_number}
, for example,folders/9876543210
. Path must be in the formatgs://{bucket_name}/{object_name}
.
string cloud_storage_object_path = 21 [(.google.api.field_behavior) = INPUT_ONLY];
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
clearCreateTime()
public DatasetConfig.Builder clearCreateTime()
Output only. The UTC time at which the dataset configuration was created. This is auto-populated.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearDatasetConfigState()
public DatasetConfig.Builder clearDatasetConfigState()
Output only. State of the datasetConfig
.
.google.cloud.storageinsights.v1.DatasetConfig.ConfigState dataset_config_state = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
clearDescription()
public DatasetConfig.Builder clearDescription()
Optional. A user-provided description for the dataset configuration.
Maximum length: 256 characters.
string description = 20 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
clearExcludeCloudStorageBuckets()
public DatasetConfig.Builder clearExcludeCloudStorageBuckets()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets exclude_cloud_storage_buckets = 11;
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearExcludeCloudStorageLocations()
public DatasetConfig.Builder clearExcludeCloudStorageLocations()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations exclude_cloud_storage_locations = 9;
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public DatasetConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearIdentity()
public DatasetConfig.Builder clearIdentity()
Identity used by this datasetConfig
.
.google.cloud.storageinsights.v1.Identity identity = 16;
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearIncludeCloudStorageBuckets()
public DatasetConfig.Builder clearIncludeCloudStorageBuckets()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets include_cloud_storage_buckets = 10;
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearIncludeCloudStorageLocations()
public DatasetConfig.Builder clearIncludeCloudStorageLocations()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations include_cloud_storage_locations = 8;
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearIncludeNewlyCreatedBuckets()
public DatasetConfig.Builder clearIncludeNewlyCreatedBuckets()
If set to true
, the request includes all the newly created buckets in the
dataset that meet the inclusion and exclusion rules.
bool include_newly_created_buckets = 12;
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
clearLabels()
public DatasetConfig.Builder clearLabels()
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearLink()
public DatasetConfig.Builder clearLink()
Details of the linked dataset.
.google.cloud.storageinsights.v1.DatasetConfig.Link link = 15;
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearName()
public DatasetConfig.Builder clearName()
Identifier. name of resource
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DatasetConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearOrganizationNumber()
public DatasetConfig.Builder clearOrganizationNumber()
Optional. Organization resource ID that the source projects should belong to. Projects that do not belong to the provided organization are not considered when creating the dataset.
int64 organization_number = 22 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
clearOrganizationScope()
public DatasetConfig.Builder clearOrganizationScope()
Defines the options for providing a source organization for the dataset.
bool organization_scope = 25;
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
clearRetentionPeriodDays()
public DatasetConfig.Builder clearRetentionPeriodDays()
Number of days of history that must be retained.
int32 retention_period_days = 14;
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
clearSkipVerificationAndIngest() (deprecated)
public DatasetConfig.Builder clearSkipVerificationAndIngest()
Deprecated. google.cloud.storageinsights.v1.DatasetConfig.skip_verification_and_ingest is deprecated. See google/cloud/storageinsights/v1/storageinsights.proto;l=848
Optional. If set to false
, then all the permission checks must be
successful before the system can start ingesting data. This field can only
be updated before the system ingests data for the first time. Any attempt
to modify the field after data ingestion starts results in an error.
bool skip_verification_and_ingest = 19 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
clearSourceFolders()
public DatasetConfig.Builder clearSourceFolders()
Defines the options for providing source folders for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceFolders source_folders = 24;
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearSourceOptions()
public DatasetConfig.Builder clearSourceOptions()
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearSourceProjects()
public DatasetConfig.Builder clearSourceProjects()
Defines the options for providing source projects for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceProjects source_projects = 7;
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearStatus()
public DatasetConfig.Builder clearStatus()
Output only. Status of the datasetConfig
.
.google.rpc.Status status = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clearUid()
public DatasetConfig.Builder clearUid()
Output only. System generated unique identifier for the resource.
string uid = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
clearUpdateTime()
public DatasetConfig.Builder clearUpdateTime()
Output only. The UTC time at which the dataset configuration was last updated. This is auto-populated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
clone()
public DatasetConfig.Builder clone()
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
Labels as key value pairs
map<string, string> labels = 4;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getCloudStorageBucketsCase()
public DatasetConfig.CloudStorageBucketsCase getCloudStorageBucketsCase()
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageBucketsCase |
getCloudStorageLocationsCase()
public DatasetConfig.CloudStorageLocationsCase getCloudStorageLocationsCase()
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageLocationsCase |
getCloudStorageObjectPath()
public String getCloudStorageObjectPath()
Input only. Cloud Storage object path containing a list of project or folder numbers to include in the dataset; it cannot contain a mix of project and folders.
The object must be a text file where each line has one of the following entries:
- Project number, formatted as
projects/{project_number}
, for example,projects/1234567890
. - Folder identifier, formatted as
folders/{folder_number}
, for example,folders/9876543210
. Path must be in the formatgs://{bucket_name}/{object_name}
.
string cloud_storage_object_path = 21 [(.google.api.field_behavior) = INPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The cloudStorageObjectPath. |
getCloudStorageObjectPathBytes()
public ByteString getCloudStorageObjectPathBytes()
Input only. Cloud Storage object path containing a list of project or folder numbers to include in the dataset; it cannot contain a mix of project and folders.
The object must be a text file where each line has one of the following entries:
- Project number, formatted as
projects/{project_number}
, for example,projects/1234567890
. - Folder identifier, formatted as
folders/{folder_number}
, for example,folders/9876543210
. Path must be in the formatgs://{bucket_name}/{object_name}
.
string cloud_storage_object_path = 21 [(.google.api.field_behavior) = INPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cloudStorageObjectPath. |
getCreateTime()
public Timestamp getCreateTime()
Output only. The UTC time at which the dataset configuration was created. This is auto-populated.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. The UTC time at which the dataset configuration was created. This is auto-populated.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The UTC time at which the dataset configuration was created. This is auto-populated.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDatasetConfigState()
public DatasetConfig.ConfigState getDatasetConfigState()
Output only. State of the datasetConfig
.
.google.cloud.storageinsights.v1.DatasetConfig.ConfigState dataset_config_state = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DatasetConfig.ConfigState |
The datasetConfigState. |
getDatasetConfigStateValue()
public int getDatasetConfigStateValue()
Output only. State of the datasetConfig
.
.google.cloud.storageinsights.v1.DatasetConfig.ConfigState dataset_config_state = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for datasetConfigState. |
getDefaultInstanceForType()
public DatasetConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DatasetConfig |
getDescription()
public String getDescription()
Optional. A user-provided description for the dataset configuration.
Maximum length: 256 characters.
string description = 20 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Optional. A user-provided description for the dataset configuration.
Maximum length: 256 characters.
string description = 20 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getExcludeCloudStorageBuckets()
public DatasetConfig.CloudStorageBuckets getExcludeCloudStorageBuckets()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets exclude_cloud_storage_buckets = 11;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageBuckets |
The excludeCloudStorageBuckets. |
getExcludeCloudStorageBucketsBuilder()
public DatasetConfig.CloudStorageBuckets.Builder getExcludeCloudStorageBucketsBuilder()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets exclude_cloud_storage_buckets = 11;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageBuckets.Builder |
getExcludeCloudStorageBucketsOrBuilder()
public DatasetConfig.CloudStorageBucketsOrBuilder getExcludeCloudStorageBucketsOrBuilder()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets exclude_cloud_storage_buckets = 11;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageBucketsOrBuilder |
getExcludeCloudStorageLocations()
public DatasetConfig.CloudStorageLocations getExcludeCloudStorageLocations()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations exclude_cloud_storage_locations = 9;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageLocations |
The excludeCloudStorageLocations. |
getExcludeCloudStorageLocationsBuilder()
public DatasetConfig.CloudStorageLocations.Builder getExcludeCloudStorageLocationsBuilder()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations exclude_cloud_storage_locations = 9;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageLocations.Builder |
getExcludeCloudStorageLocationsOrBuilder()
public DatasetConfig.CloudStorageLocationsOrBuilder getExcludeCloudStorageLocationsOrBuilder()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations exclude_cloud_storage_locations = 9;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageLocationsOrBuilder |
getIdentity()
public Identity getIdentity()
Identity used by this datasetConfig
.
.google.cloud.storageinsights.v1.Identity identity = 16;
Returns | |
---|---|
Type | Description |
Identity |
The identity. |
getIdentityBuilder()
public Identity.Builder getIdentityBuilder()
Identity used by this datasetConfig
.
.google.cloud.storageinsights.v1.Identity identity = 16;
Returns | |
---|---|
Type | Description |
Identity.Builder |
getIdentityOrBuilder()
public IdentityOrBuilder getIdentityOrBuilder()
Identity used by this datasetConfig
.
.google.cloud.storageinsights.v1.Identity identity = 16;
Returns | |
---|---|
Type | Description |
IdentityOrBuilder |
getIncludeCloudStorageBuckets()
public DatasetConfig.CloudStorageBuckets getIncludeCloudStorageBuckets()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets include_cloud_storage_buckets = 10;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageBuckets |
The includeCloudStorageBuckets. |
getIncludeCloudStorageBucketsBuilder()
public DatasetConfig.CloudStorageBuckets.Builder getIncludeCloudStorageBucketsBuilder()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets include_cloud_storage_buckets = 10;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageBuckets.Builder |
getIncludeCloudStorageBucketsOrBuilder()
public DatasetConfig.CloudStorageBucketsOrBuilder getIncludeCloudStorageBucketsOrBuilder()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets include_cloud_storage_buckets = 10;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageBucketsOrBuilder |
getIncludeCloudStorageLocations()
public DatasetConfig.CloudStorageLocations getIncludeCloudStorageLocations()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations include_cloud_storage_locations = 8;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageLocations |
The includeCloudStorageLocations. |
getIncludeCloudStorageLocationsBuilder()
public DatasetConfig.CloudStorageLocations.Builder getIncludeCloudStorageLocationsBuilder()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations include_cloud_storage_locations = 8;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageLocations.Builder |
getIncludeCloudStorageLocationsOrBuilder()
public DatasetConfig.CloudStorageLocationsOrBuilder getIncludeCloudStorageLocationsOrBuilder()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations include_cloud_storage_locations = 8;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageLocationsOrBuilder |
getIncludeNewlyCreatedBuckets()
public boolean getIncludeNewlyCreatedBuckets()
If set to true
, the request includes all the newly created buckets in the
dataset that meet the inclusion and exclusion rules.
bool include_newly_created_buckets = 12;
Returns | |
---|---|
Type | Description |
boolean |
The includeNewlyCreatedBuckets. |
getLabels() (deprecated)
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
Labels as key value pairs
map<string, string> labels = 4;
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
Labels as key value pairs
map<string, string> labels = 4;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs
map<string, string> labels = 4;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Labels as key value pairs
map<string, string> labels = 4;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getLink()
public DatasetConfig.Link getLink()
Details of the linked dataset.
.google.cloud.storageinsights.v1.DatasetConfig.Link link = 15;
Returns | |
---|---|
Type | Description |
DatasetConfig.Link |
The link. |
getLinkBuilder()
public DatasetConfig.Link.Builder getLinkBuilder()
Details of the linked dataset.
.google.cloud.storageinsights.v1.DatasetConfig.Link link = 15;
Returns | |
---|---|
Type | Description |
DatasetConfig.Link.Builder |
getLinkOrBuilder()
public DatasetConfig.LinkOrBuilder getLinkOrBuilder()
Details of the linked dataset.
.google.cloud.storageinsights.v1.DatasetConfig.Link link = 15;
Returns | |
---|---|
Type | Description |
DatasetConfig.LinkOrBuilder |
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getName()
public String getName()
Identifier. name of resource
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Identifier. name of resource
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getOrganizationNumber()
public long getOrganizationNumber()
Optional. Organization resource ID that the source projects should belong to. Projects that do not belong to the provided organization are not considered when creating the dataset.
int64 organization_number = 22 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
long |
The organizationNumber. |
getOrganizationScope()
public boolean getOrganizationScope()
Defines the options for providing a source organization for the dataset.
bool organization_scope = 25;
Returns | |
---|---|
Type | Description |
boolean |
The organizationScope. |
getRetentionPeriodDays()
public int getRetentionPeriodDays()
Number of days of history that must be retained.
int32 retention_period_days = 14;
Returns | |
---|---|
Type | Description |
int |
The retentionPeriodDays. |
getSkipVerificationAndIngest() (deprecated)
public boolean getSkipVerificationAndIngest()
Deprecated. google.cloud.storageinsights.v1.DatasetConfig.skip_verification_and_ingest is deprecated. See google/cloud/storageinsights/v1/storageinsights.proto;l=848
Optional. If set to false
, then all the permission checks must be
successful before the system can start ingesting data. This field can only
be updated before the system ingests data for the first time. Any attempt
to modify the field after data ingestion starts results in an error.
bool skip_verification_and_ingest = 19 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The skipVerificationAndIngest. |
getSourceFolders()
public DatasetConfig.SourceFolders getSourceFolders()
Defines the options for providing source folders for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceFolders source_folders = 24;
Returns | |
---|---|
Type | Description |
DatasetConfig.SourceFolders |
The sourceFolders. |
getSourceFoldersBuilder()
public DatasetConfig.SourceFolders.Builder getSourceFoldersBuilder()
Defines the options for providing source folders for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceFolders source_folders = 24;
Returns | |
---|---|
Type | Description |
DatasetConfig.SourceFolders.Builder |
getSourceFoldersOrBuilder()
public DatasetConfig.SourceFoldersOrBuilder getSourceFoldersOrBuilder()
Defines the options for providing source folders for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceFolders source_folders = 24;
Returns | |
---|---|
Type | Description |
DatasetConfig.SourceFoldersOrBuilder |
getSourceOptionsCase()
public DatasetConfig.SourceOptionsCase getSourceOptionsCase()
Returns | |
---|---|
Type | Description |
DatasetConfig.SourceOptionsCase |
getSourceProjects()
public DatasetConfig.SourceProjects getSourceProjects()
Defines the options for providing source projects for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceProjects source_projects = 7;
Returns | |
---|---|
Type | Description |
DatasetConfig.SourceProjects |
The sourceProjects. |
getSourceProjectsBuilder()
public DatasetConfig.SourceProjects.Builder getSourceProjectsBuilder()
Defines the options for providing source projects for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceProjects source_projects = 7;
Returns | |
---|---|
Type | Description |
DatasetConfig.SourceProjects.Builder |
getSourceProjectsOrBuilder()
public DatasetConfig.SourceProjectsOrBuilder getSourceProjectsOrBuilder()
Defines the options for providing source projects for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceProjects source_projects = 7;
Returns | |
---|---|
Type | Description |
DatasetConfig.SourceProjectsOrBuilder |
getStatus()
public Status getStatus()
Output only. Status of the datasetConfig
.
.google.rpc.Status status = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
com.google.rpc.Status |
The status. |
getStatusBuilder()
public Status.Builder getStatusBuilder()
Output only. Status of the datasetConfig
.
.google.rpc.Status status = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
com.google.rpc.Status.Builder |
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder()
Output only. Status of the datasetConfig
.
.google.rpc.Status status = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
com.google.rpc.StatusOrBuilder |
getUid()
public String getUid()
Output only. System generated unique identifier for the resource.
string uid = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The uid. |
getUidBytes()
public ByteString getUidBytes()
Output only. System generated unique identifier for the resource.
string uid = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uid. |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The UTC time at which the dataset configuration was last updated. This is auto-populated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. The UTC time at which the dataset configuration was last updated. This is auto-populated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The UTC time at which the dataset configuration was last updated. This is auto-populated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCloudStorageObjectPath()
public boolean hasCloudStorageObjectPath()
Input only. Cloud Storage object path containing a list of project or folder numbers to include in the dataset; it cannot contain a mix of project and folders.
The object must be a text file where each line has one of the following entries:
- Project number, formatted as
projects/{project_number}
, for example,projects/1234567890
. - Folder identifier, formatted as
folders/{folder_number}
, for example,folders/9876543210
. Path must be in the formatgs://{bucket_name}/{object_name}
.
string cloud_storage_object_path = 21 [(.google.api.field_behavior) = INPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the cloudStorageObjectPath field is set. |
hasCreateTime()
public boolean hasCreateTime()
Output only. The UTC time at which the dataset configuration was created. This is auto-populated.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasExcludeCloudStorageBuckets()
public boolean hasExcludeCloudStorageBuckets()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets exclude_cloud_storage_buckets = 11;
Returns | |
---|---|
Type | Description |
boolean |
Whether the excludeCloudStorageBuckets field is set. |
hasExcludeCloudStorageLocations()
public boolean hasExcludeCloudStorageLocations()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations exclude_cloud_storage_locations = 9;
Returns | |
---|---|
Type | Description |
boolean |
Whether the excludeCloudStorageLocations field is set. |
hasIdentity()
public boolean hasIdentity()
Identity used by this datasetConfig
.
.google.cloud.storageinsights.v1.Identity identity = 16;
Returns | |
---|---|
Type | Description |
boolean |
Whether the identity field is set. |
hasIncludeCloudStorageBuckets()
public boolean hasIncludeCloudStorageBuckets()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets include_cloud_storage_buckets = 10;
Returns | |
---|---|
Type | Description |
boolean |
Whether the includeCloudStorageBuckets field is set. |
hasIncludeCloudStorageLocations()
public boolean hasIncludeCloudStorageLocations()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations include_cloud_storage_locations = 8;
Returns | |
---|---|
Type | Description |
boolean |
Whether the includeCloudStorageLocations field is set. |
hasLink()
public boolean hasLink()
Details of the linked dataset.
.google.cloud.storageinsights.v1.DatasetConfig.Link link = 15;
Returns | |
---|---|
Type | Description |
boolean |
Whether the link field is set. |
hasOrganizationScope()
public boolean hasOrganizationScope()
Defines the options for providing a source organization for the dataset.
bool organization_scope = 25;
Returns | |
---|---|
Type | Description |
boolean |
Whether the organizationScope field is set. |
hasSourceFolders()
public boolean hasSourceFolders()
Defines the options for providing source folders for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceFolders source_folders = 24;
Returns | |
---|---|
Type | Description |
boolean |
Whether the sourceFolders field is set. |
hasSourceProjects()
public boolean hasSourceProjects()
Defines the options for providing source projects for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceProjects source_projects = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the sourceProjects field is set. |
hasStatus()
public boolean hasStatus()
Output only. Status of the datasetConfig
.
.google.rpc.Status status = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the status field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The UTC time at which the dataset configuration was last updated. This is auto-populated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public DatasetConfig.Builder mergeCreateTime(Timestamp value)
Output only. The UTC time at which the dataset configuration was created. This is auto-populated.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeExcludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets value)
public DatasetConfig.Builder mergeExcludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets value)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets exclude_cloud_storage_buckets = 11;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.CloudStorageBuckets |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeExcludeCloudStorageLocations(DatasetConfig.CloudStorageLocations value)
public DatasetConfig.Builder mergeExcludeCloudStorageLocations(DatasetConfig.CloudStorageLocations value)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations exclude_cloud_storage_locations = 9;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.CloudStorageLocations |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeFrom(DatasetConfig other)
public DatasetConfig.Builder mergeFrom(DatasetConfig other)
Parameter | |
---|---|
Name | Description |
other |
DatasetConfig |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DatasetConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DatasetConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeIdentity(Identity value)
public DatasetConfig.Builder mergeIdentity(Identity value)
Identity used by this datasetConfig
.
.google.cloud.storageinsights.v1.Identity identity = 16;
Parameter | |
---|---|
Name | Description |
value |
Identity |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeIncludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets value)
public DatasetConfig.Builder mergeIncludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets value)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets include_cloud_storage_buckets = 10;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.CloudStorageBuckets |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeIncludeCloudStorageLocations(DatasetConfig.CloudStorageLocations value)
public DatasetConfig.Builder mergeIncludeCloudStorageLocations(DatasetConfig.CloudStorageLocations value)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations include_cloud_storage_locations = 8;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.CloudStorageLocations |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeLink(DatasetConfig.Link value)
public DatasetConfig.Builder mergeLink(DatasetConfig.Link value)
Details of the linked dataset.
.google.cloud.storageinsights.v1.DatasetConfig.Link link = 15;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.Link |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeSourceFolders(DatasetConfig.SourceFolders value)
public DatasetConfig.Builder mergeSourceFolders(DatasetConfig.SourceFolders value)
Defines the options for providing source folders for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceFolders source_folders = 24;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.SourceFolders |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeSourceProjects(DatasetConfig.SourceProjects value)
public DatasetConfig.Builder mergeSourceProjects(DatasetConfig.SourceProjects value)
Defines the options for providing source projects for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceProjects source_projects = 7;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.SourceProjects |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeStatus(Status value)
public DatasetConfig.Builder mergeStatus(Status value)
Output only. Status of the datasetConfig
.
.google.rpc.Status status = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
com.google.rpc.Status |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DatasetConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
mergeUpdateTime(Timestamp value)
public DatasetConfig.Builder mergeUpdateTime(Timestamp value)
Output only. The UTC time at which the dataset configuration was last updated. This is auto-populated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
putAllLabels(Map<String,String> values)
public DatasetConfig.Builder putAllLabels(Map<String,String> values)
Labels as key value pairs
map<string, string> labels = 4;
Parameter | |
---|---|
Name | Description |
values |
Map<String,String> |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
putLabels(String key, String value)
public DatasetConfig.Builder putLabels(String key, String value)
Labels as key value pairs
map<string, string> labels = 4;
Parameters | |
---|---|
Name | Description |
key |
String |
value |
String |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
removeLabels(String key)
public DatasetConfig.Builder removeLabels(String key)
Labels as key value pairs
map<string, string> labels = 4;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setCloudStorageObjectPath(String value)
public DatasetConfig.Builder setCloudStorageObjectPath(String value)
Input only. Cloud Storage object path containing a list of project or folder numbers to include in the dataset; it cannot contain a mix of project and folders.
The object must be a text file where each line has one of the following entries:
- Project number, formatted as
projects/{project_number}
, for example,projects/1234567890
. - Folder identifier, formatted as
folders/{folder_number}
, for example,folders/9876543210
. Path must be in the formatgs://{bucket_name}/{object_name}
.
string cloud_storage_object_path = 21 [(.google.api.field_behavior) = INPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
String The cloudStorageObjectPath to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setCloudStorageObjectPathBytes(ByteString value)
public DatasetConfig.Builder setCloudStorageObjectPathBytes(ByteString value)
Input only. Cloud Storage object path containing a list of project or folder numbers to include in the dataset; it cannot contain a mix of project and folders.
The object must be a text file where each line has one of the following entries:
- Project number, formatted as
projects/{project_number}
, for example,projects/1234567890
. - Folder identifier, formatted as
folders/{folder_number}
, for example,folders/9876543210
. Path must be in the formatgs://{bucket_name}/{object_name}
.
string cloud_storage_object_path = 21 [(.google.api.field_behavior) = INPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for cloudStorageObjectPath to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setCreateTime(Timestamp value)
public DatasetConfig.Builder setCreateTime(Timestamp value)
Output only. The UTC time at which the dataset configuration was created. This is auto-populated.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public DatasetConfig.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. The UTC time at which the dataset configuration was created. This is auto-populated.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setDatasetConfigState(DatasetConfig.ConfigState value)
public DatasetConfig.Builder setDatasetConfigState(DatasetConfig.ConfigState value)
Output only. State of the datasetConfig
.
.google.cloud.storageinsights.v1.DatasetConfig.ConfigState dataset_config_state = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.ConfigState The datasetConfigState to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setDatasetConfigStateValue(int value)
public DatasetConfig.Builder setDatasetConfigStateValue(int value)
Output only. State of the datasetConfig
.
.google.cloud.storageinsights.v1.DatasetConfig.ConfigState dataset_config_state = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for datasetConfigState to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setDescription(String value)
public DatasetConfig.Builder setDescription(String value)
Optional. A user-provided description for the dataset configuration.
Maximum length: 256 characters.
string description = 20 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The description to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public DatasetConfig.Builder setDescriptionBytes(ByteString value)
Optional. A user-provided description for the dataset configuration.
Maximum length: 256 characters.
string description = 20 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for description to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setExcludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets value)
public DatasetConfig.Builder setExcludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets value)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets exclude_cloud_storage_buckets = 11;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.CloudStorageBuckets |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setExcludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets.Builder builderForValue)
public DatasetConfig.Builder setExcludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets.Builder builderForValue)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets exclude_cloud_storage_buckets = 11;
Parameter | |
---|---|
Name | Description |
builderForValue |
DatasetConfig.CloudStorageBuckets.Builder |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setExcludeCloudStorageLocations(DatasetConfig.CloudStorageLocations value)
public DatasetConfig.Builder setExcludeCloudStorageLocations(DatasetConfig.CloudStorageLocations value)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations exclude_cloud_storage_locations = 9;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.CloudStorageLocations |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setExcludeCloudStorageLocations(DatasetConfig.CloudStorageLocations.Builder builderForValue)
public DatasetConfig.Builder setExcludeCloudStorageLocations(DatasetConfig.CloudStorageLocations.Builder builderForValue)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations exclude_cloud_storage_locations = 9;
Parameter | |
---|---|
Name | Description |
builderForValue |
DatasetConfig.CloudStorageLocations.Builder |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DatasetConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setIdentity(Identity value)
public DatasetConfig.Builder setIdentity(Identity value)
Identity used by this datasetConfig
.
.google.cloud.storageinsights.v1.Identity identity = 16;
Parameter | |
---|---|
Name | Description |
value |
Identity |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setIdentity(Identity.Builder builderForValue)
public DatasetConfig.Builder setIdentity(Identity.Builder builderForValue)
Identity used by this datasetConfig
.
.google.cloud.storageinsights.v1.Identity identity = 16;
Parameter | |
---|---|
Name | Description |
builderForValue |
Identity.Builder |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setIncludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets value)
public DatasetConfig.Builder setIncludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets value)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets include_cloud_storage_buckets = 10;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.CloudStorageBuckets |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setIncludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets.Builder builderForValue)
public DatasetConfig.Builder setIncludeCloudStorageBuckets(DatasetConfig.CloudStorageBuckets.Builder builderForValue)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets include_cloud_storage_buckets = 10;
Parameter | |
---|---|
Name | Description |
builderForValue |
DatasetConfig.CloudStorageBuckets.Builder |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setIncludeCloudStorageLocations(DatasetConfig.CloudStorageLocations value)
public DatasetConfig.Builder setIncludeCloudStorageLocations(DatasetConfig.CloudStorageLocations value)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations include_cloud_storage_locations = 8;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.CloudStorageLocations |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setIncludeCloudStorageLocations(DatasetConfig.CloudStorageLocations.Builder builderForValue)
public DatasetConfig.Builder setIncludeCloudStorageLocations(DatasetConfig.CloudStorageLocations.Builder builderForValue)
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageLocations include_cloud_storage_locations = 8;
Parameter | |
---|---|
Name | Description |
builderForValue |
DatasetConfig.CloudStorageLocations.Builder |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setIncludeNewlyCreatedBuckets(boolean value)
public DatasetConfig.Builder setIncludeNewlyCreatedBuckets(boolean value)
If set to true
, the request includes all the newly created buckets in the
dataset that meet the inclusion and exclusion rules.
bool include_newly_created_buckets = 12;
Parameter | |
---|---|
Name | Description |
value |
boolean The includeNewlyCreatedBuckets to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setLink(DatasetConfig.Link value)
public DatasetConfig.Builder setLink(DatasetConfig.Link value)
Details of the linked dataset.
.google.cloud.storageinsights.v1.DatasetConfig.Link link = 15;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.Link |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setLink(DatasetConfig.Link.Builder builderForValue)
public DatasetConfig.Builder setLink(DatasetConfig.Link.Builder builderForValue)
Details of the linked dataset.
.google.cloud.storageinsights.v1.DatasetConfig.Link link = 15;
Parameter | |
---|---|
Name | Description |
builderForValue |
DatasetConfig.Link.Builder |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setName(String value)
public DatasetConfig.Builder setName(String value)
Identifier. name of resource
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DatasetConfig.Builder setNameBytes(ByteString value)
Identifier. name of resource
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setOrganizationNumber(long value)
public DatasetConfig.Builder setOrganizationNumber(long value)
Optional. Organization resource ID that the source projects should belong to. Projects that do not belong to the provided organization are not considered when creating the dataset.
int64 organization_number = 22 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
long The organizationNumber to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setOrganizationScope(boolean value)
public DatasetConfig.Builder setOrganizationScope(boolean value)
Defines the options for providing a source organization for the dataset.
bool organization_scope = 25;
Parameter | |
---|---|
Name | Description |
value |
boolean The organizationScope to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DatasetConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setRetentionPeriodDays(int value)
public DatasetConfig.Builder setRetentionPeriodDays(int value)
Number of days of history that must be retained.
int32 retention_period_days = 14;
Parameter | |
---|---|
Name | Description |
value |
int The retentionPeriodDays to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setSkipVerificationAndIngest(boolean value) (deprecated)
public DatasetConfig.Builder setSkipVerificationAndIngest(boolean value)
Deprecated. google.cloud.storageinsights.v1.DatasetConfig.skip_verification_and_ingest is deprecated. See google/cloud/storageinsights/v1/storageinsights.proto;l=848
Optional. If set to false
, then all the permission checks must be
successful before the system can start ingesting data. This field can only
be updated before the system ingests data for the first time. Any attempt
to modify the field after data ingestion starts results in an error.
bool skip_verification_and_ingest = 19 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
boolean The skipVerificationAndIngest to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setSourceFolders(DatasetConfig.SourceFolders value)
public DatasetConfig.Builder setSourceFolders(DatasetConfig.SourceFolders value)
Defines the options for providing source folders for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceFolders source_folders = 24;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.SourceFolders |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setSourceFolders(DatasetConfig.SourceFolders.Builder builderForValue)
public DatasetConfig.Builder setSourceFolders(DatasetConfig.SourceFolders.Builder builderForValue)
Defines the options for providing source folders for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceFolders source_folders = 24;
Parameter | |
---|---|
Name | Description |
builderForValue |
DatasetConfig.SourceFolders.Builder |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setSourceProjects(DatasetConfig.SourceProjects value)
public DatasetConfig.Builder setSourceProjects(DatasetConfig.SourceProjects value)
Defines the options for providing source projects for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceProjects source_projects = 7;
Parameter | |
---|---|
Name | Description |
value |
DatasetConfig.SourceProjects |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setSourceProjects(DatasetConfig.SourceProjects.Builder builderForValue)
public DatasetConfig.Builder setSourceProjects(DatasetConfig.SourceProjects.Builder builderForValue)
Defines the options for providing source projects for the dataset.
.google.cloud.storageinsights.v1.DatasetConfig.SourceProjects source_projects = 7;
Parameter | |
---|---|
Name | Description |
builderForValue |
DatasetConfig.SourceProjects.Builder |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setStatus(Status value)
public DatasetConfig.Builder setStatus(Status value)
Output only. Status of the datasetConfig
.
.google.rpc.Status status = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
com.google.rpc.Status |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setStatus(Status.Builder builderForValue)
public DatasetConfig.Builder setStatus(Status.Builder builderForValue)
Output only. Status of the datasetConfig
.
.google.rpc.Status status = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
com.google.rpc.Status.Builder |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setUid(String value)
public DatasetConfig.Builder setUid(String value)
Output only. System generated unique identifier for the resource.
string uid = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
String The uid to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setUidBytes(ByteString value)
public DatasetConfig.Builder setUidBytes(ByteString value)
Output only. System generated unique identifier for the resource.
string uid = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for uid to set. |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DatasetConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setUpdateTime(Timestamp value)
public DatasetConfig.Builder setUpdateTime(Timestamp value)
Output only. The UTC time at which the dataset configuration was last updated. This is auto-populated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public DatasetConfig.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. The UTC time at which the dataset configuration was last updated. This is auto-populated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |