Send feedback
Class CreateMetadataJobRequest (1.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.53.0 keyboard_arrow_down
public final class CreateMetadataJobRequest extends GeneratedMessageV3 implements CreateMetadataJobRequestOrBuilder
Create metadata job request.
Protobuf type google.cloud.dataplex.v1.CreateMetadataJobRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int METADATA_JOB_FIELD_NUMBER
Field Value
Type
Description
int
public static final int METADATA_JOB_ID_FIELD_NUMBER
Field Value
Type
Description
int
public static final int PARENT_FIELD_NUMBER
Field Value
Type
Description
int
public static final int VALIDATE_ONLY_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static CreateMetadataJobRequest getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static CreateMetadataJobRequest . Builder newBuilder ()
public static CreateMetadataJobRequest . Builder newBuilder ( CreateMetadataJobRequest prototype )
public static CreateMetadataJobRequest parseDelimitedFrom ( InputStream input )
public static CreateMetadataJobRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CreateMetadataJobRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static CreateMetadataJobRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static CreateMetadataJobRequest parseFrom ( ByteString data )
public static CreateMetadataJobRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CreateMetadataJobRequest parseFrom ( CodedInputStream input )
public static CreateMetadataJobRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CreateMetadataJobRequest parseFrom ( InputStream input )
public static CreateMetadataJobRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CreateMetadataJobRequest parseFrom ( ByteBuffer data )
public static CreateMetadataJobRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<CreateMetadataJobRequest> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public CreateMetadataJobRequest getDefaultInstanceForType ()
public MetadataJob getMetadataJob ()
Required. The metadata job resource.
.google.cloud.dataplex.v1.MetadataJob metadata_job = 2 [(.google.api.field_behavior) = REQUIRED];
public String getMetadataJobId ()
Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-
.
string metadata_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The metadataJobId.
public ByteString getMetadataJobIdBytes ()
Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-
.
string metadata_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for metadataJobId.
public MetadataJobOrBuilder getMetadataJobOrBuilder ()
Required. The metadata job resource.
.google.cloud.dataplex.v1.MetadataJob metadata_job = 2 [(.google.api.field_behavior) = REQUIRED];
public String getParent ()
Required. The resource name of the parent location, in the format
projects/{project_id_or_number}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The parent.
public ByteString getParentBytes ()
Required. The resource name of the parent location, in the format
projects/{project_id_or_number}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for parent.
public Parser<CreateMetadataJobRequest> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public boolean getValidateOnly ()
Optional. The service validates the request without performing any
mutations. The default is false.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The validateOnly.
public boolean hasMetadataJob ()
Required. The metadata job resource.
.google.cloud.dataplex.v1.MetadataJob metadata_job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the metadataJob field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public CreateMetadataJobRequest . Builder newBuilderForType ()
protected CreateMetadataJobRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public CreateMetadataJobRequest . Builder toBuilder ()
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."],[],[]]