Interface OfflineUserDataJobOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OfflineUserDataJob,OfflineUserDataJob.Builder
public interface OfflineUserDataJobOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Immutable. The resource name of the offline user data job. Offline user data job resource names have the form: `customers/{customer_id}/offlineUserDataJobs/{offline_user_data_job_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Immutable. The resource name of the offline user data job. Offline user data job resource names have the form: `customers/{customer_id}/offlineUserDataJobs/{offline_user_data_job_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
hasId
boolean hasId()
Output only. ID of this offline user data job.
optional int64 id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the id field is set.
-
getId
long getId()
Output only. ID of this offline user data job.
optional int64 id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
hasExternalId
boolean hasExternalId()
Immutable. User specified job ID.
optional int64 external_id = 10 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- Whether the externalId field is set.
-
getExternalId
long getExternalId()
Immutable. User specified job ID.
optional int64 external_id = 10 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The externalId.
-
getTypeValue
int getTypeValue()
Immutable. Type of the job.
.google.ads.googleads.v10.enums.OfflineUserDataJobTypeEnum.OfflineUserDataJobType type = 4 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The enum numeric value on the wire for type.
-
getType
OfflineUserDataJobTypeEnum.OfflineUserDataJobType getType()
Immutable. Type of the job.
.google.ads.googleads.v10.enums.OfflineUserDataJobTypeEnum.OfflineUserDataJobType type = 4 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The type.
-
getStatusValue
int getStatusValue()
Output only. Status of the job.
.google.ads.googleads.v10.enums.OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for status.
-
getStatus
OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus getStatus()
Output only. Status of the job.
.google.ads.googleads.v10.enums.OfflineUserDataJobStatusEnum.OfflineUserDataJobStatus status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The status.
-
getFailureReasonValue
int getFailureReasonValue()
Output only. Reason for the processing failure, if status is FAILED.
.google.ads.googleads.v10.enums.OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason failure_reason = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for failureReason.
-
getFailureReason
OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason getFailureReason()
Output only. Reason for the processing failure, if status is FAILED.
.google.ads.googleads.v10.enums.OfflineUserDataJobFailureReasonEnum.OfflineUserDataJobFailureReason failure_reason = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The failureReason.
-
hasOperationMetadata
boolean hasOperationMetadata()
Output only. Metadata of offline user data job depicting match rate range.
.google.ads.googleads.v10.resources.OfflineUserDataJobMetadata operation_metadata = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the operationMetadata field is set.
-
getOperationMetadata
OfflineUserDataJobMetadata getOperationMetadata()
Output only. Metadata of offline user data job depicting match rate range.
.google.ads.googleads.v10.resources.OfflineUserDataJobMetadata operation_metadata = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The operationMetadata.
-
getOperationMetadataOrBuilder
OfflineUserDataJobMetadataOrBuilder getOperationMetadataOrBuilder()
Output only. Metadata of offline user data job depicting match rate range.
.google.ads.googleads.v10.resources.OfflineUserDataJobMetadata operation_metadata = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasCustomerMatchUserListMetadata
boolean hasCustomerMatchUserListMetadata()
Immutable. Metadata for data updates to a CRM-based user list.
.google.ads.googleads.v10.common.CustomerMatchUserListMetadata customer_match_user_list_metadata = 7 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- Whether the customerMatchUserListMetadata field is set.
-
getCustomerMatchUserListMetadata
CustomerMatchUserListMetadata getCustomerMatchUserListMetadata()
Immutable. Metadata for data updates to a CRM-based user list.
.google.ads.googleads.v10.common.CustomerMatchUserListMetadata customer_match_user_list_metadata = 7 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The customerMatchUserListMetadata.
-
getCustomerMatchUserListMetadataOrBuilder
CustomerMatchUserListMetadataOrBuilder getCustomerMatchUserListMetadataOrBuilder()
Immutable. Metadata for data updates to a CRM-based user list.
.google.ads.googleads.v10.common.CustomerMatchUserListMetadata customer_match_user_list_metadata = 7 [(.google.api.field_behavior) = IMMUTABLE];
-
hasStoreSalesMetadata
boolean hasStoreSalesMetadata()
Immutable. Metadata for store sales data update.
.google.ads.googleads.v10.common.StoreSalesMetadata store_sales_metadata = 8 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- Whether the storeSalesMetadata field is set.
-
getStoreSalesMetadata
StoreSalesMetadata getStoreSalesMetadata()
Immutable. Metadata for store sales data update.
.google.ads.googleads.v10.common.StoreSalesMetadata store_sales_metadata = 8 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The storeSalesMetadata.
-
getStoreSalesMetadataOrBuilder
StoreSalesMetadataOrBuilder getStoreSalesMetadataOrBuilder()
Immutable. Metadata for store sales data update.
.google.ads.googleads.v10.common.StoreSalesMetadata store_sales_metadata = 8 [(.google.api.field_behavior) = IMMUTABLE];
-
getMetadataCase
OfflineUserDataJob.MetadataCase getMetadataCase()
-
-