Interface CreateUserLinkRequestOrBuilder (0.30.0)

public interface CreateUserLinkRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotifyNewUser()

public abstract boolean getNotifyNewUser()

Optional. If set, then email the new user notifying them that they've been granted permissions to the resource.

bool notify_new_user = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The notifyNewUser.

getParent()

public abstract String getParent()

Required. Example format: accounts/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. Example format: accounts/1234

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

public abstract UserLink getUserLink()

Required. The user link to create.

.google.analytics.admin.v1alpha.UserLink user_link = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserLink

The userLink.

getUserLinkOrBuilder()

public abstract UserLinkOrBuilder getUserLinkOrBuilder()

Required. The user link to create.

.google.analytics.admin.v1alpha.UserLink user_link = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserLinkOrBuilder
public abstract boolean hasUserLink()

Required. The user link to create.

.google.analytics.admin.v1alpha.UserLink user_link = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the userLink field is set.