Interface CreateActiveDirectoryRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. Value for parent.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. Value for parent.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasActiveDirectory

        boolean hasActiveDirectory()
         Required. Fields of the to be created active directory.
         
        .google.cloud.netapp.v1.ActiveDirectory active_directory = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the activeDirectory field is set.
      • getActiveDirectory

        ActiveDirectory getActiveDirectory()
         Required. Fields of the to be created active directory.
         
        .google.cloud.netapp.v1.ActiveDirectory active_directory = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The activeDirectory.
      • getActiveDirectoryOrBuilder

        ActiveDirectoryOrBuilder getActiveDirectoryOrBuilder()
         Required. Fields of the to be created active directory.
         
        .google.cloud.netapp.v1.ActiveDirectory active_directory = 2 [(.google.api.field_behavior) = REQUIRED];
      • getActiveDirectoryId

        String getActiveDirectoryId()
         Required. ID of the active directory to create.
         
        string active_directory_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The activeDirectoryId.
      • getActiveDirectoryIdBytes

        com.google.protobuf.ByteString getActiveDirectoryIdBytes()
         Required. ID of the active directory to create.
         
        string active_directory_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for activeDirectoryId.