public interface CreateSKAdNetworkConversionValueSchemaRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The parent resource where this schema will be created. Format: properties/{property}/dataStreams/{dataStream}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource where this schema will be created. Format: properties/{property}/dataStreams/{dataStream}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getSkadnetworkConversionValueSchema()
public abstract SKAdNetworkConversionValueSchema getSkadnetworkConversionValueSchema()Required. SKAdNetwork conversion value schema to create.
.google.analytics.admin.v1alpha.SKAdNetworkConversionValueSchema skadnetwork_conversion_value_schema = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SKAdNetworkConversionValueSchema |
The skadnetworkConversionValueSchema. |
getSkadnetworkConversionValueSchemaOrBuilder()
public abstract SKAdNetworkConversionValueSchemaOrBuilder getSkadnetworkConversionValueSchemaOrBuilder()Required. SKAdNetwork conversion value schema to create.
.google.analytics.admin.v1alpha.SKAdNetworkConversionValueSchema skadnetwork_conversion_value_schema = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SKAdNetworkConversionValueSchemaOrBuilder |
|
hasSkadnetworkConversionValueSchema()
public abstract boolean hasSkadnetworkConversionValueSchema()Required. SKAdNetwork conversion value schema to create.
.google.analytics.admin.v1alpha.SKAdNetworkConversionValueSchema skadnetwork_conversion_value_schema = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the skadnetworkConversionValueSchema field is set. |