Interface AddOfflineUserDataJobOperationsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddOfflineUserDataJobOperationsRequest,AddOfflineUserDataJobOperationsRequest.Builder
public interface AddOfflineUserDataJobOperationsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetEnablePartialFailure()True to enable partial failure for the offline user data job.booleangetEnableWarnings()True to enable warnings for the offline user data job.OfflineUserDataJobOperationgetOperations(int index)Required.intgetOperationsCount()Required.java.util.List<OfflineUserDataJobOperation>getOperationsList()Required.OfflineUserDataJobOperationOrBuildergetOperationsOrBuilder(int index)Required.java.util.List<? extends OfflineUserDataJobOperationOrBuilder>getOperationsOrBuilderList()Required.java.lang.StringgetResourceName()Required.com.google.protobuf.ByteStringgetResourceNameBytes()Required.booleangetValidateOnly()If true, the request is validated but not executed.booleanhasEnablePartialFailure()True to enable partial failure for the offline user data job.booleanhasEnableWarnings()True to enable warnings for the offline user data job.-
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()
Required. The resource name of the OfflineUserDataJob.
string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Required. The resource name of the OfflineUserDataJob.
string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
hasEnablePartialFailure
boolean hasEnablePartialFailure()
True to enable partial failure for the offline user data job.
optional bool enable_partial_failure = 4;- Returns:
- Whether the enablePartialFailure field is set.
-
getEnablePartialFailure
boolean getEnablePartialFailure()
True to enable partial failure for the offline user data job.
optional bool enable_partial_failure = 4;- Returns:
- The enablePartialFailure.
-
hasEnableWarnings
boolean hasEnableWarnings()
True to enable warnings for the offline user data job. When enabled, a warning will not block the OfflineUserDataJobOperation, and will also return warning messages about malformed field values.
optional bool enable_warnings = 6;- Returns:
- Whether the enableWarnings field is set.
-
getEnableWarnings
boolean getEnableWarnings()
True to enable warnings for the offline user data job. When enabled, a warning will not block the OfflineUserDataJobOperation, and will also return warning messages about malformed field values.
optional bool enable_warnings = 6;- Returns:
- The enableWarnings.
-
getOperationsList
java.util.List<OfflineUserDataJobOperation> getOperationsList()
Required. The list of operations to be done.
repeated .google.ads.googleads.v10.services.OfflineUserDataJobOperation operations = 3 [(.google.api.field_behavior) = REQUIRED];
-
getOperations
OfflineUserDataJobOperation getOperations(int index)
Required. The list of operations to be done.
repeated .google.ads.googleads.v10.services.OfflineUserDataJobOperation operations = 3 [(.google.api.field_behavior) = REQUIRED];
-
getOperationsCount
int getOperationsCount()
Required. The list of operations to be done.
repeated .google.ads.googleads.v10.services.OfflineUserDataJobOperation operations = 3 [(.google.api.field_behavior) = REQUIRED];
-
getOperationsOrBuilderList
java.util.List<? extends OfflineUserDataJobOperationOrBuilder> getOperationsOrBuilderList()
Required. The list of operations to be done.
repeated .google.ads.googleads.v10.services.OfflineUserDataJobOperation operations = 3 [(.google.api.field_behavior) = REQUIRED];
-
getOperationsOrBuilder
OfflineUserDataJobOperationOrBuilder getOperationsOrBuilder(int index)
Required. The list of operations to be done.
repeated .google.ads.googleads.v10.services.OfflineUserDataJobOperation operations = 3 [(.google.api.field_behavior) = REQUIRED];
-
getValidateOnly
boolean getValidateOnly()
If true, the request is validated but not executed. Only errors are returned, not results.
bool validate_only = 5;- Returns:
- The validateOnly.
-
-