Interface ManagedActiveDirectoryConfigOrBuilder (1.61.0)

public interface ManagedActiveDirectoryConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComputer()

public abstract String getComputer()

Required. The computer name is used as a prefix in the command to mount the remote target. For example: if the computer is my-computer, the mount command will look like: $mount -o vers=4.1,sec=krb5 my-computer.filestore.<domain>:<share> <mount point>.

string computer = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The computer.

getComputerBytes()

public abstract ByteString getComputerBytes()

Required. The computer name is used as a prefix in the command to mount the remote target. For example: if the computer is my-computer, the mount command will look like: $mount -o vers=4.1,sec=krb5 my-computer.filestore.<domain>:<share> <mount point>.

string computer = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for computer.

getDomain()

public abstract String getDomain()

Required. The domain resource name, in the format projects/{project_id}/locations/global/domains/{domain}.

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

Returns
Type Description
String

The domain.

getDomainBytes()

public abstract ByteString getDomainBytes()

Required. The domain resource name, in the format projects/{project_id}/locations/global/domains/{domain}.

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

Returns
Type Description
ByteString

The bytes for domain.