- 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 final class DatasetConfig extends GeneratedMessageV3 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<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DatasetConfigImplements
DatasetConfigOrBuilderStatic Fields
CLOUD_STORAGE_OBJECT_PATH_FIELD_NUMBER
public static final int CLOUD_STORAGE_OBJECT_PATH_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
DATASET_CONFIG_STATE_FIELD_NUMBER
public static final int DATASET_CONFIG_STATE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
EXCLUDE_CLOUD_STORAGE_BUCKETS_FIELD_NUMBER
public static final int EXCLUDE_CLOUD_STORAGE_BUCKETS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
EXCLUDE_CLOUD_STORAGE_LOCATIONS_FIELD_NUMBER
public static final int EXCLUDE_CLOUD_STORAGE_LOCATIONS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
IDENTITY_FIELD_NUMBER
public static final int IDENTITY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
INCLUDE_CLOUD_STORAGE_BUCKETS_FIELD_NUMBER
public static final int INCLUDE_CLOUD_STORAGE_BUCKETS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
INCLUDE_CLOUD_STORAGE_LOCATIONS_FIELD_NUMBER
public static final int INCLUDE_CLOUD_STORAGE_LOCATIONS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
INCLUDE_NEWLY_CREATED_BUCKETS_FIELD_NUMBER
public static final int INCLUDE_NEWLY_CREATED_BUCKETS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LINK_FIELD_NUMBER
public static final int LINK_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ORGANIZATION_NUMBER_FIELD_NUMBER
public static final int ORGANIZATION_NUMBER_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ORGANIZATION_SCOPE_FIELD_NUMBER
public static final int ORGANIZATION_SCOPE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
RETENTION_PERIOD_DAYS_FIELD_NUMBER
public static final int RETENTION_PERIOD_DAYS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SKIP_VERIFICATION_AND_INGEST_FIELD_NUMBER
public static final int SKIP_VERIFICATION_AND_INGEST_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SOURCE_FOLDERS_FIELD_NUMBER
public static final int SOURCE_FOLDERS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SOURCE_PROJECTS_FIELD_NUMBER
public static final int SOURCE_PROJECTS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
UID_FIELD_NUMBER
public static final int UID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DatasetConfig getDefaultInstance()
Returns | |
---|---|
Type | Description |
DatasetConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static DatasetConfig.Builder newBuilder()
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
newBuilder(DatasetConfig prototype)
public static DatasetConfig.Builder newBuilder(DatasetConfig prototype)
Parameter | |
---|---|
Name | Description |
prototype |
DatasetConfig |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
parseDelimitedFrom(InputStream input)
public static DatasetConfig parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DatasetConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static DatasetConfig parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DatasetConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DatasetConfig parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DatasetConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DatasetConfig parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DatasetConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static DatasetConfig parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DatasetConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DatasetConfig parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DatasetConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DatasetConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DatasetConfig> parser()
Returns | |
---|---|
Type | Description |
Parser<DatasetConfig> |
Methods
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 |
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
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. |
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. |
getExcludeCloudStorageBuckets()
public DatasetConfig.CloudStorageBuckets getExcludeCloudStorageBuckets()
.google.cloud.storageinsights.v1.DatasetConfig.CloudStorageBuckets exclude_cloud_storage_buckets = 11;
Returns | |
---|---|
Type | Description |
DatasetConfig.CloudStorageBuckets |
The excludeCloudStorageBuckets. |
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. |
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. |
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. |
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. |
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. |
getLinkOrBuilder()
public DatasetConfig.LinkOrBuilder getLinkOrBuilder()
Details of the linked dataset.
.google.cloud.storageinsights.v1.DatasetConfig.Link link = 15;
Returns | |
---|---|
Type | Description |
DatasetConfig.LinkOrBuilder |
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. |
getParserForType()
public Parser<DatasetConfig> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<DatasetConfig> |
getRetentionPeriodDays()
public int getRetentionPeriodDays()
Number of days of history that must be retained.
int32 retention_period_days = 14;
Returns | |
---|---|
Type | Description |
int |
The retentionPeriodDays. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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. |
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. |
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. |
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. |
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. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public DatasetConfig.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DatasetConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public DatasetConfig.Builder toBuilder()
Returns | |
---|---|
Type | Description |
DatasetConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |