Interface CustomerSkAdNetworkConversionValueSchemaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CustomerSkAdNetworkConversionValueSchema, CustomerSkAdNetworkConversionValueSchema.Builder

public interface CustomerSkAdNetworkConversionValueSchemaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResourceName

      String getResourceName()
       Output only. The resource name of the schema.
       CustomerSkAdNetworkConversionValueSchema resource names have the form:
       customers/{customer_id}/customerSkAdNetworkConversionValueSchemas/{account_link_id}
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Output only. The resource name of the schema.
       CustomerSkAdNetworkConversionValueSchema resource names have the form:
       customers/{customer_id}/customerSkAdNetworkConversionValueSchemas/{account_link_id}
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • hasSchema

      boolean hasSchema()
       Output only. The schema for the specified resource.
       
      .google.ads.googleads.v18.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the schema field is set.
    • getSchema

       Output only. The schema for the specified resource.
       
      .google.ads.googleads.v18.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The schema.
    • getSchemaOrBuilder

       Output only. The schema for the specified resource.
       
      .google.ads.googleads.v18.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];