Class BigQueryExport.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
- com.google.cloud.securitycenter.v1.BigQueryExport.Builder
-
- All Implemented Interfaces:
BigQueryExportOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- BigQueryExport
public static final class BigQueryExport.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder> implements BigQueryExportOrBuilder
Configures how to deliver Findings to BigQuery Instance.
Protobuf typegoogle.cloud.securitycenter.v1.BigQueryExport
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BigQueryExport.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)BigQueryExportbuild()BigQueryExportbuildPartial()BigQueryExport.Builderclear()BigQueryExport.BuilderclearCreateTime()Output only.BigQueryExport.BuilderclearDataset()The dataset to write findings' updates to.BigQueryExport.BuilderclearDescription()The description of the export (max of 1024 characters).BigQueryExport.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)BigQueryExport.BuilderclearFilter()Expression that defines the filter to apply across create/update events of findings.BigQueryExport.BuilderclearMostRecentEditor()Output only.BigQueryExport.BuilderclearName()The relative resource name of this export.BigQueryExport.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)BigQueryExport.BuilderclearPrincipal()Output only.BigQueryExport.BuilderclearUpdateTime()Output only.BigQueryExport.Builderclone()com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.Timestamp.BuildergetCreateTimeBuilder()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.StringgetDataset()The dataset to write findings' updates to.com.google.protobuf.ByteStringgetDatasetBytes()The dataset to write findings' updates to.BigQueryExportgetDefaultInstanceForType()StringgetDescription()The description of the export (max of 1024 characters).com.google.protobuf.ByteStringgetDescriptionBytes()The description of the export (max of 1024 characters).static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFilter()Expression that defines the filter to apply across create/update events of findings.com.google.protobuf.ByteStringgetFilterBytes()Expression that defines the filter to apply across create/update events of findings.StringgetMostRecentEditor()Output only.com.google.protobuf.ByteStringgetMostRecentEditorBytes()Output only.StringgetName()The relative resource name of this export.com.google.protobuf.ByteStringgetNameBytes()The relative resource name of this export.StringgetPrincipal()Output only.com.google.protobuf.ByteStringgetPrincipalBytes()Output only.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.Timestamp.BuildergetUpdateTimeBuilder()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasCreateTime()Output only.booleanhasUpdateTime()Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()BigQueryExport.BuildermergeCreateTime(com.google.protobuf.Timestamp value)Output only.BigQueryExport.BuildermergeFrom(BigQueryExport other)BigQueryExport.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BigQueryExport.BuildermergeFrom(com.google.protobuf.Message other)BigQueryExport.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)BigQueryExport.BuildermergeUpdateTime(com.google.protobuf.Timestamp value)Output only.BigQueryExport.BuildersetCreateTime(com.google.protobuf.Timestamp value)Output only.BigQueryExport.BuildersetCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.BigQueryExport.BuildersetDataset(String value)The dataset to write findings' updates to.BigQueryExport.BuildersetDatasetBytes(com.google.protobuf.ByteString value)The dataset to write findings' updates to.BigQueryExport.BuildersetDescription(String value)The description of the export (max of 1024 characters).BigQueryExport.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)The description of the export (max of 1024 characters).BigQueryExport.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)BigQueryExport.BuildersetFilter(String value)Expression that defines the filter to apply across create/update events of findings.BigQueryExport.BuildersetFilterBytes(com.google.protobuf.ByteString value)Expression that defines the filter to apply across create/update events of findings.BigQueryExport.BuildersetMostRecentEditor(String value)Output only.BigQueryExport.BuildersetMostRecentEditorBytes(com.google.protobuf.ByteString value)Output only.BigQueryExport.BuildersetName(String value)The relative resource name of this export.BigQueryExport.BuildersetNameBytes(com.google.protobuf.ByteString value)The relative resource name of this export.BigQueryExport.BuildersetPrincipal(String value)Output only.BigQueryExport.BuildersetPrincipalBytes(com.google.protobuf.ByteString value)Output only.BigQueryExport.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)BigQueryExport.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)BigQueryExport.BuildersetUpdateTime(com.google.protobuf.Timestamp value)Output only.BigQueryExport.BuildersetUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
clear
public BigQueryExport.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
getDefaultInstanceForType
public BigQueryExport getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public BigQueryExport build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BigQueryExport buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BigQueryExport.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
setField
public BigQueryExport.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
clearField
public BigQueryExport.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
clearOneof
public BigQueryExport.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
setRepeatedField
public BigQueryExport.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
addRepeatedField
public BigQueryExport.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
mergeFrom
public BigQueryExport.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BigQueryExport.Builder>
-
mergeFrom
public BigQueryExport.Builder mergeFrom(BigQueryExport other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
mergeFrom
public BigQueryExport.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BigQueryExport.Builder>- Throws:
IOException
-
getName
public String getName()
The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.string name = 1;- Specified by:
getNamein interfaceBigQueryExportOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.string name = 1;- Specified by:
getNameBytesin interfaceBigQueryExportOrBuilder- Returns:
- The bytes for name.
-
setName
public BigQueryExport.Builder setName(String value)
The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public BigQueryExport.Builder clearName()
The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public BigQueryExport.Builder setNameBytes(com.google.protobuf.ByteString value)
The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getDescription
public String getDescription()
The description of the export (max of 1024 characters).
string description = 2;- Specified by:
getDescriptionin interfaceBigQueryExportOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
The description of the export (max of 1024 characters).
string description = 2;- Specified by:
getDescriptionBytesin interfaceBigQueryExportOrBuilder- Returns:
- The bytes for description.
-
setDescription
public BigQueryExport.Builder setDescription(String value)
The description of the export (max of 1024 characters).
string description = 2;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
public BigQueryExport.Builder clearDescription()
The description of the export (max of 1024 characters).
string description = 2;- Returns:
- This builder for chaining.
-
setDescriptionBytes
public BigQueryExport.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the export (max of 1024 characters).
string description = 2;- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getFilter
public String getFilter()
Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators `AND` and `OR`. Parentheses are supported, and `OR` has higher precedence than `AND`. Restrictions have the form `<field> <operator> <value>` and may have a `-` character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * `=` for all value types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals `true` and `false` without quotes.
string filter = 3;- Specified by:
getFilterin interfaceBigQueryExportOrBuilder- Returns:
- The filter.
-
getFilterBytes
public com.google.protobuf.ByteString getFilterBytes()
Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators `AND` and `OR`. Parentheses are supported, and `OR` has higher precedence than `AND`. Restrictions have the form `<field> <operator> <value>` and may have a `-` character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * `=` for all value types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals `true` and `false` without quotes.
string filter = 3;- Specified by:
getFilterBytesin interfaceBigQueryExportOrBuilder- Returns:
- The bytes for filter.
-
setFilter
public BigQueryExport.Builder setFilter(String value)
Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators `AND` and `OR`. Parentheses are supported, and `OR` has higher precedence than `AND`. Restrictions have the form `<field> <operator> <value>` and may have a `-` character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * `=` for all value types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals `true` and `false` without quotes.
string filter = 3;- Parameters:
value- The filter to set.- Returns:
- This builder for chaining.
-
clearFilter
public BigQueryExport.Builder clearFilter()
Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators `AND` and `OR`. Parentheses are supported, and `OR` has higher precedence than `AND`. Restrictions have the form `<field> <operator> <value>` and may have a `-` character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * `=` for all value types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals `true` and `false` without quotes.
string filter = 3;- Returns:
- This builder for chaining.
-
setFilterBytes
public BigQueryExport.Builder setFilterBytes(com.google.protobuf.ByteString value)
Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators `AND` and `OR`. Parentheses are supported, and `OR` has higher precedence than `AND`. Restrictions have the form `<field> <operator> <value>` and may have a `-` character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * `=` for all value types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals `true` and `false` without quotes.
string filter = 3;- Parameters:
value- The bytes for filter to set.- Returns:
- This builder for chaining.
-
getDataset
public String getDataset()
The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
string dataset = 4;- Specified by:
getDatasetin interfaceBigQueryExportOrBuilder- Returns:
- The dataset.
-
getDatasetBytes
public com.google.protobuf.ByteString getDatasetBytes()
The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
string dataset = 4;- Specified by:
getDatasetBytesin interfaceBigQueryExportOrBuilder- Returns:
- The bytes for dataset.
-
setDataset
public BigQueryExport.Builder setDataset(String value)
The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
string dataset = 4;- Parameters:
value- The dataset to set.- Returns:
- This builder for chaining.
-
clearDataset
public BigQueryExport.Builder clearDataset()
The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
string dataset = 4;- Returns:
- This builder for chaining.
-
setDatasetBytes
public BigQueryExport.Builder setDatasetBytes(com.google.protobuf.ByteString value)
The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
string dataset = 4;- Parameters:
value- The bytes for dataset to set.- Returns:
- This builder for chaining.
-
hasCreateTime
public boolean hasCreateTime()
Output only. The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCreateTimein interfaceBigQueryExportOrBuilder- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreateTimein interfaceBigQueryExportOrBuilder- Returns:
- The createTime.
-
setCreateTime
public BigQueryExport.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setCreateTime
public BigQueryExport.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeCreateTime
public BigQueryExport.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearCreateTime
public BigQueryExport.Builder clearCreateTime()
Output only. The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreateTimeOrBuilderin interfaceBigQueryExportOrBuilder
-
hasUpdateTime
public boolean hasUpdateTime()
Output only. The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasUpdateTimein interfaceBigQueryExportOrBuilder- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public com.google.protobuf.Timestamp getUpdateTime()
Output only. The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUpdateTimein interfaceBigQueryExportOrBuilder- Returns:
- The updateTime.
-
setUpdateTime
public BigQueryExport.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setUpdateTime
public BigQueryExport.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeUpdateTime
public BigQueryExport.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearUpdateTime
public BigQueryExport.Builder clearUpdateTime()
Output only. The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getUpdateTimeBuilder
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getUpdateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUpdateTimeOrBuilderin interfaceBigQueryExportOrBuilder
-
getMostRecentEditor
public String getMostRecentEditor()
Output only. Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.
string most_recent_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getMostRecentEditorin interfaceBigQueryExportOrBuilder- Returns:
- The mostRecentEditor.
-
getMostRecentEditorBytes
public com.google.protobuf.ByteString getMostRecentEditorBytes()
Output only. Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.
string most_recent_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getMostRecentEditorBytesin interfaceBigQueryExportOrBuilder- Returns:
- The bytes for mostRecentEditor.
-
setMostRecentEditor
public BigQueryExport.Builder setMostRecentEditor(String value)
Output only. Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.
string most_recent_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The mostRecentEditor to set.- Returns:
- This builder for chaining.
-
clearMostRecentEditor
public BigQueryExport.Builder clearMostRecentEditor()
Output only. Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.
string most_recent_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setMostRecentEditorBytes
public BigQueryExport.Builder setMostRecentEditorBytes(com.google.protobuf.ByteString value)
Output only. Email address of the user who last edited the BigQuery export. This field is set by the server and will be ignored if provided on export creation or update.
string most_recent_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for mostRecentEditor to set.- Returns:
- This builder for chaining.
-
getPrincipal
public String getPrincipal()
Output only. The service account that needs permission to create table and upload data to the BigQuery dataset.
string principal = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPrincipalin interfaceBigQueryExportOrBuilder- Returns:
- The principal.
-
getPrincipalBytes
public com.google.protobuf.ByteString getPrincipalBytes()
Output only. The service account that needs permission to create table and upload data to the BigQuery dataset.
string principal = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPrincipalBytesin interfaceBigQueryExportOrBuilder- Returns:
- The bytes for principal.
-
setPrincipal
public BigQueryExport.Builder setPrincipal(String value)
Output only. The service account that needs permission to create table and upload data to the BigQuery dataset.
string principal = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The principal to set.- Returns:
- This builder for chaining.
-
clearPrincipal
public BigQueryExport.Builder clearPrincipal()
Output only. The service account that needs permission to create table and upload data to the BigQuery dataset.
string principal = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setPrincipalBytes
public BigQueryExport.Builder setPrincipalBytes(com.google.protobuf.ByteString value)
Output only. The service account that needs permission to create table and upload data to the BigQuery dataset.
string principal = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for principal to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final BigQueryExport.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
mergeUnknownFields
public final BigQueryExport.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
-
-