public interface CreateRollupPropertySourceLinkRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. Format: properties/{property_id} Example: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Format: properties/{property_id} Example: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRollupPropertySourceLink()
public abstract RollupPropertySourceLink getRollupPropertySourceLink()Required. The roll-up property source link to create.
.google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RollupPropertySourceLink |
The rollupPropertySourceLink. |
getRollupPropertySourceLinkOrBuilder()
public abstract RollupPropertySourceLinkOrBuilder getRollupPropertySourceLinkOrBuilder()Required. The roll-up property source link to create.
.google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RollupPropertySourceLinkOrBuilder |
|
hasRollupPropertySourceLink()
public abstract boolean hasRollupPropertySourceLink()Required. The roll-up property source link to create.
.google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rollupPropertySourceLink field is set. |