Send feedback
Class CreateBigQueryExportRequest (2.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.22.0 keyboard_arrow_down
public final class CreateBigQueryExportRequest extends GeneratedMessageV3 implements CreateBigQueryExportRequestOrBuilder
Request message for creating a BigQuery export.
Protobuf type google.cloud.securitycenter.v1.CreateBigQueryExportRequest
Static Fields
BIG_QUERY_EXPORT_FIELD_NUMBER
public static final int BIG_QUERY_EXPORT_FIELD_NUMBER
Field Value Type Description int
BIG_QUERY_EXPORT_ID_FIELD_NUMBER
public static final int BIG_QUERY_EXPORT_ID_FIELD_NUMBER
Field Value Type Description int
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static CreateBigQueryExportRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CreateBigQueryExportRequest . Builder newBuilder ()
newBuilder(CreateBigQueryExportRequest prototype)
public static CreateBigQueryExportRequest . Builder newBuilder ( CreateBigQueryExportRequest prototype )
public static CreateBigQueryExportRequest parseDelimitedFrom ( InputStream input )
public static CreateBigQueryExportRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CreateBigQueryExportRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateBigQueryExportRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CreateBigQueryExportRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateBigQueryExportRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CreateBigQueryExportRequest parseFrom ( CodedInputStream input )
public static CreateBigQueryExportRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CreateBigQueryExportRequest parseFrom ( InputStream input )
public static CreateBigQueryExportRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CreateBigQueryExportRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateBigQueryExportRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CreateBigQueryExportRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getBigQueryExport()
public BigQueryExport getBigQueryExport ()
Required. The BigQuery export being created.
.google.cloud.securitycenter.v1.BigQueryExport big_query_export = 2 [(.google.api.field_behavior) = REQUIRED];
getBigQueryExportId()
public String getBigQueryExportId ()
Required. Unique identifier provided by the client within the parent scope.
It must consist of lower case letters, numbers, and hyphen, with the first
character a letter, the last a letter or a number, and a 63 character
maximum.
string big_query_export_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The bigQueryExportId.
getBigQueryExportIdBytes()
public ByteString getBigQueryExportIdBytes ()
Required. Unique identifier provided by the client within the parent scope.
It must consist of lower case letters, numbers, and hyphen, with the first
character a letter, the last a letter or a number, and a 63 character
maximum.
string big_query_export_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for bigQueryExportId.
getBigQueryExportOrBuilder()
public BigQueryExportOrBuilder getBigQueryExportOrBuilder ()
Required. The BigQuery export being created.
.google.cloud.securitycenter.v1.BigQueryExport big_query_export = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public CreateBigQueryExportRequest getDefaultInstanceForType ()
getParent()
public String getParent ()
Required. The name of the parent resource of the new BigQuery export. Its
format is "organizations/[organization_id]", "folders/[folder_id]", or
"projects/[project_id]".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description String
The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. The name of the parent resource of the new BigQuery export. Its
format is "organizations/[organization_id]", "folders/[folder_id]", or
"projects/[project_id]".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description ByteString
The bytes for parent.
getParserForType()
public Parser<CreateBigQueryExportRequest> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasBigQueryExport()
public boolean hasBigQueryExport ()
Required. The BigQuery export being created.
.google.cloud.securitycenter.v1.BigQueryExport big_query_export = 2 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description boolean
Whether the bigQueryExport field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CreateBigQueryExportRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateBigQueryExportRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public CreateBigQueryExportRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]