public final class BigQueryExport extends com.google.protobuf.GeneratedMessageV3 implements BigQueryExportOrBuilder
Configures how to deliver Findings to BigQuery Instance.Protobuf type
google.cloud.securitycenter.v1.BigQueryExport| Modifier and Type | Class and Description |
|---|---|
static class |
BigQueryExport.Builder
Configures how to deliver Findings to BigQuery Instance.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
DATASET_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
MOST_RECENT_EDITOR_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PRINCIPAL_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDataset()
The dataset to write findings' updates to.
|
com.google.protobuf.ByteString |
getDatasetBytes()
The dataset to write findings' updates to.
|
static BigQueryExport |
getDefaultInstance() |
BigQueryExport |
getDefaultInstanceForType() |
String |
getDescription()
The description of the export (max of 1024 characters).
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the export (max of 1024 characters).
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFilter()
Expression that defines the filter to apply across create/update events
of findings.
|
com.google.protobuf.ByteString |
getFilterBytes()
Expression that defines the filter to apply across create/update events
of findings.
|
String |
getMostRecentEditor()
Output only.
|
com.google.protobuf.ByteString |
getMostRecentEditorBytes()
Output only.
|
String |
getName()
The relative resource name of this export.
|
com.google.protobuf.ByteString |
getNameBytes()
The relative resource name of this export.
|
com.google.protobuf.Parser<BigQueryExport> |
getParserForType() |
String |
getPrincipal()
Output only.
|
com.google.protobuf.ByteString |
getPrincipalBytes()
Output only.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
int |
hashCode() |
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BigQueryExport.Builder |
newBuilder() |
static BigQueryExport.Builder |
newBuilder(BigQueryExport prototype) |
BigQueryExport.Builder |
newBuilderForType() |
protected BigQueryExport.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static BigQueryExport |
parseDelimitedFrom(InputStream input) |
static BigQueryExport |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryExport |
parseFrom(byte[] data) |
static BigQueryExport |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryExport |
parseFrom(ByteBuffer data) |
static BigQueryExport |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryExport |
parseFrom(com.google.protobuf.ByteString data) |
static BigQueryExport |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryExport |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BigQueryExport |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryExport |
parseFrom(InputStream input) |
static BigQueryExport |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BigQueryExport> |
parser() |
BigQueryExport.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int DATASET_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int MOST_RECENT_EDITOR_FIELD_NUMBER
public static final int PRINCIPAL_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;getName in interface BigQueryExportOrBuilderpublic 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;getNameBytes in interface BigQueryExportOrBuilderpublic String getDescription()
The description of the export (max of 1024 characters).
string description = 2;getDescription in interface BigQueryExportOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
The description of the export (max of 1024 characters).
string description = 2;getDescriptionBytes in interface BigQueryExportOrBuilderpublic 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;getFilter in interface BigQueryExportOrBuilderpublic 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;getFilterBytes in interface BigQueryExportOrBuilderpublic 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;getDataset in interface BigQueryExportOrBuilderpublic 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;getDatasetBytes in interface BigQueryExportOrBuilderpublic 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];
hasCreateTime in interface BigQueryExportOrBuilderpublic 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];
getCreateTime in interface BigQueryExportOrBuilderpublic 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];
getCreateTimeOrBuilder in interface BigQueryExportOrBuilderpublic 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];
hasUpdateTime in interface BigQueryExportOrBuilderpublic 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];
getUpdateTime in interface BigQueryExportOrBuilderpublic 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];
getUpdateTimeOrBuilder in interface BigQueryExportOrBuilderpublic 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];getMostRecentEditor in interface BigQueryExportOrBuilderpublic 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];getMostRecentEditorBytes in interface BigQueryExportOrBuilderpublic 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];getPrincipal in interface BigQueryExportOrBuilderpublic 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];getPrincipalBytes in interface BigQueryExportOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static BigQueryExport parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryExport parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryExport parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryExport parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryExport parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryExport parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryExport parseFrom(InputStream input) throws IOException
IOExceptionpublic static BigQueryExport parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BigQueryExport parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BigQueryExport parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BigQueryExport parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BigQueryExport parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BigQueryExport.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BigQueryExport.Builder newBuilder()
public static BigQueryExport.Builder newBuilder(BigQueryExport prototype)
public BigQueryExport.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BigQueryExport.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BigQueryExport getDefaultInstance()
public static com.google.protobuf.Parser<BigQueryExport> parser()
public com.google.protobuf.Parser<BigQueryExport> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BigQueryExport getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.