- 0.57.0 (latest)
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.49.0
 - 0.47.0
 - 0.46.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public interface ActiveDirectoryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)Labels for the active directory.
 map<string, string> labels = 20;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
getAdministrators(int index)
public abstract String getAdministrators(int index)Optional. Users to be added to the Built-in Admininstrators group.
 repeated string administrators = 22 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The administrators at the given index.  | 
      
getAdministratorsBytes(int index)
public abstract ByteString getAdministratorsBytes(int index)Optional. Users to be added to the Built-in Admininstrators group.
 repeated string administrators = 22 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the administrators at the given index.  | 
      
getAdministratorsCount()
public abstract int getAdministratorsCount()Optional. Users to be added to the Built-in Admininstrators group.
 repeated string administrators = 22 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of administrators.  | 
      
getAdministratorsList()
public abstract List<String> getAdministratorsList()Optional. Users to be added to the Built-in Admininstrators group.
 repeated string administrators = 22 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the administrators.  | 
      
getAesEncryption()
public abstract boolean getAesEncryption()If enabled, AES encryption will be enabled for SMB communication.
 bool aes_encryption = 9;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The aesEncryption.  | 
      
getBackupOperators(int index)
public abstract String getBackupOperators(int index)Optional. Users to be added to the Built-in Backup Operator active directory group.
 repeated string backup_operators = 12 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The backupOperators at the given index.  | 
      
getBackupOperatorsBytes(int index)
public abstract ByteString getBackupOperatorsBytes(int index)Optional. Users to be added to the Built-in Backup Operator active directory group.
 repeated string backup_operators = 12 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the backupOperators at the given index.  | 
      
getBackupOperatorsCount()
public abstract int getBackupOperatorsCount()Optional. Users to be added to the Built-in Backup Operator active directory group.
 repeated string backup_operators = 12 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of backupOperators.  | 
      
getBackupOperatorsList()
public abstract List<String> getBackupOperatorsList()Optional. Users to be added to the Built-in Backup Operator active directory group.
 repeated string backup_operators = 12 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the backupOperators.  | 
      
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Create time of the active directory.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Create time of the active directory.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDescription()
public abstract String getDescription()Description of the active directory.
 string description = 17;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The description.  | 
      
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Description of the active directory.
 string description = 17;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for description.  | 
      
getDns()
public abstract String getDns()Required. Comma separated list of DNS server IP addresses for the Active Directory domain.
 string dns = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The dns.  | 
      
getDnsBytes()
public abstract ByteString getDnsBytes()Required. Comma separated list of DNS server IP addresses for the Active Directory domain.
 string dns = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for dns.  | 
      
getDomain()
public abstract String getDomain()Required. Name of the Active Directory domain
 string domain = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The domain.  | 
      
getDomainBytes()
public abstract ByteString getDomainBytes()Required. Name of the Active Directory domain
 string domain = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for domain.  | 
      
getEncryptDcConnections()
public abstract boolean getEncryptDcConnections()If enabled, traffic between the SMB server to Domain Controller (DC) will be encrypted.
 bool encrypt_dc_connections = 19;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The encryptDcConnections.  | 
      
getKdcHostname()
public abstract String getKdcHostname()Name of the active directory machine. This optional parameter is used only while creating kerberos volume
 string kdc_hostname = 14;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The kdcHostname.  | 
      
getKdcHostnameBytes()
public abstract ByteString getKdcHostnameBytes()Name of the active directory machine. This optional parameter is used only while creating kerberos volume
 string kdc_hostname = 14;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for kdcHostname.  | 
      
getKdcIp()
public abstract String getKdcIp()KDC server IP address for the active directory machine.
 string kdc_ip = 15;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The kdcIp.  | 
      
getKdcIpBytes()
public abstract ByteString getKdcIpBytes()KDC server IP address for the active directory machine.
 string kdc_ip = 15;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for kdcIp.  | 
      
getLabels() (deprecated)
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getLabelsCount()
public abstract int getLabelsCount()Labels for the active directory.
 map<string, string> labels = 20;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Labels for the active directory.
 map<string, string> labels = 20;
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Labels for the active directory.
 map<string, string> labels = 20;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
defaultValue | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Labels for the active directory.
 map<string, string> labels = 20;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getLdapSigning()
public abstract boolean getLdapSigning()Specifies whether or not the LDAP traffic needs to be signed.
 bool ldap_signing = 18;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The ldapSigning.  | 
      
getName()
public abstract String getName() Identifier. The resource name of the active directory.
 Format:
 projects/{project_number}/locations/{location_id}/activeDirectories/{active_directory_id}.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The resource name of the active directory.
 Format:
 projects/{project_number}/locations/{location_id}/activeDirectories/{active_directory_id}.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getNetBiosPrefix()
public abstract String getNetBiosPrefix()Required. NetBIOSPrefix is used as a prefix for SMB server name.
 string net_bios_prefix = 7 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The netBiosPrefix.  | 
      
getNetBiosPrefixBytes()
public abstract ByteString getNetBiosPrefixBytes()Required. NetBIOSPrefix is used as a prefix for SMB server name.
 string net_bios_prefix = 7 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for netBiosPrefix.  | 
      
getNfsUsersWithLdap()
public abstract boolean getNfsUsersWithLdap()If enabled, will allow access to local users and LDAP users. If access is needed for only LDAP users, it has to be disabled.
 bool nfs_users_with_ldap = 16;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The nfsUsersWithLdap.  | 
      
getOrganizationalUnit()
public abstract String getOrganizationalUnit()The Organizational Unit (OU) within the Windows Active Directory the user belongs to.
 string organizational_unit = 8;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The organizationalUnit.  | 
      
getOrganizationalUnitBytes()
public abstract ByteString getOrganizationalUnitBytes()The Organizational Unit (OU) within the Windows Active Directory the user belongs to.
 string organizational_unit = 8;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for organizationalUnit.  | 
      
getPassword()
public abstract String getPassword()Required. Password of the Active Directory domain administrator.
 string password = 11 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The password.  | 
      
getPasswordBytes()
public abstract ByteString getPasswordBytes()Required. Password of the Active Directory domain administrator.
 string password = 11 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for password.  | 
      
getSecurityOperators(int index)
public abstract String getSecurityOperators(int index)Optional. Domain users to be given the SeSecurityPrivilege.
 repeated string security_operators = 13 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The securityOperators at the given index.  | 
      
getSecurityOperatorsBytes(int index)
public abstract ByteString getSecurityOperatorsBytes(int index)Optional. Domain users to be given the SeSecurityPrivilege.
 repeated string security_operators = 13 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the securityOperators at the given index.  | 
      
getSecurityOperatorsCount()
public abstract int getSecurityOperatorsCount()Optional. Domain users to be given the SeSecurityPrivilege.
 repeated string security_operators = 13 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of securityOperators.  | 
      
getSecurityOperatorsList()
public abstract List<String> getSecurityOperatorsList()Optional. Domain users to be given the SeSecurityPrivilege.
 repeated string security_operators = 13 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the securityOperators.  | 
      
getSite()
public abstract String getSite()The Active Directory site the service will limit Domain Controller discovery too.
 string site = 5;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The site.  | 
      
getSiteBytes()
public abstract ByteString getSiteBytes()The Active Directory site the service will limit Domain Controller discovery too.
 string site = 5;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for site.  | 
      
getState()
public abstract ActiveDirectory.State getState()Output only. The state of the AD.
 
 .google.cloud.netapp.v1.ActiveDirectory.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
ActiveDirectory.State | 
        The state.  | 
      
getStateDetails()
public abstract String getStateDetails()Output only. The state details of the Active Directory.
 string state_details = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The stateDetails.  | 
      
getStateDetailsBytes()
public abstract ByteString getStateDetailsBytes()Output only. The state details of the Active Directory.
 string state_details = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for stateDetails.  | 
      
getStateValue()
public abstract int getStateValue()Output only. The state of the AD.
 
 .google.cloud.netapp.v1.ActiveDirectory.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getUsername()
public abstract String getUsername()Required. Username of the Active Directory domain administrator.
 string username = 10 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The username.  | 
      
getUsernameBytes()
public abstract ByteString getUsernameBytes()Required. Username of the Active Directory domain administrator.
 string username = 10 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for username.  | 
      
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Create time of the active directory.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the createTime field is set.  |