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.