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
Modifier and TypeMethodDescriptionUpdate operation: The schema is expected to have a valid resource name.Update operation: The schema is expected to have a valid resource name.booleanUpdate operation: The schema is expected to have a valid resource name.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
-
hasUpdate
boolean hasUpdate()Update operation: The schema is expected to have a valid resource name.
.google.ads.googleads.v18.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.v18.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.v18.resources.CustomerSkAdNetworkConversionValueSchema update = 1;
-