Interface CampaignGoalConfigOperationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CampaignGoalConfigOperation,CampaignGoalConfigOperation.Builder
public interface CampaignGoalConfigOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCreate a new campaign goal config.Create a new campaign goal config.Remove an existing campaign goal config.com.google.protobuf.ByteStringRemove an existing campaign goal config.Update an existing campaign goal config.com.google.protobuf.FieldMaskFieldMask that determines which fields are modified in an update.com.google.protobuf.FieldMaskOrBuilderFieldMask that determines which fields are modified in an update.Update an existing campaign goal config.booleanCreate a new campaign goal config.booleanRemove an existing campaign goal config.booleanUpdate an existing campaign goal config.booleanFieldMask that determines which fields are modified in an update.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUpdateMask
boolean hasUpdateMask()FieldMask that determines which fields are modified in an update.
.google.protobuf.FieldMask update_mask = 4;- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()FieldMask that determines which fields are modified in an update.
.google.protobuf.FieldMask update_mask = 4;- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()FieldMask that determines which fields are modified in an update.
.google.protobuf.FieldMask update_mask = 4; -
hasCreate
boolean hasCreate()Create a new campaign goal config.
.google.ads.googleads.v22.resources.CampaignGoalConfig create = 1;- Returns:
- Whether the create field is set.
-
getCreate
CampaignGoalConfig getCreate()Create a new campaign goal config.
.google.ads.googleads.v22.resources.CampaignGoalConfig create = 1;- Returns:
- The create.
-
getCreateOrBuilder
CampaignGoalConfigOrBuilder getCreateOrBuilder()Create a new campaign goal config.
.google.ads.googleads.v22.resources.CampaignGoalConfig create = 1; -
hasUpdate
boolean hasUpdate()Update an existing campaign goal config.
.google.ads.googleads.v22.resources.CampaignGoalConfig update = 3;- Returns:
- Whether the update field is set.
-
getUpdate
CampaignGoalConfig getUpdate()Update an existing campaign goal config.
.google.ads.googleads.v22.resources.CampaignGoalConfig update = 3;- Returns:
- The update.
-
getUpdateOrBuilder
CampaignGoalConfigOrBuilder getUpdateOrBuilder()Update an existing campaign goal config.
.google.ads.googleads.v22.resources.CampaignGoalConfig update = 3; -
hasRemove
boolean hasRemove()Remove an existing campaign goal config.
string remove = 2 [(.google.api.resource_reference) = { ... }- Returns:
- Whether the remove field is set.
-
getRemove
String getRemove()Remove an existing campaign goal config.
string remove = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The remove.
-
getRemoveBytes
com.google.protobuf.ByteString getRemoveBytes()Remove an existing campaign goal config.
string remove = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for remove.
-
getOperationCase
CampaignGoalConfigOperation.OperationCase getOperationCase()
-