Interface CustomerSkAdNetworkConversionValueSchemaOrBuilder

    • Method Detail

      • getResourceName

        java.lang.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.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the schema field is set.