Interface CustomerSkAdNetworkConversionValueSchemaOperationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerSkAdNetworkConversionValueSchemaOperation,CustomerSkAdNetworkConversionValueSchemaOperation.Builder
public interface CustomerSkAdNetworkConversionValueSchemaOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerSkAdNetworkConversionValueSchemagetUpdate()Update operation: The schema is expected to have a valid resource name.CustomerSkAdNetworkConversionValueSchemaOrBuildergetUpdateOrBuilder()Update operation: The schema is expected to have a valid resource name.booleanhasUpdate()Update operation: The schema is expected to have a valid resource name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUpdate
boolean hasUpdate()
Update operation: The schema is expected to have a valid resource name.
.google.ads.googleads.v15.resources.CustomerSkAdNetworkConversionValueSchema update = 1;- Returns:
- Whether the update field is set.
-
getUpdate
CustomerSkAdNetworkConversionValueSchema getUpdate()
Update operation: The schema is expected to have a valid resource name.
.google.ads.googleads.v15.resources.CustomerSkAdNetworkConversionValueSchema update = 1;- Returns:
- The update.
-
getUpdateOrBuilder
CustomerSkAdNetworkConversionValueSchemaOrBuilder getUpdateOrBuilder()
Update operation: The schema is expected to have a valid resource name.
.google.ads.googleads.v15.resources.CustomerSkAdNetworkConversionValueSchema update = 1;
-
-